| /Linux-v5.4/drivers/media/common/v4l2-tpg/ |
| D | v4l2-tpg-core.c | 1697 tpg->border.left = 0; in tpg_calculate_square_border() 1698 tpg->border.width = w; in tpg_calculate_square_border() 1699 tpg->border.top = 0; in tpg_calculate_square_border() 1700 tpg->border.height = h; in tpg_calculate_square_border() 1706 tpg->border.width = ((4 * h) / 3) & ~1; in tpg_calculate_square_border() 1707 if (((w - tpg->border.width) / 2) & ~1) in tpg_calculate_square_border() 1708 tpg->border.width -= 2; in tpg_calculate_square_border() 1709 tpg->border.left = (w - tpg->border.width) / 2; in tpg_calculate_square_border() 1712 tpg->border.height = ((3 * w) / 4) & ~1; in tpg_calculate_square_border() 1713 tpg->border.top = (h - tpg->border.height) / 2; in tpg_calculate_square_border() [all …]
|
| /Linux-v5.4/arch/powerpc/mm/book3s32/ |
| D | mmu.c | 167 unsigned long border = (unsigned long)__init_begin - PAGE_OFFSET; in mmu_mapin_ram() local 174 if (!strict_kernel_rwx_enabled() || base >= border || top <= border) in mmu_mapin_ram() 177 done = __mmu_mapin_ram(base, border); in mmu_mapin_ram() 178 if (done != border) in mmu_mapin_ram() 181 return __mmu_mapin_ram(border, top); in mmu_mapin_ram()
|
| /Linux-v5.4/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-v5.4/drivers/gpu/drm/tiny/ |
| D | repaper.c | 70 struct gpio_desc *border; member 641 if (epd->border) in power_off() 642 gpiod_set_value_cansleep(epd->border, 0); in power_off() 672 if (epd->border) in repaper_pipe_enable() 673 gpiod_set_value_cansleep(epd->border, 0); in repaper_pipe_enable() 684 if (epd->border) in repaper_pipe_enable() 685 gpiod_set_value_cansleep(epd->border, 1); in repaper_pipe_enable() 820 if (epd->border) { in repaper_pipe_disable() 825 gpiod_set_value_cansleep(epd->border, 0); in repaper_pipe_disable() 827 gpiod_set_value_cansleep(epd->border, 1); in repaper_pipe_disable() [all …]
|
| /Linux-v5.4/scripts/kconfig/lxdialog/ |
| D | util.c | 24 dlg.border.atr = A_NORMAL; in set_mono_theme() 64 DLG_COLOR(border, COLOR_WHITE, COLOR_WHITE, true); in set_classic_theme() 97 DLG_COLOR(border, COLOR_BLACK, COLOR_BLACK, true); in set_blackbg_theme() 184 init_one_color(&dlg.border); in init_dialog_colors() 465 chtype box, chtype border) in draw_box() argument 474 waddch(win, border | ACS_ULCORNER); in draw_box() 476 waddch(win, border | ACS_LLCORNER); in draw_box() 482 waddch(win, border | ACS_HLINE); in draw_box() 486 waddch(win, border | ACS_VLINE); in draw_box()
|
| D | yesno.c | 50 dlg.dialog.atr, dlg.border.atr); in dialog_yesno() 51 wattrset(dialog, dlg.border.atr); in dialog_yesno()
|
| D | inputbox.c | 61 dlg.dialog.atr, dlg.border.atr); in dialog_inputbox() 62 wattrset(dialog, dlg.border.atr); in dialog_inputbox() 80 dlg.dialog.atr, dlg.border.atr); in dialog_inputbox()
|
| D | dialog.h | 102 struct dialog_color border; member 208 chtype border);
|
| D | checklist.c | 139 dlg.dialog.atr, dlg.border.atr); in dialog_checklist() 140 wattrset(dialog, dlg.border.atr); in dialog_checklist()
|
| D | textbox.c | 107 dlg.dialog.atr, dlg.border.atr); in dialog_textbox() 109 wattrset(dialog, dlg.border.atr); in dialog_textbox()
|
| D | menubox.c | 202 dlg.dialog.atr, dlg.border.atr); in dialog_menu() 203 wattrset(dialog, dlg.border.atr); in dialog_menu()
|
| /Linux-v5.4/Documentation/devicetree/bindings/display/ |
| D | repaper.txt | 15 - border-gpios: Border control 46 border-gpios = <&gpio 14 0>;
|
| /Linux-v5.4/drivers/media/usb/gspca/stv06xx/ |
| D | stv06xx_hdcs.c | 65 int border; member 292 if (height + 2 * hdcs->array.border + HDCS_1020_BOTTOM_Y_SKIP in hdcs_set_size() 294 height = hdcs->array.height - 2 * hdcs->array.border - in hdcs_set_size() 379 hdcs->array.border = 4; in hdcs_probe_1x00() 441 hdcs->array.border = 4; in hdcs_probe_1020()
|
| /Linux-v5.4/Documentation/media/uapi/v4l/ |
| D | pixfmt-meta-d4xx.rst | 72 - Left border of the AE Region of Interest (all ROI values are in pixels 75 - Right border of the AE Region of Interest 77 - Top border of the AE Region of Interest 79 - Bottom border of the AE Region of Interest
|
| /Linux-v5.4/drivers/gpu/drm/i915/display/ |
| D | intel_panel.c | 248 u32 border, sync_pos, blank_width, sync_width; in centre_horizontally() local 255 border = (adjusted_mode->crtc_hdisplay - width + 1) / 2; in centre_horizontally() 256 border += border & 1; /* make the border even */ in centre_horizontally() 259 adjusted_mode->crtc_hblank_start = width + border; in centre_horizontally() 270 u32 border, sync_pos, blank_width, sync_width; in centre_vertically() local 277 border = (adjusted_mode->crtc_vdisplay - height + 1) / 2; in centre_vertically() 280 adjusted_mode->crtc_vblank_start = height + border; in centre_vertically() 322 u32 *border) in i9xx_scale_aspect() argument 341 *border = LVDS_BORDER_ENABLE; in i9xx_scale_aspect() 357 *border = LVDS_BORDER_ENABLE; in i9xx_scale_aspect() [all …]
|
| /Linux-v5.4/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-v5.4/Documentation/sphinx-static/ |
| D | theme_overrides.css | 118 border: none;
|
| /Linux-v5.4/tools/power/pm-graph/ |
| D | sleepgraph.py | 3909 table {width:100%;border-collapse: collapse;border:1px solid;}\n\ 3910 th {border: 1px solid black;background:#222;color:white;}\n\ 3912 tr.head td {border: 1px solid black;background:#aaa;}\n\ 4615 .time1 {font:22px Arial;border:1px solid;}\n\ 4616 .time2 {font:15px Arial;border-bottom:1px solid;border-left:1px solid;border-right:1px solid;}\n\ 4617 .testfail {font:bold 22px Arial;color:red;border:1px dashed;}\n\ 4629 …lute;height:0%;overflow:hidden;z-index:7;line-height:30px;font-size:14px;border:1px solid;text-ali… 4630 .thread.ps {border-radius:3px;background:linear-gradient(to top, #ccc, #eee);}\n\ 4631 .thread:hover {background:white;border:1px solid red;'+hoverZ+'}\n\ 4632 ….thread.sec,.thread.sec:hover {background:black;border:0;color:white;line-height:15px;font-size:10… [all …]
|
| D | bootgraph.py | 648 …verflow:hidden;color:black;text-align:center;white-space:nowrap;border-radius:5px;border:1px solid… 649 .srccall:hover {color:white;font-weight:bold;border:1px solid white;}\n'
|
| /Linux-v5.4/fs/ext4/ |
| D | extents.c | 1039 __le32 border; in ext4_ext_split() local 1054 border = path[depth].p_ext[1].ee_block; in ext4_ext_split() 1057 le32_to_cpu(border)); in ext4_ext_split() 1059 border = newext->ee_block; in ext4_ext_split() 1062 le32_to_cpu(border)); in ext4_ext_split() 1192 fidx->ei_block = border; in ext4_ext_split() 1196 i, newblock, le32_to_cpu(border), oldblock); in ext4_ext_split() 1248 le32_to_cpu(border), newblock); in ext4_ext_split() 1682 __le32 border; in ext4_ext_correct_indexes() local 1708 border = path[depth].p_ext->ee_block; in ext4_ext_correct_indexes() [all …]
|
| /Linux-v5.4/Documentation/hwmon/ |
| D | f71882fg.rst | 148 to the border between the highest and one but highest temperature zones, and
|
| /Linux-v5.4/include/media/tpg/ |
| D | v4l2-tpg.h | 147 struct v4l2_rect border; member
|
| /Linux-v5.4/Documentation/vm/ |
| D | highmem.rst | 22 where exactly that border lies.
|
| /Linux-v5.4/security/ |
| D | Kconfig.hardening | 145 the lowest border of the kernel stack (and for some other purposes).
|
| /Linux-v5.4/Documentation/fb/ |
| D | sstfb.rst | 175 patterns at the border of your windows (the pixels lose the lowest
|