Searched refs:__hdaps_read_pair (Results 1 – 1 of 1) sorted by relevance
/drivers/platform/x86/ |
D | hdaps.c | 166 static int __hdaps_read_pair(unsigned int port1, unsigned int port2, in __hdaps_read_pair() function 197 ret = __hdaps_read_pair(port1, port2, val1, val2); in hdaps_read_pair() 267 __hdaps_read_pair(HDAPS_PORT_XPOS, HDAPS_PORT_YPOS, &x, &y); in hdaps_device_init() 318 __hdaps_read_pair(HDAPS_PORT_XPOS, HDAPS_PORT_YPOS, &rest_x, &rest_y); in hdaps_calibrate() 327 if (__hdaps_read_pair(HDAPS_PORT_XPOS, HDAPS_PORT_YPOS, &x, &y)) in hdaps_mousedev_poll()
|