Searched refs:NOT_INUSE (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Drio.h165 #define NOT_INUSE 0 macro
H A Driotty.c252 PortP->InUse = NOT_INUSE;
448 while ((PortP->InUse != NOT_INUSE) && !p->RIOHalted && (PortP->TxBufferIn != PortP->TxBufferOut)) {
589 while ((PortP->InUse != NOT_INUSE) && !p->RIOHalted) {
H A Driointr.c396 PortP->InUse = NOT_INUSE;
416 while (PortP->WflushFlag && can_add_transmit(&PacketP, PortP) && (PortP->InUse == NOT_INUSE)) {
H A Drioparam.c186 while (!(res = can_add_transmit(&PacketP, PortP)) || (PortP->InUse != NOT_INUSE)) {
190 if (PortP->InUse != NOT_INUSE) {
H A Driocmd.c349 PortP->InUse = NOT_INUSE;
855 if (--PortP->InUse != NOT_INUSE) {
872 ** When PortP->InUse becomes NOT_INUSE, we must ensure that any data
H A Driotable.c512 PortP->InUse = NOT_INUSE;
H A Drioctrl.c854 p->RIOPortp[loop]->InUse = NOT_INUSE;

Completed in 114 milliseconds