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

123

/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/iio/trigger/
H A DKconfig11 Provides support for using an interrupt of any type as an IIO
/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
227 or any standard AT keyboard connected to the mailboard port.
/drivers/media/dvb-core/
H A DKconfig24 allocation for any device that uses the DVB major number.
/drivers/mmc/core/
H A DKconfig11 support handling this in order for it to be of any use.
/drivers/platform/chrome/
H A DKconfig11 not add any kernel code.
/drivers/usb/core/
H A DKconfig15 log, or have any doubts about this, say N here.
26 unplugged, causing any mounted filesystems to be lost. The
31 If you have any questions about this, say Y here, only say N
38 allocation for any device that uses the USB major number.
/drivers/video/
H A Dhdmi.c4 * Permission is hereby granted, free of charge, to any person obtaining a
390 if (frame->any.oui != HDMI_IEEE_OUI)
415 switch (frame->any.type) {
430 WARN(1, "Bad infoframe type %d\n", frame->any.type);
/drivers/iio/
H A DKconfig26 Should be selected by any drivers that do in-kernel push
/drivers/net/hippi/
H A DKconfig35 transmitting and receiving. This memory cannot be used by any other
/drivers/uwb/
H A DKconfig40 is safe to select any even if you do not have the hardware.
56 is safe to select any even if you do not have the hardware.
68 is safe to select any even if you do not have the hardware.
/drivers/infiniband/hw/qib/
H A Dqib_sysfs.c139 int i, any; local
150 for (any = i = 0; s && qib_status_str[i]; i++) {
153 if (any && strlcat(buf, " ", PAGE_SIZE) >= PAGE_SIZE)
158 any = 1;
162 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/i2c/
H A DKconfig45 Say Y here if you intend to run lm-sensors 3.1.1 or older, or any
/drivers/rapidio/
H A DKconfig57 or any number of methods to be built as modules.
/drivers/gpu/drm/exynos/
H A Dexynos_hdmi.c13 * option) any later version.
966 switch (infoframe->any.type) {
969 hdmi_reg_writeb(hdata, HDMI_AVI_HEADER0, infoframe->any.type);
971 infoframe->any.version);
972 hdmi_reg_writeb(hdata, HDMI_AVI_HEADER2, infoframe->any.length);
973 hdr_sum = infoframe->any.type + infoframe->any.version +
974 infoframe->any.length;
1008 infoframe->any.length, hdr_sum);
1014 hdmi_reg_writeb(hdata, HDMI_AUI_HEADER0, infoframe->any
[all...]
/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)
/drivers/auxdisplay/
H A DKconfig12 This option alone does not add any kernel code.
/drivers/md/
H A DKconfig140 against a failure of any two drives. For a given sector
337 against a failure of any two drives. For a given sector
427 The path used for any specific region can be switched dynamically
/drivers/memory/
H A DKconfig28 of 256M bytes of any of these memories can be accessed at a given
/drivers/usb/storage/
H A DKconfig156 this input in any keybinding software. (e.g. gnome's keyboard short-
/drivers/ata/
H A DKconfig8 This is an internal configuration node for any machine that
22 any other ATA device under Linux, say Y and make sure that you know
/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/block/
H A DKconfig11 drivers. This option alone does not add any kernel code.
76 disks. Select this option to access any disks in your GD ROM drive.
411 Y to include support. It should work with any MMC/Mt Fuji
412 compliant ATAPI or SCSI drive, which is just about any newer
504 The backend driver attaches itself to a any block device specified

Completed in 639 milliseconds

123