Searched refs:channel_interrupt (Results 1 – 7 of 7) sorted by relevance
2 - enhance visornic to use channel_interrupt() hook instead of a4 - enhance visorhba to use channel_interrupt() hook instead of a7 back-end, and call function driver's channel_interrupt() function
97 void (*channel_interrupt)(struct visor_device *dev); member
687 .channel_interrupt = visorinput_channel_interrupt,
725 if (drv->channel_interrupt) in dev_periodic_work()726 drv->channel_interrupt(dev); in dev_periodic_work()
108 * the address of a "channel_interrupt" function, which will be automatically121 * The channel_interrupt() function is called at frequent intervals to
81 .channel_interrupt = NULL,
95 .channel_interrupt = NULL,