| /Linux-v5.4/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
| D | SchedGui.py | 12 import wx 17 class RootFrame(wx.Frame): 24 wx.Frame.__init__(self, parent, id, title) 26 (self.screen_width, self.screen_height) = wx.GetDisplaySize() 39 self.panel = wx.Panel(self, size=(self.screen_width, self.screen_height)) 42 self.scroll = wx.ScrolledWindow(self.panel) 48 self.scroll_panel = wx.Panel(self.scroll, size=(self.screen_width - 15, self.screen_height / 2)) 49 self.scroll_panel.Bind(wx.EVT_PAINT, self.on_paint) 50 self.scroll_panel.Bind(wx.EVT_KEY_DOWN, self.on_key_press) 51 self.scroll_panel.Bind(wx.EVT_LEFT_DOWN, self.on_mouse_down) [all …]
|
| /Linux-v5.4/drivers/input/rmi4/ |
| 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()
|
| D | rmi_2d_sensor.h | 24 u8 wx; member
|
| D | rmi_f12.c | 179 obj->wx = data1[6]; in rmi_f12_process_objects()
|
| D | rmi_f11.c | 556 obj->wx = pos_data[3] & 0x0f; in rmi_f11_abs_pos_process()
|
| /Linux-v5.4/drivers/input/touchscreen/ |
| D | raydium_i2c_ts.c | 801 u8 wx, wy; in raydium_mt_event() local 816 wx = contact[RM_CONTACT_WIDTH_X_POS]; in raydium_mt_event() 819 input_report_abs(ts->input, ABS_MT_TOUCH_MAJOR, max(wx, wy)); in raydium_mt_event() 820 input_report_abs(ts->input, ABS_MT_TOUCH_MINOR, min(wx, wy)); in raydium_mt_event()
|
| /Linux-v5.4/Documentation/security/ |
| D | sak.rst | 58 l-wx------ 1 root root 64 Mar 18 00:46 /proc/579/fd/0 -> /dev/console
|
| /Linux-v5.4/tools/perf/scripts/python/ |
| D | sched-migration.py | 367 app = wx.App(False)
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
| D | display_mode_vba_20.c | 318 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, l, in dscceComputeDelay() local 349 wx = (w + 2) / 3; in dscceComputeDelay() 350 p = 3 * wx - w; in dscceComputeDelay() 354 l = (ax + wx - 1) / wx; in dscceComputeDelay() 359 Delay = l * wx * (numSlices - 1) + ax + s + lstall + 22; in dscceComputeDelay()
|
| D | display_mode_vba_20v2.c | 341 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, l, in dscceComputeDelay() local 372 wx = (w + 2) / 3; in dscceComputeDelay() 373 p = 3 * wx - w; in dscceComputeDelay() 377 l = (ax + wx - 1) / wx; in dscceComputeDelay() 382 Delay = l * wx * (numSlices - 1) + ax + s + lstall + 22; in dscceComputeDelay()
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
| D | display_mode_vba_21.c | 513 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, S, ix, wx, p, l0, a, ax, l, in dscceComputeDelay() local 544 wx = (w + 2) / 3; in dscceComputeDelay() 545 p = 3 * wx - w; in dscceComputeDelay() 549 l = (ax + wx - 1) / wx; in dscceComputeDelay() 554 Delay = l * wx * (numSlices - 1) + ax + S + lstall + 22; in dscceComputeDelay()
|