Searched refs:pen_irq (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.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 | 207 wm->pen_irq = gpiod_to_irq(gpiod_irq); in wm97xx_acc_startup() 208 irq_set_irq_type(wm->pen_irq, IRQ_TYPE_EDGE_BOTH); in wm97xx_acc_startup() 245 wm->pen_irq = 0; in wm97xx_acc_shutdown()
|
D | wm97xx-core.c | 357 if (request_threaded_irq(wm->pen_irq, NULL, wm97xx_pen_interrupt, in wm97xx_init_pen_irq() 362 wm->pen_irq = 0; in wm97xx_init_pen_irq() 460 if (wm->pen_is_down || !wm->pen_irq) in wm97xx_ts_reader() 496 if (wm->pen_irq) in wm97xx_ts_input_open() 504 if (wm->pen_irq == 0) in wm97xx_ts_input_open() 525 if (wm->pen_irq) { in wm97xx_ts_input_close() 534 free_irq(wm->pen_irq, wm); in wm97xx_ts_input_close() 826 if (input_device_enabled(wm->input_dev) && !wm->pen_irq) { in wm97xx_resume()
|
D | zylonite-wm97xx.c | 184 wm->pen_irq = gpiod_to_irq(gpio_touch_irq); in zylonite_wm97xx_probe() 185 irq_set_irq_type(wm->pen_irq, IRQ_TYPE_EDGE_BOTH); in zylonite_wm97xx_probe()
|
/linux-5.19.10/include/linux/ |
D | wm97xx.h | 279 unsigned int pen_irq; /* Pen IRQ number in use */ member
|
/linux-5.19.10/arch/mips/alchemy/devboards/ |
D | db1300.c | 753 wm->pen_irq = DB1300_AC97_PEN_INT; in db1300_wm97xx_probe()
|