Searched refs:blanks (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/scripts/ |
D | cleanfile | 135 @blanks = (); 146 push(@blanks, $line); 149 push(@lines, @blanks); 153 @blanks = ();
|
/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv50/ |
D | atom.h | 42 u16 blanks; member 48 u16 blanks; member
|
D | headc57d.c | 212 NVVAL(NVC57D, HEAD_SET_RASTER_BLANK_START, X, m->h.blanks) | in headc57d_mode() 213 NVVAL(NVC57D, HEAD_SET_RASTER_BLANK_START, Y, m->v.blanks)); in headc57d_mode()
|
D | headc37d.c | 233 NVVAL(NVC37D, HEAD_SET_RASTER_BLANK_START, X, m->h.blanks) | in headc37d_mode() 234 NVVAL(NVC37D, HEAD_SET_RASTER_BLANK_START, Y, m->v.blanks)); in headc37d_mode()
|
D | head507d.c | 383 NVVAL(NV507D, HEAD_SET_RASTER_BLANK_START, X, m->h.blanks) | in head507d_mode() 384 NVVAL(NV507D, HEAD_SET_RASTER_BLANK_START, Y, m->v.blanks), in head507d_mode()
|
D | head907d.c | 351 NVVAL(NV907D, HEAD_SET_RASTER_BLANK_START, X, m->h.blanks) | in head907d_mode() 352 NVVAL(NV907D, HEAD_SET_RASTER_BLANK_START, Y, m->v.blanks), in head907d_mode()
|
D | head.c | 302 m->h.blanks = m->h.blanke + mode->crtc_hdisplay; in nv50_head_atomic_check_mode() 307 m->v.blanks = m->v.blanke + mode->crtc_vdisplay; in nv50_head_atomic_check_mode()
|
/linux-6.1.9/drivers/gpu/drm/nouveau/ |
D | nouveau_display.c | 70 calc(int blanks, int blanke, int total, int line) in calc() argument 72 if (blanke >= blanks) { in calc() 73 if (line >= blanks) in calc() 76 if (line >= blanks) in calc()
|
/linux-6.1.9/Documentation/admin-guide/ |
D | tainted-kernels.rst | 37 either letters or blanks. In above example it looks like this::
|
/linux-6.1.9/arch/arm/kernel/ |
D | entry-armv.S | 188 @ We are now ready to fill in the remaining blanks on the stack:
|
/linux-6.1.9/Documentation/driver-api/usb/ |
D | power-management.rst | 796 ports when the screen blanks, and re-power them when the screen becomes
|
/linux-6.1.9/arch/x86/ |
D | Kconfig | 2648 virtual console blanks the screen. Note that this is only used by
|