Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dphantom.c34 #define PHB_RUNNING 1 macro
66 if (!(dev->status & PHB_RUNNING) && (newstat & PHB_RUNNING)) { in phantom_status()
71 } else if ((dev->status & PHB_RUNNING) && !(newstat & PHB_RUNNING)) { in phantom_status()
106 phantom_status(dev, dev->status | PHB_RUNNING)){ in phantom_ioctl()
124 phantom_status(dev, dev->status & ~PHB_RUNNING); in phantom_ioctl()
180 if (dev->status & PHB_RUNNING) { in phantom_ioctl()
247 phantom_status(dev, dev->status & ~PHB_RUNNING); in phantom_release()
263 if (!(dev->status & PHB_RUNNING)) in phantom_poll()