Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/sphinx-static/
Dtheme_rtd_colors.css13 .wy-menu-vertical li.current a {
17 .wy-menu-vertical li.on a, .wy-menu-vertical li.current > a {
Dtheme_overrides.css24 .wy-menu-vertical {
65 .wy-nav-content{max-width: none; }
74 .wy-table-responsive table td { white-space: normal; }
75 .wy-table-responsive { overflow: auto; }
89 caption, .wy-table caption, .rst-content table.field-list caption {
/Linux-v6.6/drivers/input/rmi4/
Drmi_2d_sensor.c87 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()
Drmi_2d_sensor.h25 u8 wy; member
Drmi_f12.c180 obj->wy = data1[7]; in rmi_f12_process_objects()
Drmi_f11.c583 obj->wy = pos_data[3] >> 4; in rmi_f11_abs_pos_process()
/Linux-v6.6/drivers/input/touchscreen/
Draydium_i2c_ts.c874 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()