Searched refs:RMI_2D_REL_POS_MAX (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/rmi4/ |
H A D | rmi_2d_sensor.c | 17 #define RMI_2D_REL_POS_MAX 127 macro 117 x = min(RMI_2D_REL_POS_MAX, max(RMI_2D_REL_POS_MIN, (int)x)); in rmi_2d_sensor_rel_report() 118 y = min(RMI_2D_REL_POS_MAX, max(RMI_2D_REL_POS_MIN, (int)y)); in rmi_2d_sensor_rel_report() 121 x = min(RMI_2D_REL_POS_MAX, -x); in rmi_2d_sensor_rel_report() 124 y = min(RMI_2D_REL_POS_MAX, -y); in rmi_2d_sensor_rel_report()
|
/kernel/linux/linux-6.6/drivers/input/rmi4/ |
H A D | rmi_2d_sensor.c | 17 #define RMI_2D_REL_POS_MAX 127 macro 117 x = min(RMI_2D_REL_POS_MAX, max(RMI_2D_REL_POS_MIN, (int)x)); in rmi_2d_sensor_rel_report() 118 y = min(RMI_2D_REL_POS_MAX, max(RMI_2D_REL_POS_MIN, (int)y)); in rmi_2d_sensor_rel_report() 121 x = min(RMI_2D_REL_POS_MAX, -x); in rmi_2d_sensor_rel_report() 124 y = min(RMI_2D_REL_POS_MAX, -y); in rmi_2d_sensor_rel_report()
|
Completed in 2 milliseconds