Searched refs:DRV_FLAG_RUNNING (Results 1 – 3 of 3) sorted by relevance
444 dev->drv[di]->flags |= DRV_FLAG_RUNNING; in isdn_status_callback()451 dev->drv[di]->flags &= ~DRV_FLAG_RUNNING; in isdn_status_callback()1104 if (!(dev->drv[drvidx]->flags & DRV_FLAG_RUNNING)) { in isdn_read()1189 if (!(dev->drv[drvidx]->flags & DRV_FLAG_RUNNING)) { in isdn_write()1337 if (!(dev->drv[drvidx]->flags & DRV_FLAG_RUNNING)) in isdn_ioctl()1765 if (!(dev->drv[drvidx]->flags & DRV_FLAG_RUNNING)) in isdn_open()1900 if (dev->drv[d]->flags & DRV_FLAG_RUNNING) { in isdn_get_free_channel()2076 if (d->flags & DRV_FLAG_RUNNING) in isdn_add_channels()
858 if ((dev->drv[lp->isdn_device]->flags & DRV_FLAG_RUNNING) && in isdn_ppp_write()
405 #define DRV_FLAG_RUNNING 1 macro