/Linux-v4.19/drivers/media/common/v4l2-tpg/ |
D | v4l2-tpg-core.c | 1547 tpg->border.left = 0; in tpg_calculate_square_border() 1548 tpg->border.width = w; in tpg_calculate_square_border() 1549 tpg->border.top = 0; in tpg_calculate_square_border() 1550 tpg->border.height = h; in tpg_calculate_square_border() 1556 tpg->border.width = ((4 * h) / 3) & ~1; in tpg_calculate_square_border() 1557 if (((w - tpg->border.width) / 2) & ~1) in tpg_calculate_square_border() 1558 tpg->border.width -= 2; in tpg_calculate_square_border() 1559 tpg->border.left = (w - tpg->border.width) / 2; in tpg_calculate_square_border() 1562 tpg->border.height = ((3 * w) / 4) & ~1; in tpg_calculate_square_border() 1563 tpg->border.top = (h - tpg->border.height) / 2; in tpg_calculate_square_border() [all …]
|
/Linux-v4.19/drivers/gpu/drm/tinydrm/ |
D | repaper.c | 60 struct gpio_desc *border; member 637 if (epd->border) in power_off() 638 gpiod_set_value_cansleep(epd->border, 0); in power_off() 666 if (epd->border) in repaper_pipe_enable() 667 gpiod_set_value_cansleep(epd->border, 0); in repaper_pipe_enable() 678 if (epd->border) in repaper_pipe_enable() 679 gpiod_set_value_cansleep(epd->border, 1); in repaper_pipe_enable() 805 if (epd->border) { in repaper_pipe_disable() 810 gpiod_set_value_cansleep(epd->border, 0); in repaper_pipe_disable() 812 gpiod_set_value_cansleep(epd->border, 1); in repaper_pipe_disable() [all …]
|
/Linux-v4.19/fs/reiserfs/ |
D | bitmap.c | 592 REISERFS_SB(s)->s_alloc_options.border = 10; in reiserfs_parse_alloc_options() 594 REISERFS_SB(s)->s_alloc_options.border = in reiserfs_parse_alloc_options() 703 if (REISERFS_SB(s)->s_alloc_options.border != 10) { in show_alloc_options() 705 100 / REISERFS_SB(s)->s_alloc_options.border); in show_alloc_options() 910 b_blocknr_t border = in set_border_in_hint() local 911 SB_BLOCK_COUNT(s) / REISERFS_SB(s)->s_alloc_options.border; in set_border_in_hint() 914 hint->end = border - 1; in set_border_in_hint() 916 hint->beg = border; in set_border_in_hint() 970 b_blocknr_t border; in old_hashed_relocation() local 978 border = in old_hashed_relocation() [all …]
|
/Linux-v4.19/scripts/kconfig/lxdialog/ |
D | util.c | 37 dlg.border.atr = A_NORMAL; in set_mono_theme() 77 DLG_COLOR(border, COLOR_WHITE, COLOR_WHITE, true); in set_classic_theme() 110 DLG_COLOR(border, COLOR_BLACK, COLOR_BLACK, true); in set_blackbg_theme() 197 init_one_color(&dlg.border); in init_dialog_colors() 478 chtype box, chtype border) in draw_box() argument 487 waddch(win, border | ACS_ULCORNER); in draw_box() 489 waddch(win, border | ACS_LLCORNER); in draw_box() 495 waddch(win, border | ACS_HLINE); in draw_box() 499 waddch(win, border | ACS_VLINE); in draw_box()
|
D | yesno.c | 63 dlg.dialog.atr, dlg.border.atr); in dialog_yesno() 64 wattrset(dialog, dlg.border.atr); in dialog_yesno()
|
D | inputbox.c | 74 dlg.dialog.atr, dlg.border.atr); in dialog_inputbox() 75 wattrset(dialog, dlg.border.atr); in dialog_inputbox() 93 dlg.dialog.atr, dlg.border.atr); in dialog_inputbox()
|
D | dialog.h | 115 struct dialog_color border; member 221 chtype border);
|
D | textbox.c | 120 dlg.dialog.atr, dlg.border.atr); in dialog_textbox() 122 wattrset(dialog, dlg.border.atr); in dialog_textbox()
|
D | checklist.c | 152 dlg.dialog.atr, dlg.border.atr); in dialog_checklist() 153 wattrset(dialog, dlg.border.atr); in dialog_checklist()
|
D | menubox.c | 215 dlg.dialog.atr, dlg.border.atr); in dialog_menu() 216 wattrset(dialog, dlg.border.atr); in dialog_menu()
|
/Linux-v4.19/Documentation/devicetree/bindings/display/ |
D | repaper.txt | 15 - border-gpios: Border control 46 border-gpios = <&gpio 14 0>;
|
/Linux-v4.19/drivers/media/usb/gspca/stv06xx/ |
D | stv06xx_hdcs.c | 74 int border; member 301 if (height + 2 * hdcs->array.border + HDCS_1020_BOTTOM_Y_SKIP in hdcs_set_size() 303 height = hdcs->array.height - 2 * hdcs->array.border - in hdcs_set_size() 388 hdcs->array.border = 4; in hdcs_probe_1x00() 450 hdcs->array.border = 4; in hdcs_probe_1020()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_panel.c | 175 u32 border, sync_pos, blank_width, sync_width; in centre_horizontally() local 182 border = (adjusted_mode->crtc_hdisplay - width + 1) / 2; in centre_horizontally() 183 border += border & 1; /* make the border even */ in centre_horizontally() 186 adjusted_mode->crtc_hblank_start = width + border; in centre_horizontally() 197 u32 border, sync_pos, blank_width, sync_width; in centre_vertically() local 204 border = (adjusted_mode->crtc_vdisplay - height + 1) / 2; in centre_vertically() 207 adjusted_mode->crtc_vblank_start = height + border; in centre_vertically() 249 u32 *border) in i9xx_scale_aspect() argument 268 *border = LVDS_BORDER_ENABLE; in i9xx_scale_aspect() 284 *border = LVDS_BORDER_ENABLE; in i9xx_scale_aspect() [all …]
|
/Linux-v4.19/lib/ |
D | inflate.c | 174 static const unsigned border[] = { /* Order of the bit length code lengths */ variable 891 ll[border[j]] = (unsigned)b & 7; in inflate_dynamic() 895 ll[border[j]] = 0; in inflate_dynamic()
|
/Linux-v4.19/Documentation/sphinx-static/ |
D | theme_overrides.css | 80 border: none;
|
/Linux-v4.19/tools/power/pm-graph/ |
D | sleepgraph.py | 3505 table {width:100%;border-collapse: collapse;}\n\ 3506 .summary {border:1px solid;}\n\ 3507 th {border: 1px solid black;background:#222;color:white;}\n\ 3509 tr.head td {border: 1px solid black;background:#aaa;}\n\ 4072 .time1 {font:22px Arial;border:1px solid;}\n\ 4073 .time2 {font:15px Arial;border-bottom:1px solid;border-left:1px solid;border-right:1px solid;}\n\ 4074 .testfail {font:bold 22px Arial;color:red;border:1px dashed;}\n\ 4086 …lute;height:0%;overflow:hidden;z-index:7;line-height:30px;font-size:14px;border:1px solid;text-ali… 4087 .thread.ps {border-radius:3px;background:linear-gradient(to top, #ccc, #eee);}\n\ 4088 .thread:hover {background:white;border:1px solid red;'+hoverZ+'}\n\ [all …]
|
D | bootgraph.py | 643 …verflow:hidden;color:black;text-align:center;white-space:nowrap;border-radius:5px;border:1px solid… 644 .srccall:hover {color:white;font-weight:bold;border:1px solid white;}\n'
|
/Linux-v4.19/fs/ext4/ |
D | extents.c | 1035 __le32 border; in ext4_ext_split() local 1049 border = path[depth].p_ext[1].ee_block; in ext4_ext_split() 1052 le32_to_cpu(border)); in ext4_ext_split() 1054 border = newext->ee_block; in ext4_ext_split() 1057 le32_to_cpu(border)); in ext4_ext_split() 1183 fidx->ei_block = border; in ext4_ext_split() 1187 i, newblock, le32_to_cpu(border), oldblock); in ext4_ext_split() 1234 le32_to_cpu(border), newblock); in ext4_ext_split() 1665 __le32 border; in ext4_ext_correct_indexes() local 1691 border = path[depth].p_ext->ee_block; in ext4_ext_correct_indexes() [all …]
|
D | mballoc.c | 661 unsigned int border; in ext4_mb_mark_free_simple() local 665 border = 2 << sb->s_blocksize_bits; in ext4_mb_mark_free_simple() 669 max = ffs(first | border) - 1; in ext4_mb_mark_free_simple()
|
/Linux-v4.19/Documentation/hwmon/ |
D | f71882fg | 94 to the border between the highest and one but highest temperature zones, and
|
/Linux-v4.19/include/media/tpg/ |
D | v4l2-tpg.h | 147 struct v4l2_rect border; member
|
/Linux-v4.19/Documentation/vm/ |
D | highmem.rst | 22 where exactly that border lies.
|
D | unevictable-lru.rst | 457 PMD on border of VM_LOCKED VMA will be split into PTE table.
|
/Linux-v4.19/Documentation/fb/ |
D | sstfb.txt | 141 patterns at the border of your windows (the pixels lose the lowest
|
/Linux-v4.19/Documentation/ |
D | kprobes.txt | 647 d) DCR must not straddle the border between functions.
|