Home
last modified time | relevance | path

Searched refs:wy (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/Documentation/sphinx-static/
Dtheme_overrides.css26 .wy-nav-content{max-width: none; }
35 .wy-table-responsive table td { white-space: normal; }
36 .wy-table-responsive { overflow: auto; }
50 caption, .wy-table caption, .rst-content table.field-list caption {
/Linux-v4.19/drivers/input/rmi4/
Drmi_2d_sensor.c90 swap(obj->wx, obj->wy); in rmi_2d_sensor_abs_report()
92 wide = (obj->wx > obj->wy); in rmi_2d_sensor_abs_report()
93 major = max(obj->wx, obj->wy); in rmi_2d_sensor_abs_report()
94 minor = min(obj->wx, obj->wy); in rmi_2d_sensor_abs_report()
111 obj->wx, obj->wy); in rmi_2d_sensor_abs_report()
Drmi_2d_sensor.h28 u8 wy; member
Drmi_f12.c182 obj->wy = data1[7]; in rmi_f12_process_objects()
Drmi_f11.c561 obj->wy = pos_data[3] >> 4; in rmi_f11_abs_pos_process()
/Linux-v4.19/drivers/input/touchscreen/
Draydium_i2c_ts.c810 u8 wx, wy; in raydium_mt_event() local
826 wy = contact[RM_CONTACT_WIDTH_Y_POS]; in raydium_mt_event()
828 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, max(wx, wy)); in raydium_mt_event()
829 input_report_abs(ts->input, ABS_MT_TOUCH_MINOR, min(wx, wy)); in raydium_mt_event()