Home
last modified time | relevance | path

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

/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
A DSchedGui.py12 import wx
17 class RootFrame(wx.Frame):
90 top_color = wx.Colour(r, g, b)
91 brush = wx.Brush(top_color, wx.SOLID)
98 color = wx.Colour(r, g, b)
99 brush = wx.Brush(color, wx.SOLID)
109 dc = wx.PaintDC(self.scroll_panel)
177 if key == wx.WXK_RIGHT:
179 elif key == wx.WXK_LEFT:
181 elif key == wx.WXK_DOWN:
[all …]
/linux/drivers/input/rmi4/
A 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()
A Drmi_2d_sensor.h24 u8 wx; member
A Drmi_f12.c179 obj->wx = data1[6]; in rmi_f12_process_objects()
A Drmi_f11.c582 obj->wx = pos_data[3] & 0x0f; in rmi_f11_abs_pos_process()
/linux/drivers/input/touchscreen/
A Draydium_i2c_ts.c873 u8 wx, wy; in raydium_mt_event() local
888 wx = contact[RM_CONTACT_WIDTH_X_POS]; in raydium_mt_event()
891 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, max(wx, wy)); in raydium_mt_event()
892 input_report_abs(ts->input, ABS_MT_TOUCH_MINOR, min(wx, wy)); in raydium_mt_event()
/linux/Documentation/security/
A Dsak.rst58 l-wx------ 1 root root 64 Mar 18 00:46 /proc/579/fd/0 -> /dev/console
/linux/tools/perf/scripts/python/
A Dsched-migration.py367 app = wx.App(False)
/linux/arch/arm64/include/asm/
A Dassembler.h34 wx\n .req w\n
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
A 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()
A 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()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
A 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()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
A Ddisplay_mode_vba_30.c755 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, P, l0, a, ax, L, in dscceComputeDelay() local
790 wx = (w + 2) / 3; in dscceComputeDelay()
791 P = 3 * wx - w; in dscceComputeDelay()
795 L = (ax + wx - 1) / wx; in dscceComputeDelay()
800 Delay = L * wx * (numSlices - 1) + ax + s + lstall + 22; in dscceComputeDelay()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
A Ddisplay_mode_vba_31.c806 …unsigned int pixelsPerClock = 0, lstall, D, initalXmitDelay, w, s, ix, wx, P, l0, a, ax, L, Delay,… in dscceComputeDelay() local
840 wx = (w + 2) / 3; in dscceComputeDelay()
841 P = 3 * wx - w; in dscceComputeDelay()
845 L = (ax + wx - 1) / wx; in dscceComputeDelay()
850 Delay = L * wx * (numSlices - 1) + ax + s + lstall + 22; in dscceComputeDelay()

Completed in 73 milliseconds