Searched refs:phantom_status (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/misc/
H A Dphantom.c66 static int phantom_status(struct phantom_device *dev, unsigned long newstat) phantom_status() function
68 pr_debug("phantom_status %lx %lx\n", dev->status, newstat); phantom_status()
110 phantom_status(dev, dev->status | PHB_RUNNING)){ phantom_ioctl()
128 phantom_status(dev, dev->status & ~PHB_RUNNING); phantom_ioctl()
251 phantom_status(dev, dev->status & ~PHB_RUNNING); phantom_release()

Completed in 137 milliseconds