Searched refs:pen_irq (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/drivers/input/touchscreen/ |
H A D | colibri-vf50-ts.c | 49 int pen_irq; member in struct:vf50_touch_device 235 synchronize_irq(touchdev->pen_irq); vf50_ts_close() 352 touchdev->pen_irq = platform_get_irq(pdev, 0); vf50_ts_probe() 353 if (touchdev->pen_irq < 0) vf50_ts_probe() 354 return touchdev->pen_irq; vf50_ts_probe() 356 error = devm_request_threaded_irq(dev, touchdev->pen_irq, vf50_ts_probe() 361 touchdev->pen_irq, error); vf50_ts_probe()
|
H A D | zylonite-wm97xx.c | 171 enable_irq(wm->pen_irq); wm97xx_irq_enable() 173 disable_irq_nosync(wm->pen_irq); wm97xx_irq_enable() 195 wm->pen_irq = gpio_to_irq(gpio_touch_irq); zylonite_wm97xx_probe() 196 irq_set_irq_type(wm->pen_irq, IRQ_TYPE_EDGE_BOTH); zylonite_wm97xx_probe()
|
H A D | mainstone-wm97xx.c | 220 wm->pen_irq = gpio_to_irq(irq); wm97xx_acc_startup() 221 irq_set_irq_type(wm->pen_irq, IRQ_TYPE_EDGE_BOTH); wm97xx_acc_startup() 260 wm->pen_irq = 0; wm97xx_acc_shutdown() 267 enable_irq(wm->pen_irq); wm97xx_irq_enable() 269 disable_irq_nosync(wm->pen_irq); wm97xx_irq_enable()
|
H A D | wm97xx-core.c | 385 if (request_irq(wm->pen_irq, wm97xx_pen_interrupt, IRQF_SHARED, wm97xx_init_pen_irq() 389 wm->pen_irq = 0; wm97xx_init_pen_irq() 487 if (wm->pen_is_down || !wm->pen_irq) wm97xx_ts_reader() 524 if (wm->pen_irq) wm97xx_ts_input_open() 532 if (wm->pen_irq == 0) wm97xx_ts_input_open() 553 if (wm->pen_irq) { wm97xx_ts_input_close() 562 free_irq(wm->pen_irq, wm); wm97xx_ts_input_close() 792 if (wm->input_dev->users && !wm->pen_irq) { wm97xx_resume()
|
H A D | atmel-wm97xx.c | 242 wm->pen_irq = atmel_wm97xx->gpio_irq; atmel_wm97xx_acc_startup() 312 wm->pen_irq = 0; atmel_wm97xx_acc_shutdown()
|
/linux-4.4.14/include/linux/ |
H A D | wm97xx.h | 281 unsigned int pen_irq; /* Pen IRQ number in use */ member in struct:wm97xx
|
/linux-4.4.14/arch/mips/alchemy/devboards/ |
H A D | db1300.c | 743 wm->pen_irq = DB1300_AC97_PEN_INT; db1300_wm97xx_probe()
|
Completed in 387 milliseconds