Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/misc/
Dphantom.c34 #define PHB_RUNNING 1 macro
69 if (!(dev->status & PHB_RUNNING) && (newstat & PHB_RUNNING)) { in phantom_status()
74 } else if ((dev->status & PHB_RUNNING) && !(newstat & PHB_RUNNING)) { in phantom_status()
109 phantom_status(dev, dev->status | PHB_RUNNING)){ in phantom_ioctl()
127 phantom_status(dev, dev->status & ~PHB_RUNNING); in phantom_ioctl()
183 if (dev->status & PHB_RUNNING) { in phantom_ioctl()
250 phantom_status(dev, dev->status & ~PHB_RUNNING); in phantom_release()
266 if (!(dev->status & PHB_RUNNING)) in phantom_poll()