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

/linux-master/drivers/misc/
H A Dphantom.c65 static int phantom_status(struct phantom_device *dev, unsigned long newstat) function
67 pr_debug("phantom_status %lx %lx\n", dev->status, newstat);
109 phantom_status(dev, dev->status | PHB_RUNNING)){
127 phantom_status(dev, dev->status & ~PHB_RUNNING);
250 phantom_status(dev, dev->status & ~PHB_RUNNING);

Completed in 118 milliseconds