Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/misc/
Dphantom.c35 #define PHB_NOT_OH 2 macro
114 if (r.reg == PHN_CONTROL && (dev->status & PHB_NOT_OH)) { in phantom_ioctl()
134 if (dev->status & PHB_NOT_OH) in phantom_ioctl()
186 dev->status |= PHB_NOT_OH; in phantom_ioctl()
229 WARN_ON(dev->status & PHB_NOT_OH); in phantom_open()
248 dev->status &= ~PHB_NOT_OH; in phantom_release()
298 if (dev->status & PHB_NOT_OH) { in phantom_isr()