Searched refs:visible (Results 1 - 9 of 9) sorted by relevance
/drivers/i2c/algos/ |
H A D | Kconfig | 6 visible if !I2C_HELPER_AUTO
|
/drivers/gpu/drm/nouveau/ |
H A D | nv50_cursor.c | 46 if (update && nv_crtc->cursor.visible) 67 nv_crtc->cursor.visible = true; 81 if (update && !nv_crtc->cursor.visible) 101 nv_crtc->cursor.visible = false; 125 if (nv_crtc->cursor.visible) { 126 nv_crtc->cursor.visible = false;
|
H A D | nouveau_crtc.h | 54 bool visible; member in struct:nouveau_crtc::__anon569
|
H A D | nvd0_display.c | 605 nvd0_crtc_cursor_show(nv_crtc, nv_crtc->cursor.visible, true); 755 bool visible = (handle != 0); local 758 if (visible) { 779 if (visible != nv_crtc->cursor.visible) { 780 nvd0_crtc_cursor_show(nv_crtc, visible, true); 781 nv_crtc->cursor.visible = visible;
|
H A D | nv50_crtc.c | 93 if (nv_crtc->cursor.visible)
|
/drivers/tty/serial/ |
H A D | Kconfig | 32 Even if you say Y here, the currently visible framebuffer console 59 Even if you say Y here, the currently visible framebuffer console 173 Even if you say Y here, the currently visible virtual console 224 Even if you say Y here, the currently visible virtual console 246 Even if you say Y here, the currently visible virtual console 339 Even if you say Y here, the currently visible virtual console 376 Even if you say Y here, the currently visible virtual console 401 Even if you say Y here, the currently visible virtual console 531 Even if you say Y here, the currently visible virtual console 810 Even if you say Y here, the currently visible framebuffe [all...] |
/drivers/tty/serial/8250/ |
H A D | Kconfig | 47 Even if you say Y here, the currently visible virtual console
|
/drivers/gpu/drm/i915/ |
H A D | intel_display.c | 6331 bool visible = base != 0; local 6334 if (intel_crtc->cursor_visible == visible) 6338 if (visible) { 6353 intel_crtc->cursor_visible = visible; 6362 bool visible = base != 0; local 6364 if (intel_crtc->cursor_visible != visible) { 6376 intel_crtc->cursor_visible = visible; 6388 bool visible = base != 0; local 6390 if (intel_crtc->cursor_visible != visible) { 6401 intel_crtc->cursor_visible = visible; 6418 bool visible; local [all...] |
/drivers/usb/serial/ |
H A D | Kconfig | 32 Even if you say Y here, the currently visible virtual console
|
Completed in 347 milliseconds