Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/misc/
Dphantom.c35 #define PHB_NOT_OH 2 macro
117 if (r.reg == PHN_CONTROL && (dev->status & PHB_NOT_OH)) { in phantom_ioctl()
137 if (dev->status & PHB_NOT_OH) in phantom_ioctl()
189 dev->status |= PHB_NOT_OH; in phantom_ioctl()
232 WARN_ON(dev->status & PHB_NOT_OH); in phantom_open()
251 dev->status &= ~PHB_NOT_OH; in phantom_release()
300 if (dev->status & PHB_NOT_OH) { in phantom_isr()