Searched refs:any (Results 1 - 25 of 49) sorted by relevance

12

/drivers/pnp/isapnp/
H A Dcompat.c27 char any[8]; local
31 pnp_convert_id(any, ISAPNP_ANY_ID, ISAPNP_ANY_ID);
38 if (compare_pnp_id(card->id, id) || (memcmp(id, any, 7) == 0))
49 char any[8]; local
52 pnp_convert_id(any, ISAPNP_ANY_ID, ISAPNP_ANY_ID);
64 (memcmp(id, any, 7) == 0))
/drivers/sn/
H A DKconfig13 controller card. This option does not enable any specific
/drivers/input/serio/
H A DKconfig8 Say Yes here if you have any input device that uses serial I/O to
219 or any standard AT keyboard connected to the mailboard port.
/drivers/cpufreq/
H A DKconfig.arm29 tests but not documented in any datasheet.
/drivers/hid/
H A DKconfig10 device drivers. This option alone does not add any kernel code.
/drivers/media/dvb/
H A DKconfig24 allocation for any device that uses the DVB major number.
/drivers/mmc/core/
H A DKconfig27 support handling this in order for it to be of any use.
/drivers/net/hippi/
H A DKconfig35 transmitting and receiving. This memory cannot be used by any other
/drivers/uwb/
H A DKconfig42 is safe to select any even if you do not have the hardware.
58 is safe to select any even if you do not have the hardware.
70 is safe to select any even if you do not have the hardware.
/drivers/infiniband/hw/qib/
H A Dqib_sysfs.c169 int i, any; local
180 for (any = i = 0; s && qib_status_str[i]; i++) {
183 if (any && strlcat(buf, " ", PAGE_SIZE) >= PAGE_SIZE)
188 any = 1;
192 if (any)
/drivers/pcmcia/
H A Drsrc_nonstatic.c191 int any; local
221 bad = any = 0;
225 if (!any)
228 bad = any = i;
236 if (!any)
239 bad = any = i;
259 printk(any ? "\n" : " clean.\n");
953 * - Avoid any I/O ports < 0x100.
973 * risk of hitting any other device would be too
988 * risk of hitting any othe
[all...]
/drivers/staging/iio/accel/
H A DKconfig84 Kfifo based FIFO. Does not provide any events so it is up
/drivers/infiniband/hw/ipath/
H A Dipath_sysfs.c126 int i, any; local
137 for (any = i = 0; s && ipath_status_str[i]; i++) {
139 if (any && strlcat(buf, " ", PAGE_SIZE) >=
146 any = 1;
150 if (any)
798 * _not_ the particular encoding of any given chip)
H A Dipath_mad.c670 int any = 0; local
681 any++;
692 any++;
704 if (!any) {
1027 /* Adjust counters for any resets done. */
1127 /* Adjust counters for any resets done. */
1475 * @out_mad: any outgoing MAD reply
H A Dipath_file_ops.c554 * any set, use find_first_bit again. That's mainly to
608 int i, any = 0, pidx = -1; local
658 for (any = i = 0; i < ARRAY_SIZE(dd->ipath_pkeys); i++) {
660 any++;
682 any++;
695 if (!any) {
701 for (any = i = 0; i < ARRAY_SIZE(dd->ipath_pkeys); i++) {
1977 * This will (very briefly) affect any other open ports, but the
1994 /* Notify any waiting slaves */
2004 * unlock_exptid - unlock any expecte
[all...]
/drivers/block/
H A DKconfig11 drivers. This option alone does not add any kernel code.
86 disks. Select this option to access any disks in your GD ROM drive.
419 Y to include support. It should work with any MMC/Mt Fuji
420 compliant ATAPI or SCSI drive, which is just about any newer
512 The backend driver attaches itself to a any block device specified
/drivers/auxdisplay/
H A DKconfig12 This option alone does not add any kernel code.
/drivers/i2c/
H A DKconfig35 Say Y here if you intend to run lm-sensors 3.1.1 or older, or any
/drivers/usb/core/
H A DKconfig25 log, or have any doubts about this, say N here.
87 allocation for any device that uses the USB major number.
/drivers/scsi/
H A Dwd7000.c39 * In any event, if there are multiple adapters in a system, they MUST
48 * haven't done any of this, though, because I think there's too much of
112 * configuration without any problem. Also I wrote a function wd7000_setup,
241 * This structure should contain all per-adapter global data. I.e., any
361 * enable/disable unsolicited interrupts or the reset commands with any
726 static inline void any2scsi(unchar * scsi, int any) argument
728 *scsi++ = (unsigned)any >> 16;
729 *scsi++ = (unsigned)any >> 8;
730 *scsi++ = any;
1022 * any interrup
[all...]
/drivers/video/
H A DKconfig436 to run Linux on any of these systems, say Y; otherwise say N.
444 you intend to run Linux on any of these systems, say Y; otherwise
453 and CD32. If you intend to run Linux on any of these systems, say Y;
831 which can be any value between 1MB and 8MB.
1166 set of values), you'll be able to use any combination of horizontal
1600 If you use any X server other than fbdev you should enable this
1677 WARNING: Do not use any application that uses the 3D engine
2254 board. This means you cannot see any output sent to this frame
/drivers/input/
H A DKconfig12 Say Y here if you have any input device (mouse, keyboard, tablet,
/drivers/usb/
H A DKconfig164 Manual mode is not limited to printers, any parallel port
/drivers/usb/storage/
H A DKconfig157 this input in any keybinding software. (e.g. gnome's keyboard short-
/drivers/net/
H A DKconfig11 any other computer at all.
32 You can say N here if you do not intend to use any of the
321 Xen domains. These devices can be accessed by any operating

Completed in 497 milliseconds

12