Home
last modified time | relevance | path

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

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