Home
last modified time | relevance | path

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

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