/linux-2.4.37.9/drivers/char/rio/ |
D | riotty.c | 316 while ( (PortP->State & RIO_CLOSING) && !p->RIOHalted ) { in riotopen() 352 if ( !(PortP->State & (RIO_LOPEN | RIO_MOPEN)) ) { in riotopen() 438 PortP->State |= RIO_CARR_ON; in riotopen() 447 while (!(PortP->State & RIO_CARR_ON) && in riotopen() 454 PortP->State |= RIO_WOPEN; in riotopen() 472 PortP->State &= ~RIO_WOPEN; in riotopen() 478 PortP->State &= ~RIO_WOPEN; in riotopen() 483 PortP->State |= RIO_MOPEN; in riotopen() 493 PortP->State |= RIO_LOPEN; in riotopen() 568 PortP->State |= RIO_CLOSING; in riotclose() [all …]
|
D | riointr.c | 233 if (!( PortP->State & RIO_DELETED ) ) { 658 if ( !( PortP->State & RIO_DELETED ) ) { 752 if (PortP->State & RIO_THROTTLE_RX) { 757 if ( PortP->State & RIO_DELETED ) 941 if ( PortP->State & RIO_DELETED ) { 971 if ( PortP->State & RIO_DELETED ) { 1013 if ( PortP->State & RIO_DELETED ) { 1032 if ( PortP->State & RIO_DELETED ) { 1075 if ( PortP->State & RIO_DELETED ) {
|
D | riocmd.c | 380 PortP->State = 0; 557 ((PortP->State & (RIO_MOPEN|RIO_WOPEN)))) { 567 if (!(PortP->State & RIO_CARR_ON)) { 569 PortP->State |= RIO_CARR_ON; 573 if (PortP->State & (PORT_ISOPEN | RIO_WOPEN) ) 583 if (PortP->State & RIO_CARR_ON) { 584 if (PortP->State & (PORT_ISOPEN|RIO_WOPEN|RIO_MOPEN)) 586 PortP->State &= ~RIO_CARR_ON;
|
D | port.h | 103 ulong State; /* FLAGS for open & xopen */ member 243 ulong State; member
|
D | rioctrl.c | 546 if (!(PortP->State & (RIO_LOPEN | RIO_MOPEN))) { 560 PortP->State |= RIO_BUSY; 847 PortParams.State = PortP->State; 905 RIOParam(PortP, CONFIG, PortP->State & RIO_MODEM, OK_TO_SLEEP); 1345 p->RIOPortp[(int)arg]->State |= RIO_BUSY; 1646 PortP->State |= RIO_BUSY; 1719 PortP->State |= RIO_BUSY; 1805 if ( PortP->State & RIO_DELETED ) {
|
D | rioparam.c | 261 if ( PortP->State & RIO_DELETED ) { 462 if (! (PortP->State & RIO_TRIAD_MODE)) { 588 if ( PortP->State & RIO_DELETED ) {
|
D | rio_linux.c | 748 if ( PortP->State & RIO_DELETED ) { in rio_ioctl() 759 if ( PortP->State & RIO_DELETED ) { in rio_ioctl() 845 port->State |= RIO_THROTTLE_RX; in rio_throttle() 862 port->State &= ~RIO_THROTTLE_RX; in rio_unthrottle()
|
D | riotable.c | 551 if ( PortP->State & (RIO_MOPEN|RIO_LOPEN) ) { 565 PortP->State |= RIO_CLOSING | RIO_DELETED; 910 PortP->State = 0;
|
D | rioroute.c | 490 if ( PortP->State & (RIO_MOPEN|RIO_LOPEN) ) in RIORouteRup() 503 if ( PortP->State & (RIO_MOPEN|RIO_LOPEN) ) in RIORouteRup()
|
/linux-2.4.37.9/drivers/pcmcia/ |
D | bulkmem.c | 168 erase->State = ERASE_PASSED; break; in retry_erase() 170 erase->State = ERASE_MEDIA_WRPROT; break; in retry_erase() 172 erase->State = ERASE_BAD_OFFSET; break; in retry_erase() 174 erase->State = ERASE_BAD_SIZE; break; in retry_erase() 176 erase->State = ERASE_BAD_SOCKET; break; in retry_erase() 178 erase->State = ERASE_FAILED; break; in retry_erase() 220 erase->State = ERASE_BAD_SOCKET; in setup_erase_request() 225 erase->State = ERASE_BAD_OFFSET; in setup_erase_request() 228 erase->State = ERASE_BAD_SIZE; in setup_erase_request() 230 erase->State = 1; in setup_erase_request() [all …]
|
/linux-2.4.37.9/include/pcmcia/ |
D | bulkmem.h | 74 u_char State; member
|
/linux-2.4.37.9/Documentation/powerpc/ |
D | smp.txt | 13 1. State of Supported Hardware
|
/linux-2.4.37.9/Documentation/power/ |
D | pci.txt | 42 | Current State | New State | 287 | Bit | State |
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | iSeries_pci.c | 977 int pci_set_reset(struct pci_dev* PciDev, int State) { in pci_set_reset() argument 983 …eNode->ReturnCode = HvCallPci_setSlotReset(ISERIES_BUS(DeviceNode),0x00,DeviceNode->AgentId,State); in pci_set_reset()
|
/linux-2.4.37.9/drivers/net/sk98lin/h/ |
D | skgeinit.h | 480 int State);
|
/linux-2.4.37.9/include/asm-arm/arch-sa1100/ |
D | h3600_gpio.h | 497 #define H3800_ASIC1_GPIO_State H3800_ASIC1_OFFSET( u8, GPIO, State )
|
/linux-2.4.37.9/drivers/message/fusion/lsi/ |
D | mpi_ioc.h | 495 U8 State; /* 00h */ member
|
D | mpi_cnfg.h | 1594 U8 State; /* 01h */ member 1708 U8 State; /* 01h */ member
|
/linux-2.4.37.9/drivers/net/sk98lin/ |
D | skgeinit.c | 139 int State) /* yellow LED state, 0 = OFF, 0 != ON */ in SkGeYellowLED() argument 141 if (State == 0) { in SkGeYellowLED()
|
/linux-2.4.37.9/Documentation/networking/ |
D | z8530drv.txt | 385 Tx State : idle 394 Tx State - status of the Tx interrupt handler: idle/busy/active/tail (2)
|
D | wan-router.txt | 456 NUM_LOCK = Line State (On=connected, Off=disconnected)
|
D | wanpipe.txt | 456 NUM_LOCK = Line State (On=connected, Off=disconnected)
|
/linux-2.4.37.9/drivers/zorro/ |
D | zorro.ids | 25 0200 3-State
|
/linux-2.4.37.9/Documentation/arm/SA1100/ |
D | SA1100_USB | 280 state changes as required. State machine has notion of "zombie" state
|
/linux-2.4.37.9/Documentation/sound/ |
D | rme96xx | 314 #button .butts.state -text "State" -command "get_all"
|