Home
last modified time | relevance | path

Searched refs:wx (Results 1 – 12 of 12) sorted by relevance

/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.h24 u8 wx; member
Drmi_f12.c179 obj->wx = data1[6]; in rmi_f12_process_objects()
Drmi_f11.c582 obj->wx = pos_data[3] & 0x0f; in rmi_f11_abs_pos_process()
/drivers/input/touchscreen/
Draydium_i2c_ts.c875 u8 wx, wy; in raydium_mt_event() local
890 wx = contact[RM_CONTACT_WIDTH_X_POS]; in raydium_mt_event()
893 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, max(wx, wy)); in raydium_mt_event()
894 input_report_abs(ts->input, ABS_MT_TOUCH_MINOR, min(wx, wy)); in raydium_mt_event()
/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_mode_vba_util_32.c53 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, L, in dml32_dscceComputeDelay() local
86 wx = (w + 2) / 3; in dml32_dscceComputeDelay()
87 p = 3 * wx - w; in dml32_dscceComputeDelay()
91 L = (ax + wx - 1) / wx; in dml32_dscceComputeDelay()
96 Delay = L * wx * (numSlices - 1) + ax + s + lstall + 22; in dml32_dscceComputeDelay()
/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c319 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, l, in dscceComputeDelay() local
350 wx = (w + 2) / 3; in dscceComputeDelay()
351 p = 3 * wx - w; in dscceComputeDelay()
355 l = (ax + wx - 1) / wx; in dscceComputeDelay()
360 Delay = l * wx * (numSlices - 1) + ax + s + lstall + 22; in dscceComputeDelay()
Ddisplay_mode_vba_20v2.c343 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, l, in dscceComputeDelay() local
374 wx = (w + 2) / 3; in dscceComputeDelay()
375 p = 3 * wx - w; in dscceComputeDelay()
379 l = (ax + wx - 1) / wx; in dscceComputeDelay()
384 Delay = l * wx * (numSlices - 1) + ax + s + lstall + 22; in dscceComputeDelay()
/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c514 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, S, ix, wx, p, l0, a, ax, l, in dscceComputeDelay() local
545 wx = (w + 2) / 3; in dscceComputeDelay()
546 p = 3 * wx - w; in dscceComputeDelay()
550 l = (ax + wx - 1) / wx; in dscceComputeDelay()
555 Delay = l * wx * (numSlices - 1) + ax + S + lstall + 22; in dscceComputeDelay()
/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_mode_vba_30.c689 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, P, l0, a, ax, L, in dscceComputeDelay() local
724 wx = (w + 2) / 3; in dscceComputeDelay()
725 P = 3 * wx - w; in dscceComputeDelay()
729 L = (ax + wx - 1) / wx; in dscceComputeDelay()
734 Delay = L * wx * (numSlices - 1) + ax + s + lstall + 22; in dscceComputeDelay()
/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c691 …unsigned int pixelsPerClock = 0, lstall, D, initalXmitDelay, w, s, ix, wx, P, l0, a, ax, L, Delay,… in dscceComputeDelay() local
725 wx = (w + 2) / 3; in dscceComputeDelay()
726 P = 3 * wx - w; in dscceComputeDelay()
730 L = (ax + wx - 1) / wx; in dscceComputeDelay()
735 Delay = L * wx * (numSlices - 1) + ax + s + lstall + 22; in dscceComputeDelay()
/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_mode_vba_314.c712 …unsigned int pixelsPerClock = 0, lstall, D, initalXmitDelay, w, s, ix, wx, P, l0, a, ax, L, Delay,… in dscceComputeDelay() local
746 wx = (w + 2) / 3; in dscceComputeDelay()
747 P = 3 * wx - w; in dscceComputeDelay()
751 L = (ax + wx - 1) / wx; in dscceComputeDelay()
756 Delay = L * wx * (numSlices - 1) + ax + s + lstall + 22; in dscceComputeDelay()