Searched refs:system (Results 1 - 25 of 76) sorted by relevance

1234

/drivers/s390/char/
H A Dsclp_cpi_sys.h12 int sclp_cpi_set_data(const char *system, const char *sysplex,
/drivers/pnp/
H A DMakefile14 pnp-y += system.o
/drivers/eisa/
H A DKconfig9 Activate this option if your system contains a Vesa Local
20 Activate this option if your system contains a PCI to EISA
21 bridge. If your system have both PCI and EISA slots, you
34 Activate this option if your system only have EISA bus
36 a system.
48 image by about 40KB, but it gets freed after the system
51 embedded system where kernel image size really matters, you
/drivers/edac/
H A DKconfig12 EDAC is designed to report errors in the core system.
18 If this code is reporting problems on your system, please
38 sub-system. You can insert module with "debug_level=x", current
91 (/sys/devices/system/edac/mc/mcX), there are 3 input files:
/drivers/media/rc/
H A Dir-rc5-decoder.c130 u8 xdata, command, system; local
133 system = (data->bits & 0x1F000) >> 12;
136 scancode = system << 16 | command << 8 | xdata;
143 u8 command, system; local
145 system = (data->bits & 0x007C0) >> 6;
148 scancode = system << 8 | command;
H A Dir-rc5-sz-decoder.c48 u8 toggle, command, system; local
111 system = (data->bits & 0x02FC0) >> 6;
113 scancode = system << 6 | command;
/drivers/scsi/arm/
H A DKconfig10 Acorn system with one of these, say Y. If unsure, say N.
50 Acorn system with one of these, say Y. If unsure, say N.
57 system with one of these, say Y, otherwise say N.
75 Acorn system with one of these, say Y. If unsure, say N.
83 system with one of these, say Y. If unsure, say N.
/drivers/pci/
H A DKconfig20 entire system.
29 messages to the system log. Select this if you are having a
52 when it is going to be assigned to a guest operating system.
/drivers/sfi/
H A DKconfig9 for platform firmware to pass information to the operating system
/drivers/staging/media/lirc/
H A DKconfig11 allow control of your Linux system via remote control.
/drivers/zorro/
H A DKconfig11 15KB, but it gets freed after the system boots up, so it doesn't
13 floppy or kernel for an embedded system where kernel image size
/drivers/pci/hotplug/
H A DKconfig24 be used to simulate PCI hotplug events if even if your system is
27 This driver will "emulate" removing PCI devices from the system.
60 system configuration options in NVRAM.
80 Say Y here if you have a system that supports PCI Hotplug using
92 Say Y here if you have an IBM system that supports PCI Hotplug using
103 Say Y here if you have a CompactPCI system card with CompactPCI
113 formerly just Ziatech) Ziatech ZT5550 CompactPCI system card.
124 Say Y here if you have a CompactPCI system card that exposes the #ENUM
125 hotswap signal as a bit in a system register that can be read through
148 Say Y here if you have a RPA system tha
[all...]
/drivers/video/matrox/
H A Dmatroxfb_misc.c504 * cards could be put in a MIPS or SPARC system, should the condition
543 minfo->values.pll.system = get_unaligned_le16(bd->pins + 28) ?
555 minfo->values.pll.system = 50000;
564 minfo->limits.system.vcomax = (bd->pins[41] == 0xFF) ? 230000 : ((bd->pins[41] + 100) * 1000);
569 minfo->values.pll.system = (bd->pins[43] == 0xFF) ? 50000 : ((bd->pins[43] + 100) * 1000);
578 minfo->limits.system.vcomax = 230000;
580 minfo->values.pll.system = 50000;
588 minfo->limits.system.vcomax = (bd->pins[36] == 0xFF) ? 230000 : ((bd->pins[36] + 100) * 1000);
606 minfo->limits.system.vcomax = 230000;
618 minfo->limits.system
[all...]
/drivers/pnp/pnpbios/
H A DKconfig22 co-exists nicely. If you have a non-ISA system that supports ACPI,
29 If you say Y here and to "/proc file system support", you will be
/drivers/tty/serial/
H A DKconfig28 Say Y here if you wish to use an AMBA PrimeCell UART as the system
29 console (the system console is the device which receives all kernel
33 (/dev/tty0) will still be used as the system console by default, but
55 Say Y here if you wish to use an AMBA PrimeCell UART as the system
56 console (the system console is the device which receives all kernel
60 (/dev/tty0) will still be used as the system console by default, but
88 system console (the system console is the device which receives all
108 AT91 or AT32 processor as the system console (the system
[all...]
/drivers/char/ipmi/
H A DKconfig13 voltage, etc.) in a system.
61 This enables a function to power off the system with IPMI if
/drivers/i2c/
H A DKconfig43 directory on your system. They make it possible to have user-space
94 messages to the system log. Select this if you are having a
101 of debug messages to the system log. Select this if you are having
109 debug messages to the system log. Select this if you are having
/drivers/usb/core/
H A DKconfig9 of debug messages to the system log. Select this if you are having a
24 If you do not want this kind of information sent to the system
34 If you say Y here (and to "/proc file system support" in the "File
43 You may need to mount the usbfs file system to see the files, use
54 system.
105 could wake the system from states like suspend-to-RAM.
/drivers/input/serio/
H A DKconfig9 communicate with the system. This includes the
/drivers/pps/
H A DKconfig30 messages to the system log. Select this if you are having a
/drivers/rapidio/
H A DKconfig30 debug messages to the system log. Select this if you are having a
/drivers/scsi/osd/
H A DKconfig28 needed by exofs, for mounting an OSD based file system.
/drivers/usb/musb/
H A DKconfig16 Say Y here if your system has a dual role high speed USB
/drivers/input/misc/
H A Dkeyspan_remote.c96 u16 system; member in struct:keyspan_message
251 * message. We need to parse out the system code, button code,
257 message.system = 0;
262 message.system = message.system << 1;
266 message.system = (message.system << 1) + 1;
270 err("%s - Unknown sequence found in system data.\n", __func__);
319 "%s found valid message: system: %d, button: %d, toggle: %d\n",
320 __func__, message.system, messag
[all...]
/drivers/tty/serial/8250/
H A DKconfig27 the X window system, try running gpm first.
42 system console (the system console is the device which receives all
48 (/dev/tty0) will still be used as the system console by default, but
56 system console.
258 system, say Y to this option. The driver can handle 1, 2, or 3 port

Completed in 4252 milliseconds

1234