Searched refs:RIOHalted (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Driotty.c197 if (p->RIOHalted) {
206 while ((PortP->State & RIO_CLOSING) && !p->RIOHalted) {
231 if (p->RIOHalted) {
268 while (!(PortP->PortState & PORT_ISOPEN) && !p->RIOHalted) {
280 if (p->RIOHalted) {
307 !(filp->f_flags & O_NONBLOCK) && !p->RIOHalted )
309 while (!(PortP->State & RIO_CARR_ON) && !(filp->f_flags & O_NONBLOCK) && !p->RIOHalted) {
337 if (p->RIOHalted)
342 if (p->RIOHalted)
403 if (p->RIOHalted) {
[all...]
H A Driodrvr.h64 ** The 'RIO_QUICK_CHECK' ioctl was using RIOHalted.
69 int RIOHalted; /* halted ? */ member in struct:rio_info
H A Drioctrl.c839 p->RIOHalted = 1;
887 p->RIOHalted = 0;

Completed in 510 milliseconds