Searched refs:pen_irq (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/input/touchscreen/ |
D | colibri-vf50-ts.c | 49 int pen_irq; member 235 synchronize_irq(touchdev->pen_irq); in vf50_ts_close() 350 touchdev->pen_irq = platform_get_irq(pdev, 0); in vf50_ts_probe() 351 if (touchdev->pen_irq < 0) in vf50_ts_probe() 352 return touchdev->pen_irq; in vf50_ts_probe() 354 error = devm_request_threaded_irq(dev, touchdev->pen_irq, in vf50_ts_probe() 359 touchdev->pen_irq, error); in vf50_ts_probe()
|
D | mainstone-wm97xx.c | 220 wm->pen_irq = gpio_to_irq(irq); in wm97xx_acc_startup() 221 irq_set_irq_type(wm->pen_irq, IRQ_TYPE_EDGE_BOTH); in wm97xx_acc_startup() 260 wm->pen_irq = 0; in wm97xx_acc_shutdown() 267 enable_irq(wm->pen_irq); in wm97xx_irq_enable() 269 disable_irq_nosync(wm->pen_irq); in wm97xx_irq_enable()
|
D | zylonite-wm97xx.c | 171 enable_irq(wm->pen_irq); in wm97xx_irq_enable() 173 disable_irq_nosync(wm->pen_irq); in wm97xx_irq_enable() 195 wm->pen_irq = gpio_to_irq(gpio_touch_irq); in zylonite_wm97xx_probe() 196 irq_set_irq_type(wm->pen_irq, IRQ_TYPE_EDGE_BOTH); in zylonite_wm97xx_probe()
|
D | wm97xx-core.c | 386 if (request_irq(wm->pen_irq, wm97xx_pen_interrupt, IRQF_SHARED, in wm97xx_init_pen_irq() 390 wm->pen_irq = 0; in wm97xx_init_pen_irq() 488 if (wm->pen_is_down || !wm->pen_irq) in wm97xx_ts_reader() 525 if (wm->pen_irq) in wm97xx_ts_input_open() 533 if (wm->pen_irq == 0) in wm97xx_ts_input_open() 554 if (wm->pen_irq) { in wm97xx_ts_input_close() 563 free_irq(wm->pen_irq, wm); in wm97xx_ts_input_close() 860 if (wm->input_dev->users && !wm->pen_irq) { in wm97xx_resume()
|
/Linux-v4.19/include/linux/ |
D | wm97xx.h | 282 unsigned int pen_irq; /* Pen IRQ number in use */ member
|
/Linux-v4.19/arch/mips/alchemy/devboards/ |
D | db1300.c | 748 wm->pen_irq = DB1300_AC97_PEN_INT; in db1300_wm97xx_probe()
|