Searched refs:hdaps_read_pair (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | hdaps.c | 165 /* __hdaps_read_pair - internal lockless helper for hdaps_read_pair(). */ 188 * hdaps_read_pair - reads the values from a pair of ports, placing the values 191 static int hdaps_read_pair(unsigned int port1, unsigned int port2, in hdaps_read_pair() function 346 ret = hdaps_read_pair(HDAPS_PORT_XPOS, HDAPS_PORT_YPOS, &x, &y); in hdaps_position_show() 358 ret = hdaps_read_pair(HDAPS_PORT_XVAR, HDAPS_PORT_YVAR, &x, &y); in hdaps_variance_show()
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | hdaps.c | 165 /* __hdaps_read_pair - internal lockless helper for hdaps_read_pair(). */ 188 * hdaps_read_pair - reads the values from a pair of ports, placing the values 191 static int hdaps_read_pair(unsigned int port1, unsigned int port2, in hdaps_read_pair() function 346 ret = hdaps_read_pair(HDAPS_PORT_XPOS, HDAPS_PORT_YPOS, &x, &y); in hdaps_position_show() 358 ret = hdaps_read_pair(HDAPS_PORT_XVAR, HDAPS_PORT_YVAR, &x, &y); in hdaps_variance_show()
|
Completed in 4 milliseconds