Home
last modified time | relevance | path

Searched refs:DRV_FLAG_RUNNING (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/isdn/i4l/
Disdn_common.c444 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()
Disdn_ppp.c858 if ((dev->drv[lp->isdn_device]->flags & DRV_FLAG_RUNNING) && in isdn_ppp_write()
/linux-4.1.27/include/linux/
Disdn.h405 #define DRV_FLAG_RUNNING 1 macro