Searched refs:pen_irq (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/input/touchscreen/ |
D | colibri-vf50-ts.c | 44 int pen_irq; member 230 synchronize_irq(touchdev->pen_irq); in vf50_ts_close() 345 touchdev->pen_irq = platform_get_irq(pdev, 0); in vf50_ts_probe() 346 if (touchdev->pen_irq < 0) in vf50_ts_probe() 347 return touchdev->pen_irq; in vf50_ts_probe() 349 error = devm_request_threaded_irq(dev, touchdev->pen_irq, in vf50_ts_probe() 354 touchdev->pen_irq, error); in vf50_ts_probe()
|
D | mainstone-wm97xx.c | 215 wm->pen_irq = gpio_to_irq(irq); in wm97xx_acc_startup() 216 irq_set_irq_type(wm->pen_irq, IRQ_TYPE_EDGE_BOTH); in wm97xx_acc_startup() 255 wm->pen_irq = 0; in wm97xx_acc_shutdown() 262 enable_irq(wm->pen_irq); in wm97xx_irq_enable() 264 disable_irq_nosync(wm->pen_irq); in wm97xx_irq_enable()
|
D | zylonite-wm97xx.c | 167 enable_irq(wm->pen_irq); in wm97xx_irq_enable() 169 disable_irq_nosync(wm->pen_irq); in wm97xx_irq_enable() 191 wm->pen_irq = gpio_to_irq(gpio_touch_irq); in zylonite_wm97xx_probe() 192 irq_set_irq_type(wm->pen_irq, IRQ_TYPE_EDGE_BOTH); in zylonite_wm97xx_probe()
|
D | wm97xx-core.c | 381 if (request_irq(wm->pen_irq, wm97xx_pen_interrupt, IRQF_SHARED, in wm97xx_init_pen_irq() 385 wm->pen_irq = 0; in wm97xx_init_pen_irq() 483 if (wm->pen_is_down || !wm->pen_irq) in wm97xx_ts_reader() 520 if (wm->pen_irq) in wm97xx_ts_input_open() 528 if (wm->pen_irq == 0) in wm97xx_ts_input_open() 549 if (wm->pen_irq) { in wm97xx_ts_input_close() 558 free_irq(wm->pen_irq, wm); in wm97xx_ts_input_close() 855 if (wm->input_dev->users && !wm->pen_irq) { in wm97xx_resume()
|
/Linux-v5.10/include/linux/ |
D | wm97xx.h | 282 unsigned int pen_irq; /* Pen IRQ number in use */ member
|
/Linux-v5.10/arch/mips/alchemy/devboards/ |
D | db1300.c | 762 wm->pen_irq = DB1300_AC97_PEN_INT; in db1300_wm97xx_probe()
|