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

/linux-4.4.14/drivers/input/touchscreen/
H A Dhtcpen.c29 #define HTCPEN_PORT_INDEX 0x0250 macro
56 outb_p(TOUCH_INDEX, HTCPEN_PORT_INDEX); htcpen_interrupt()
61 outb_p(X_INDEX, HTCPEN_PORT_INDEX); htcpen_interrupt()
64 outb_p(Y_INDEX, HTCPEN_PORT_INDEX); htcpen_interrupt()
67 outb_p(LSB_XY_INDEX, HTCPEN_PORT_INDEX); htcpen_interrupt()
122 if (!request_region(HTCPEN_PORT_INDEX, 2, "htcpen")) { htcpen_isa_probe()
124 HTCPEN_PORT_INDEX); htcpen_isa_probe()
168 release_region(HTCPEN_PORT_INDEX, 2); htcpen_isa_probe()
185 release_region(HTCPEN_PORT_INDEX, 2); htcpen_isa_remove()

Completed in 38 milliseconds