Home
last modified time | relevance | path

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

/linux-4.19.296/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()
1334 if (!(dev->drv[drvidx]->flags & DRV_FLAG_RUNNING)) in isdn_ioctl()
1742 if (!(dev->drv[drvidx]->flags & DRV_FLAG_RUNNING)) in isdn_open()
1877 if (dev->drv[d]->flags & DRV_FLAG_RUNNING) { in isdn_get_free_channel()
2053 if (d->flags & DRV_FLAG_RUNNING) in isdn_add_channels()
Disdn_ppp.c857 if ((dev->drv[lp->isdn_device]->flags & DRV_FLAG_RUNNING) && in isdn_ppp_write()
/linux-4.19.296/include/linux/
Disdn.h406 #define DRV_FLAG_RUNNING 1 macro