Searched refs:wy (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/rmi4/ |
H A D | rmi_2d_sensor.c | 87 swap(obj->wx, obj->wy); in rmi_2d_sensor_abs_report() 89 wide = (obj->wx > obj->wy); in rmi_2d_sensor_abs_report() 90 major = max(obj->wx, obj->wy); in rmi_2d_sensor_abs_report() 91 minor = min(obj->wx, obj->wy); in rmi_2d_sensor_abs_report() 108 obj->wx, obj->wy); in rmi_2d_sensor_abs_report()
|
H A D | rmi_2d_sensor.h | 25 u8 wy; member
|
H A D | rmi_f12.c | 180 obj->wy = data1[7]; in rmi_f12_process_objects()
|
H A D | rmi_f11.c | 561 obj->wy = pos_data[3] >> 4; in rmi_f11_abs_pos_process()
|
/kernel/linux/linux-6.6/drivers/input/rmi4/ |
H A D | rmi_2d_sensor.c | 87 swap(obj->wx, obj->wy); in rmi_2d_sensor_abs_report() 89 wide = (obj->wx > obj->wy); in rmi_2d_sensor_abs_report() 90 major = max(obj->wx, obj->wy); in rmi_2d_sensor_abs_report() 91 minor = min(obj->wx, obj->wy); in rmi_2d_sensor_abs_report() 108 obj->wx, obj->wy); in rmi_2d_sensor_abs_report()
|
H A D | rmi_2d_sensor.h | 25 u8 wy; member
|
H A D | rmi_f12.c | 180 obj->wy = data1[7]; in rmi_f12_process_objects()
|
H A D | rmi_f11.c | 583 obj->wy = pos_data[3] >> 4; in rmi_f11_abs_pos_process()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | raydium_i2c_ts.c | 839 u8 wx, wy; in raydium_mt_event() local 855 wy = contact[RM_CONTACT_WIDTH_Y_POS]; in raydium_mt_event() 857 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, max(wx, wy)); in raydium_mt_event() 858 input_report_abs(ts->input, ABS_MT_TOUCH_MINOR, min(wx, wy)); in raydium_mt_event()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | raydium_i2c_ts.c | 874 u8 wx, wy; in raydium_mt_event() local 890 wy = contact[RM_CONTACT_WIDTH_Y_POS]; in raydium_mt_event() 892 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, max(wx, wy)); in raydium_mt_event() 893 input_report_abs(ts->input, ABS_MT_TOUCH_MINOR, min(wx, wy)); in raydium_mt_event()
|
Completed in 17 milliseconds