Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dcolibri-vf50-ts.c44 int pen_irq; member
230 synchronize_irq(touchdev->pen_irq); in vf50_ts_close()
341 touchdev->pen_irq = platform_get_irq(pdev, 0); in vf50_ts_probe()
342 if (touchdev->pen_irq < 0) in vf50_ts_probe()
343 return touchdev->pen_irq; in vf50_ts_probe()
345 error = devm_request_threaded_irq(dev, touchdev->pen_irq, in vf50_ts_probe()
350 touchdev->pen_irq, error); in vf50_ts_probe()
H A Dmainstone-wm97xx.c197 wm->pen_irq = gpiod_to_irq(gpiod_irq); in wm97xx_acc_startup()
198 irq_set_irq_type(wm->pen_irq, IRQ_TYPE_EDGE_BOTH); in wm97xx_acc_startup()
235 wm->pen_irq = 0; in wm97xx_acc_shutdown()
H A Dwm97xx-core.c357 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()
824 if (input_device_enabled(wm->input_dev) && !wm->pen_irq) { in wm97xx_resume()
/linux/include/linux/
H A Dwm97xx.h279 unsigned int pen_irq; /* Pen IRQ number in use */ member
/linux/arch/mips/alchemy/devboards/
H A Ddb1300.c747 wm->pen_irq = DB1300_AC97_PEN_INT; in db1300_wm97xx_probe()