Home
last modified time | relevance | path

Searched refs:inserted (Results 1 – 25 of 42) sorted by relevance

12

/linux-2.4.37.9/drivers/pcmcia/
Dau1000_db1x00.c78 u32 inserted; in db1x00_pcmcia_socket_state() local
90 inserted = !(bcsr->status & (1<<4)); in db1x00_pcmcia_socket_state()
94 inserted = !(bcsr->status & (1<<5)); in db1x00_pcmcia_socket_state()
98 sock, inserted, vs); in db1x00_pcmcia_socket_state()
100 if (inserted) { in db1x00_pcmcia_socket_state()
Dau1000_pb1550.c80 u32 inserted; in pb1550_pcmcia_socket_state() local
92 inserted = !(bcsr->status & (1<<4)); in pb1550_pcmcia_socket_state()
96 inserted = !(bcsr->status & (1<<5)); in pb1550_pcmcia_socket_state()
100 sock, inserted, vs, bcsr->status); in pb1550_pcmcia_socket_state()
102 if (inserted) { in pb1550_pcmcia_socket_state()
Dau1000_hydrogen3.c84 u32 inserted; in hydrogen3_pcmcia_socket_state() local
85 inserted = (readl(SYS_PINSTATERD) & (1<<22)) ? 0 : 1; // GPIO_22 is CF_DETECT in hydrogen3_pcmcia_socket_state()
92 if (inserted) in hydrogen3_pcmcia_socket_state()
Dau1000_xxs1500.c87 u32 inserted; u32 vs; in xxs1500_pcmcia_socket_state() local
96 inserted = (!(gpio & 0x1) && !(gpio & 0x2)); in xxs1500_pcmcia_socket_state()
103 if (inserted) { in xxs1500_pcmcia_socket_state()
/linux-2.4.37.9/Documentation/
DConfigure.help439 inserted in and removed from the running kernel whenever you want).
473 inserted in and removed from the running kernel whenever you want),
549 inserted in and removed from the running kernel whenever you want),
565 inserted in and removed from the running kernel whenever you want),
578 inserted in and removed from the running kernel whenever you want),
606 inserted in and removed from the running kernel whenever you want),
662 inserted in and removed from the running kernel whenever you want),
690 inserted in and removed from the running kernel whenever you want),
760 inserted in and removed from the running kernel whenever you want),
781 inserted in and removed from the running kernel whenever you want).
[all …]
DREADME.nsp32_cb.eng15 And you want to load the module when Ninja card was inserted, you also
Dkernel-doc-nano-HOWTO.txt136 be inserted.
Dhayes-esp.txt122 the module after it is inserted. The output will appear in the location where
/linux-2.4.37.9/Documentation/usb/
Duhci.txt111 dangling TDs, the QH is inserted before the BULK Chain QH (for CTRL) or
116 For ISO or INT, the TD for each frame is simply inserted into the appropriate
137 the corresponding URB is inserted into a global URB list for this controller.
Dsl811hc.txt178 # First inserted device
186 # Second inserted device
/linux-2.4.37.9/Documentation/arm/SA1100/
DBrutus59 some drivers in order to drive already inserted cards at boot time with
DPCMCIA27 - sensing the legal voltage levels for inserted cards
123 detect - 1 if a card is fully inserted, 0 otherwise
/linux-2.4.37.9/Documentation/networking/
Dpktgen.txt21 pgset "ipg 5000" sets artificial gap inserted between packets
Dsoundmodem.txt38 Every time the driver is inserted into the kernel, it has to know which
Dbaycom.txt92 Every time a driver is inserted into the kernel, it has to know which
/linux-2.4.37.9/Documentation/sound/
DNM256203 if a PCMCIA card is inserted while the ethernet driver is loaded, or
217 I still get hangs if a card is inserted when the kernel is booted.
223 ethernet card still result in hangs when the card is inserted. I am
DALS24 inserted. Note that the ALS-007 does not have a 16 bit DMA channel and that
DMaestro107 when the module is inserted but /dev/dsp is not open. This
/linux-2.4.37.9/fs/reiserfs/
Dibalance.c128 struct item_head * inserted, in internal_insert_childs() argument
171 memcpy (ih, inserted, KEY_SIZE); in internal_insert_childs()
173 memcpy (ih + 1, inserted + 1, KEY_SIZE); in internal_insert_childs()
/linux-2.4.37.9/drivers/scsi/
DREADME.qlogicfas72 that it gets a false ACK causing an extra byte to be inserted into the
/linux-2.4.37.9/Documentation/i386/
DIO-APIC.txt101 won't function properly (if it's inserted as eg. a module).
/linux-2.4.37.9/Documentation/sysctl/
Dvm.txt296 faults. If this is set to 0, they're inserted only after the
299 Having anon pages immediatly inserted in the lru allows the
/linux-2.4.37.9/Documentation/cdrom/
Dcdrom-standard.tex386 CDS_NO_DISC& no disc is inserted, tray is closed\cr
652 particularly elegant way to find out that there is no \cdrom\ inserted;
680 inserted some valid data-\cdrom.'' Thus, our proposal of the
703 volume-daemon automatically mounts a newly inserted \cdrom\ under {\tt
909 disc that is inserted in the drive. This functionality used to be
935 CDS_NO_DISC& no disc is inserted, or tray is opened\cr
/linux-2.4.37.9/Documentation/m68k/
DREADME.buddha182 system: Sometimes two more clock cycles are inserted by the
/linux-2.4.37.9/Documentation/i2c/
Dwriting-clients334 Whenever a new adapter is inserted, or for all adapters if the driver is
598 When the kernel is booted, or when your foo driver module is inserted,
613 printk("foo: Driver registration failed, module not inserted.\n");

12