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

/drivers/platform/x86/
H A Dhdaps.c177 /* __hdaps_read_pair - internal lockless helper for hdaps_read_pair(). */
178 static int __hdaps_read_pair(unsigned int port1, unsigned int port2, function
209 ret = __hdaps_read_pair(port1, port2, val1, val2);
279 __hdaps_read_pair(HDAPS_PORT_XPOS, HDAPS_PORT_YPOS, &x, &y);
331 __hdaps_read_pair(HDAPS_PORT_XPOS, HDAPS_PORT_YPOS, &rest_x, &rest_y);
341 if (__hdaps_read_pair(HDAPS_PORT_XPOS, HDAPS_PORT_YPOS, &x, &y))

Completed in 54 milliseconds