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

/linux-4.1.27/drivers/misc/
H A Dphantom.c38 #define PHB_RUNNING 1 macro
70 if (!(dev->status & PHB_RUNNING) && (newstat & PHB_RUNNING)) { phantom_status()
75 } else if ((dev->status & PHB_RUNNING) && !(newstat & PHB_RUNNING)) { phantom_status()
110 phantom_status(dev, dev->status | PHB_RUNNING)){ phantom_ioctl()
128 phantom_status(dev, dev->status & ~PHB_RUNNING); phantom_ioctl()
184 if (dev->status & PHB_RUNNING) { phantom_ioctl()
251 phantom_status(dev, dev->status & ~PHB_RUNNING); phantom_release()
267 if (!(dev->status & PHB_RUNNING)) phantom_poll()

Completed in 62 milliseconds