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

/linux-master/drivers/misc/
H A Dphantom.c34 #define PHB_RUNNING 1 macro
69 if (!(dev->status & PHB_RUNNING) && (newstat & PHB_RUNNING)) {
74 } else if ((dev->status & PHB_RUNNING) && !(newstat & PHB_RUNNING)) {
109 phantom_status(dev, dev->status | PHB_RUNNING)){
127 phantom_status(dev, dev->status & ~PHB_RUNNING);
183 if (dev->status & PHB_RUNNING) {
250 phantom_status(dev, dev->status & ~PHB_RUNNING);
266 if (!(dev->status & PHB_RUNNING))
[all...]

Completed in 259 milliseconds