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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 73 milliseconds