| /kernel/linux/linux-6.6/drivers/gpu/drm/ |
| D | drm_privacy_screen.c | 24 * register a privacy-screen device, which the KMS drivers can then use 25 * to implement the standard privacy-screen properties, see 28 * KMS drivers using a privacy-screen class device are advised to use the 45 * drm_privacy_screen_lookup_add - add an entry to the static privacy-screen 49 * Add an entry to the static privacy-screen lookup list. Note the 51 * gets added to a list owned by the privacy-screen core. So the passed in 65 * privacy-screen lookup list 69 * from the static privacy-screen lookup list. 102 * drm_privacy_screen_get - get a privacy-screen provider 103 * @dev: consumer-device for which to get a privacy-screen provider [all …]
|
| /kernel/linux/linux-6.6/include/drm/ |
| D | drm_privacy_screen_driver.h | 22 * Defines the operations which the privacy-screen class code may call. 23 * These functions should be implemented by the privacy-screen driver. 27 * @set_sw_state: Called to request a change of the privacy-screen 28 * state. The privacy-screen class code contains a check to avoid this 37 * privacy-screen state from the hardware and then updates sw_state and 39 * the privacy-screen is registered in sysfs. 45 * struct drm_privacy_screen - central privacy-screen structure 47 * Central privacy-screen structure, this contains the struct device used 48 * to register the screen in sysfs, the screen's state, ops, etc. 51 /** @dev: device used to register the privacy-screen in sysfs. */ [all …]
|
| /kernel/linux/linux-6.6/drivers/platform/chrome/ |
| D | chromeos_privacy_screen.c | 4 * ChromeOS Privacy Screen support 8 * This is the Chromeos privacy screen provider, present on certain chromebooks, 11 * the privacy-screen. 19 * the firmware team, on how to control privacy screen using ACPI methods. 22 #define PRIV_SCRN_DSM_FN_GET_STATUS 1 /* Get privacy screen status */ 23 #define PRIV_SCRN_DSM_FN_ENABLE 2 /* Enable privacy screen */ 24 #define PRIV_SCRN_DSM_FN_DISABLE 3 /* Disable privacy screen */ 45 "_DSM failed to get privacy-screen state\n"); in chromeos_privacy_screen_get_hw_state() 51 "Bad _DSM to get privacy-screen state\n"); in chromeos_privacy_screen_get_hw_state() 86 "Bad attempt to set privacy-screen status to %u\n", in chromeos_privacy_screen_set_sw_state() [all …]
|
| /kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
| D | DefaultKeyAssignments | 12 InsKeyPad-8 say from top of screen to reading cursor. 25 KeyPad-plus Say Entire Screen 26 InsKeyPad-plus Say from reading cursor line to bottom of screen. 31 InsKeyPad-9 Move reading cursor to top of screen (insert pgup) 32 InsKeyPad-3 Move reading cursor to bottom of screen (insert pgdn) 33 InsKeyPad-7 Move reading cursor to left edge of screen (insert home) 34 InsKeyPad-1 Move reading cursor to right edge of screen (insert end) 39 allowed value for the row or column for your current screen. 40 KeyPad-/ Mark and Cut screen region. 41 InsKeyPad-/ Paste screen region into any console.
|
| /kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
| D | DefaultKeyAssignments | 12 InsKeyPad-8 say from top of screen to reading cursor. 25 KeyPad-plus Say Entire Screen 26 InsKeyPad-plus Say from reading cursor line to bottom of screen. 31 InsKeyPad-9 Move reading cursor to top of screen (insert pgup) 32 InsKeyPad-3 Move reading cursor to bottom of screen (insert pgdn) 33 InsKeyPad-7 Move reading cursor to left edge of screen (insert home) 34 InsKeyPad-1 Move reading cursor to right edge of screen (insert end) 39 allowed value for the row or column for your current screen. 40 KeyPad-/ Mark and Cut screen region. 41 InsKeyPad-/ Paste screen region into any console.
|
| /kernel/linux/linux-5.10/tools/kvm/kvm_stat/ |
| D | kvm_stat | 994 self.screen = None 1003 self.screen = curses.initscr() 1028 if self.screen: 1029 self.screen.keypad(0) 1055 self.screen.addstr(row, 2, '%8s %-60s' % 1062 self.screen.addstr(row, 2, '%8s %-60s' % (line[0], line[1])) 1064 if row >= self.screen.getmaxyx()[0]: 1067 self.screen.addstr(row + 1, 2, 'Not available') 1118 self.screen.addstr(4, 1, 'Updating pid filter...') 1119 self.screen.refresh() [all …]
|
| /kernel/linux/linux-6.6/tools/kvm/kvm_stat/ |
| D | kvm_stat | 1062 self.screen = None 1071 self.screen = curses.initscr() 1096 if self.screen: 1097 self.screen.keypad(0) 1123 self.screen.addstr(row, 2, '%8s %-60s' % 1130 self.screen.addstr(row, 2, '%8s %-60s' % (line[0], line[1])) 1132 if row >= self.screen.getmaxyx()[0]: 1135 self.screen.addstr(row + 1, 2, 'Not available') 1186 self.screen.addstr(4, 1, 'Updating pid filter...') 1187 self.screen.refresh() [all …]
|
| /kernel/linux/linux-5.10/Documentation/fb/ |
| D | api.rst | 24 Device and driver capabilities are reported in the fixed screen information 51 additional information, which are stored in the variable screen information 65 screen information line_length field. 83 belonging to different planes, is stored in the fixed screen information 89 stored in the variable screen information grayscale field. 94 specified by the variable screen information bpp field. 105 specified by the variable screen information bpp field. 119 Each component is stored in a macropixel according to the variable screen 129 screen information bits_per_pixel field. 136 Each component is stored in a macropixel according to the variable screen [all …]
|
| D | framebuffer.rst | 45 read and write their contents. You can, for example, make a screen snapshot by:: 83 organization of the screen memory (planes, packed pixels, ...) and address 84 and length of the screen memory. 103 application programs is the screen organization (bitplanes or chunky pixels 158 A monitor draws an image on the screen by using an electron beam (3 electron 160 the screen is covered by a pattern of colored phosphors (pixels). If a phosphor 164 from the top to the bottom of the screen. By modifying the intensity of the 168 screen and to the next line: this is called the horizontal retrace. After the 169 whole screen (frame) was painted, the beam moves back to the upper left corner: 179 If the screen resolution is 640x480, it will take:: [all …]
|
| /kernel/linux/linux-6.6/Documentation/fb/ |
| D | api.rst | 24 Device and driver capabilities are reported in the fixed screen information 51 additional information, which are stored in the variable screen information 65 screen information line_length field. 83 belonging to different planes, is stored in the fixed screen information 89 stored in the variable screen information grayscale field. 94 specified by the variable screen information bpp field. 105 specified by the variable screen information bpp field. 119 Each component is stored in a macropixel according to the variable screen 129 screen information bits_per_pixel field. 136 Each component is stored in a macropixel according to the variable screen [all …]
|
| D | framebuffer.rst | 45 read and write their contents. You can, for example, make a screen snapshot by:: 83 organization of the screen memory (planes, packed pixels, ...) and address 84 and length of the screen memory. 103 application programs is the screen organization (bitplanes or chunky pixels 158 A monitor draws an image on the screen by using an electron beam (3 electron 160 the screen is covered by a pattern of colored phosphors (pixels). If a phosphor 164 from the top to the bottom of the screen. By modifying the intensity of the 168 screen and to the next line: this is called the horizontal retrace. After the 169 whole screen (frame) was painted, the beam moves back to the upper left corner: 179 If the screen resolution is 640x480, it will take:: [all …]
|
| /kernel/linux/linux-5.10/drivers/s390/char/ |
| D | tty3270.c | 59 * 1) describe line orientation & lines list concept against screen 60 * 2) describe conversion of screen to lines 80 /* Current tty screen. */ 84 struct tty3270_line *screen; member 120 #define TTY_UPDATE_ALL 16 /* Recreate screen. */ 134 * The input line are the two last lines of the screen. 191 * The status line is the last line of the screen. It shows the string 192 * "Running"/"Holding" in the lower right corner of the screen. 252 * containing all lines that will fit on the screen. in tty3270_rebuild_update() 324 * Create a blank screen and remove all lines from the history. [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/touchscreen/ |
| D | imx6ul_tsc.txt | 10 This xnur-gpio returns to low once the finger leave the touch screen (The 15 Before X-axis or Y-axis measurement, the screen need some time before 17 This value depends on the touch screen. 18 - pre-charge-time: the touch screen need some time to precharge. 19 This value depends on the touch screen.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/ |
| D | imx6ul_tsc.txt | 10 This xnur-gpio returns to low once the finger leave the touch screen (The 15 Before X-axis or Y-axis measurement, the screen need some time before 17 This value depends on the touch screen. 18 - pre-charge-time: the touch screen need some time to precharge. 19 This value depends on the touch screen.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/ |
| D | mount-matrix.txt | 25 For example a device with some kind of screen, where the user is supposed to 27 mounted on the same chassis as this screen, will likely take the screen as 29 screen and (z) being depth, the axis perpendicular to the screen. 31 For a screen you probably want (x) coordinates to go from negative on the left 33 and (z) depth to be negative under the screen and positive in front of it, 55 9.81 m/s^2 upwards along the (z) axis, i.e. out of the screen when the device 56 is held with its screen flat on the planets surface and 0 on the other axes, 132 device with a screen lying flat on a table), you should get a negative value
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/ |
| D | mount-matrix.txt | 25 For example a device with some kind of screen, where the user is supposed to 27 mounted on the same chassis as this screen, will likely take the screen as 29 screen and (z) being depth, the axis perpendicular to the screen. 31 For a screen you probably want (x) coordinates to go from negative on the left 33 and (z) depth to be negative under the screen and positive in front of it, 55 9.81 m/s^2 upwards along the (z) axis, i.e. out of the screen when the device 56 is held with its screen flat on the planets surface and 0 on the other axes, 132 device with a screen lying flat on a table), you should get a negative value
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/vboxvideo/ |
| D | vbva_base.c | 108 struct gen_pool *ctx, s32 screen, bool enable) in vbva_inform_host() argument 120 if (screen >= 0) { in vbva_inform_host() 122 p->screen_id = screen; in vbva_inform_host() 138 struct vbva_buffer *vbva, s32 screen) in vbva_enable() argument 147 ret = vbva_inform_host(vbva_ctx, ctx, screen, true); in vbva_enable() 149 vbva_disable(vbva_ctx, ctx, screen); in vbva_enable() 155 s32 screen) in vbva_disable() argument 161 vbva_inform_host(vbva_ctx, ctx, screen, false); in vbva_disable()
|
| D | vboxvideo.h | 226 /* Index of the screen, assigned by the guest. */ 229 /* The screen offset in VRAM, the framebuffer starts here. */ 235 /* The recommended maximum size of the VRAM memory for the screen. */ 264 /* Which view contains the screen. */ 267 /* Physical X origin relative to the primary screen. */ 270 /* Physical Y origin relative to the primary screen. */ 279 /* Width of the screen. */ 282 /* Height of the screen. */ 401 * end with ~0. The whole structure can legally be set to ~0 to skip a screen. 419 * for any screen, at which time it is reset to the bounding rectangle of all [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/vboxvideo/ |
| D | vbva_base.c | 108 struct gen_pool *ctx, s32 screen, bool enable) in vbva_inform_host() argument 120 if (screen >= 0) { in vbva_inform_host() 122 p->screen_id = screen; in vbva_inform_host() 138 struct vbva_buffer *vbva, s32 screen) in vbva_enable() argument 147 ret = vbva_inform_host(vbva_ctx, ctx, screen, true); in vbva_enable() 149 vbva_disable(vbva_ctx, ctx, screen); in vbva_enable() 155 s32 screen) in vbva_disable() argument 161 vbva_inform_host(vbva_ctx, ctx, screen, false); in vbva_disable()
|
| D | vboxvideo.h | 226 /* Index of the screen, assigned by the guest. */ 229 /* The screen offset in VRAM, the framebuffer starts here. */ 235 /* The recommended maximum size of the VRAM memory for the screen. */ 264 /* Which view contains the screen. */ 267 /* Physical X origin relative to the primary screen. */ 270 /* Physical Y origin relative to the primary screen. */ 279 /* Width of the screen. */ 282 /* Height of the screen. */ 403 * end with ~0. The whole structure can legally be set to ~0 to skip a screen. 421 * for any screen, at which time it is reset to the bounding rectangle of all [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/ |
| D | svga_reg.h | 116 * (Version ID, screen object ID, surface ID...) 701 * for a GMR-to-screen blit. Currently it is defined as an encoding 702 * of the screen's color depth and bits-per-pixel, however, 16 bits 781 * 2D primitives for drawing to Screen Objects, which can occupy a 837 * Allow screen object support, and require backing stores from the 838 * guest for each screen object. 875 * the screen-sum limit applies). 1071 * is set to a specific screen ID, cursor position is reinterpreted 1072 * as a signed offset relative to that screen's origin. 1260 * Provides dynamic multi-screen rendering, for improved Unity and [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_stdu.c | 71 * @buf: buffer object when DMA-ing between buffer and screen targets. 72 * @sid: Surface ID when copying between surface and screen targets. 143 * Screen Target Display Unit CRTC Functions 157 * vmw_stdu_define_st - Defines a Screen Target 160 * @stdu: display unit to create a Screen Target for 162 * @crtc_x: X coordinate of screen target relative to framebuffer origin. 163 * @crtc_y: Y coordinate of screen target relative to framebuffer origin. 211 * vmw_stdu_bind_st - Binds a surface to a Screen Target 215 * @res: Buffer to bind to the screen target. Set to NULL to blank screen. 217 * Binding a surface to a Screen Target the same as flipping [all …]
|
| /kernel/linux/linux-6.6/tools/perf/ui/gtk/ |
| D | browser.c | 19 GdkScreen *screen; in perf_gtk__resize_window() local 24 screen = gtk_widget_get_screen(window); in perf_gtk__resize_window() 26 monitor = gdk_screen_get_monitor_at_window(screen, window->window); in perf_gtk__resize_window() 28 gdk_screen_get_monitor_geometry(screen, monitor, &rect); in perf_gtk__resize_window()
|
| /kernel/linux/linux-5.10/tools/perf/ui/gtk/ |
| D | browser.c | 19 GdkScreen *screen; in perf_gtk__resize_window() local 24 screen = gtk_widget_get_screen(window); in perf_gtk__resize_window() 26 monitor = gdk_screen_get_monitor_at_window(screen, window->window); in perf_gtk__resize_window() 28 gdk_screen_get_monitor_geometry(screen, monitor, &rect); in perf_gtk__resize_window()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_stdu.c | 64 * @buf: buffer object when DMA-ing between buffer and screen targets. 65 * @sid: Surface ID when copying between surface and screen targets. 134 * Screen Target Display Unit CRTC Functions 149 * vmw_stdu_define_st - Defines a Screen Target 152 * @stdu: display unit to create a Screen Target for 154 * @crtc_x: X coordinate of screen target relative to framebuffer origin. 155 * @crtc_y: Y coordinate of screen target relative to framebuffer origin. 203 * vmw_stdu_bind_st - Binds a surface to a Screen Target 207 * @res: Buffer to bind to the screen target. Set to NULL to blank screen. 209 * Binding a surface to a Screen Target the same as flipping [all …]
|