search for: module_param_array

Displaying 9 results from an estimated 9 matches for "module_param_array".

2006 Jan 12
0
compiling and getting an error
...etting an error on line 88 when compiling and trying to figure out why??? I have compared it to alsa-driver code and it looks good to me. here is the source snippit: ----------------- the following line is line 86 --------------- static int index[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = -2}; module_param_array(index, int, NULL, 0444); MODULE_PARM_DESC(index, "Index value for Bluetooth SCO Headset Soundcard."); ------------------------------------------------------------------- below is the compile output. [root at geisjdell kernel]# [root at geisjdell kernel]# make make[1]: Entering directo...
2006 Jan 13
0
help compiling bluetooth package
...`__param_arr_index.num') make[2]: *** [/usr/src/btsco-0.41/kernel/btsco.o] Error 1 make[1]: *** [_module_/usr/src/btsco-0.41/kernel] Error 2 make[1]: Leaving directory `/usr/src/kernels/2.6.9-22.0.1.EL-i686' THe source is: static int index[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = -2}; module_param_array(index, int, NULL, 0444); MODULE_PARM_DESC(index, "Index value for Bluetooth SCO Headset Soundcard."); Can someone who knows more than me about kernel happenings try to compile this and see what you get. I am using straight 4.2 centos. Jerry
2010 May 08
1
Conflict between jumper settings and dmesg with OctoBRI
Hello, In my system, dmesg outputs : [ 13.039788] wcb4xxp 0000:01:0a.0: probe called for b4xx... [ 13.039788] ACPI: PCI Interrupt 0000:01:0a.0[A] -> GSI 21 (level, low) -> IRQ 21 [ 13.039788] wcb4xxp 0000:01:0a.0: Identified HFC-8S Junghanns.NET octoBRI PCI (controller rev 1) at 0001dfe0, IRQ 21 [ 13.041202] wcb4xxp 0000:01:0a.0: NOTE: hardware echo cancellation has been disabled [
2008 May 21
6
[PATCH 0/5] xen pvfb: Para-virtual framebuffer, keyboard and pointer driver updates
This is an update to the Linux part of the Xen PVFB. Linux Xen PVFB is a pair of Xen para-virtual frontend device drivers: drivers/video/xen-fbfront.c provides a framebuffer, and drivers/input/xen-kbdfront provides keyboard and mouse. Their backends run in dom0 user space. Parts in this patch series: 1. Enable Xen console by default in domU 2. Pointer z-axis (mouse wheel) support 3. Module
2008 May 21
6
[PATCH 0/5] xen pvfb: Para-virtual framebuffer, keyboard and pointer driver updates
This is an update to the Linux part of the Xen PVFB. Linux Xen PVFB is a pair of Xen para-virtual frontend device drivers: drivers/video/xen-fbfront.c provides a framebuffer, and drivers/input/xen-kbdfront provides keyboard and mouse. Their backends run in dom0 user space. Parts in this patch series: 1. Enable Xen console by default in domU 2. Pointer z-axis (mouse wheel) support 3. Module
2008 May 21
6
[PATCH 0/5] xen pvfb: Para-virtual framebuffer, keyboard and pointer driver updates
This is an update to the Linux part of the Xen PVFB. Linux Xen PVFB is a pair of Xen para-virtual frontend device drivers: drivers/video/xen-fbfront.c provides a framebuffer, and drivers/input/xen-kbdfront provides keyboard and mouse. Their backends run in dom0 user space. Parts in this patch series: 1. Enable Xen console by default in domU 2. Pointer z-axis (mouse wheel) support 3. Module
2009 Nov 05
0
[PATCH] Add VirtIO Frame Buffer Support
...FAULT_DEPTH 32 > +#define DEFAULT_MEM 8 > + > +#define DEFAULT_FB_LEN (DEFAULT_WIDTH * DEFAULT_HEIGHT * DEFAULT_DEPTH / 8) > + > +enum { KPARAM_MEM, KPARAM_WIDTH, KPARAM_HEIGHT, KPARAM_CNT }; > +static int video[KPARAM_CNT] = { DEFAULT_MEM, DEFAULT_WIDTH, DEFAULT_HEIGHT }; > +module_param_array(video, int, NULL, 0); > +MODULE_PARM_DESC(video, > + "Video size in M,width,height in pixels (default \"" > + str(DEFAULT_MEM) "," > + str(DEFAULT_WIDTH) "," > + str(DEFAULT_HEIGHT) "\")"); > + > +static void virtio_fb_output(st...
2009 Nov 05
0
[PATCH] Add VirtIO Frame Buffer Support
...FAULT_DEPTH 32 > +#define DEFAULT_MEM 8 > + > +#define DEFAULT_FB_LEN (DEFAULT_WIDTH * DEFAULT_HEIGHT * DEFAULT_DEPTH / 8) > + > +enum { KPARAM_MEM, KPARAM_WIDTH, KPARAM_HEIGHT, KPARAM_CNT }; > +static int video[KPARAM_CNT] = { DEFAULT_MEM, DEFAULT_WIDTH, DEFAULT_HEIGHT }; > +module_param_array(video, int, NULL, 0); > +MODULE_PARM_DESC(video, > + "Video size in M,width,height in pixels (default \"" > + str(DEFAULT_MEM) "," > + str(DEFAULT_WIDTH) "," > + str(DEFAULT_HEIGHT) "\")"); > + > +static void virtio_fb_output(st...
2011 Jul 21
51
Linux Stubdom Problem
2011/7/19 Stefano Stabellini <stefano.stabellini@eu.citrix.com>: > CC''ing Tim and xen-devel > > On Mon, 18 Jul 2011, Jiageng Yu wrote: >> 2011/7/16 Stefano Stabellini <stefano.stabellini@eu.citrix.com>: >> > On Fri, 15 Jul 2011, Jiageng Yu wrote: >> >> 2011/7/15 Jiageng Yu <yujiageng734@gmail.com>: >> >> > 2011/7/15