Searched refs:blanks (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.6/scripts/ |
D | cleanfile | 135 @blanks = (); 146 push(@blanks, $line); 149 push(@lines, @blanks); 153 @blanks = ();
|
/Linux-v6.6/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 | 301 m->h.blanks = m->h.blanke + mode->crtc_hdisplay; in nv50_head_atomic_check_mode() 306 m->v.blanks = m->v.blanke + mode->crtc_vdisplay; in nv50_head_atomic_check_mode()
|
/Linux-v6.6/drivers/s390/char/ |
D | con3215.c | 530 unsigned int c, ch, i, blanks, expanded_size = 0; in raw3215_addtext() local 537 blanks = 1; in raw3215_addtext() 546 blanks = TAB_STOP_SIZE - (column % TAB_STOP_SIZE); in raw3215_addtext() 547 column += blanks; in raw3215_addtext() 548 expanded_size += blanks; in raw3215_addtext() 561 for (i = 0; i < blanks; i++) { in raw3215_addtext()
|
/Linux-v6.6/drivers/gpu/drm/nouveau/ |
D | nouveau_display.c | 69 calc(int blanks, int blanke, int total, int line) in calc() argument 71 if (blanke >= blanks) { in calc() 72 if (line >= blanks) in calc() 75 if (line >= blanks) in calc()
|
/Linux-v6.6/Documentation/admin-guide/ |
D | tainted-kernels.rst | 37 either letters or blanks. In above example it looks like this::
|
/Linux-v6.6/arch/arm/kernel/ |
D | entry-armv.S | 188 @ We are now ready to fill in the remaining blanks on the stack:
|
/Linux-v6.6/Documentation/driver-api/usb/ |
D | power-management.rst | 796 ports when the screen blanks, and re-power them when the screen becomes
|
/Linux-v6.6/arch/x86/ |
D | Kconfig | 2693 virtual console blanks the screen. Note that this is only used by
|