Searched refs:HTCPEN_PORT_IRQ_CLEAR (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/input/touchscreen/
H A Dhtcpen.c27 #define HTCPEN_PORT_IRQ_CLEAR 0x068 macro
87 inb_p(HTCPEN_PORT_IRQ_CLEAR); htcpen_interrupt()
110 if (!request_region(HTCPEN_PORT_IRQ_CLEAR, 1, "htcpen")) { htcpen_isa_probe()
112 HTCPEN_PORT_IRQ_CLEAR); htcpen_isa_probe()
153 inb_p(HTCPEN_PORT_IRQ_CLEAR); htcpen_isa_probe()
172 release_region(HTCPEN_PORT_IRQ_CLEAR, 1); htcpen_isa_probe()
187 release_region(HTCPEN_PORT_IRQ_CLEAR, 1); htcpen_isa_remove()

Completed in 85 milliseconds