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

/linux-master/drivers/input/touchscreen/
H A Dcolibri-vf50-ts.c44 int pen_irq; member in struct:vf50_touch_device
230 synchronize_irq(touchdev->pen_irq);
345 touchdev->pen_irq = platform_get_irq(pdev, 0);
346 if (touchdev->pen_irq < 0)
347 return touchdev->pen_irq;
349 error = devm_request_threaded_irq(dev, touchdev->pen_irq,
354 touchdev->pen_irq, error);
H A Dmainstone-wm97xx.c197 wm->pen_irq = gpiod_to_irq(gpiod_irq);
198 irq_set_irq_type(wm->pen_irq, IRQ_TYPE_EDGE_BOTH);
235 wm->pen_irq = 0;
H A Dwm97xx-core.c357 if (request_threaded_irq(wm->pen_irq, NULL, wm97xx_pen_interrupt,
362 wm->pen_irq = 0;
460 if (wm->pen_is_down || !wm->pen_irq)
496 if (wm->pen_irq)
504 if (wm->pen_irq == 0)
525 if (wm->pen_irq) {
534 free_irq(wm->pen_irq, wm);
824 if (input_device_enabled(wm->input_dev) && !wm->pen_irq) {
/linux-master/include/linux/
H A Dwm97xx.h279 unsigned int pen_irq; /* Pen IRQ number in use */ member in struct:wm97xx
/linux-master/arch/mips/alchemy/devboards/
H A Ddb1300.c747 wm->pen_irq = DB1300_AC97_PEN_INT;

Completed in 98 milliseconds