/linux-6.3-rc2/arch/powerpc/mm/book3s32/ |
A D | mmu.c | 161 unsigned long border = (unsigned long)__srwx_boundary - PAGE_OFFSET; in mmu_mapin_ram() local 169 if (base >= border) in mmu_mapin_ram() 171 if (top >= border) in mmu_mapin_ram() 172 top = border; in mmu_mapin_ram() 175 if (!strict_kernel_rwx_enabled() || base >= border || top <= border) in mmu_mapin_ram() 178 done = __mmu_mapin_ram(base, border); in mmu_mapin_ram() 179 if (done != border) in mmu_mapin_ram() 182 return __mmu_mapin_ram(border, top); in mmu_mapin_ram() 202 unsigned long border = (unsigned long)__init_begin - PAGE_OFFSET; in mmu_mark_initmem_nx() local 214 if (strict_kernel_rwx_enabled() && base + size > border) in mmu_mark_initmem_nx()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_panel.c | 416 u32 border, sync_pos, blank_width, sync_width; in centre_horizontally() local 424 border += border & 1; /* make the border even */ in centre_horizontally() 427 adjusted_mode->crtc_hblank_start = width + border; in centre_horizontally() 438 u32 border, sync_pos, blank_width, sync_width; in centre_vertically() local 448 adjusted_mode->crtc_vblank_start = height + border; in centre_vertically() 491 u32 *border) in i9xx_scale_aspect() argument 509 *border = LVDS_BORDER_ENABLE; in i9xx_scale_aspect() 524 *border = LVDS_BORDER_ENABLE; in i9xx_scale_aspect() 567 border = LVDS_BORDER_ENABLE; in gmch_panel_fitting() 575 &pfit_pgm_ratios, &border); in gmch_panel_fitting() [all …]
|
/linux-6.3-rc2/drivers/media/common/v4l2-tpg/ |
A D | v4l2-tpg-core.c | 1715 tpg->border.left = (w - tpg->border.width) / 2; in tpg_calculate_square_border() 1719 tpg->border.top = (h - tpg->border.height) / 2; in tpg_calculate_square_border() 1724 tpg->border.top = (h - tpg->border.height) / 2; in tpg_calculate_square_border() 1731 tpg->border.left = (w - tpg->border.width) / 2; in tpg_calculate_square_border() 1735 tpg->border.top = (h - tpg->border.height) / 2; in tpg_calculate_square_border() 1740 tpg->border.top = (h - tpg->border.height) / 2; in tpg_calculate_square_border() 1747 tpg->border.left = (w - tpg->border.width) / 2; in tpg_calculate_square_border() 1751 tpg->border.top = (h - tpg->border.height) / 2; in tpg_calculate_square_border() 2300 tpg->border.left + tpg->border.width) { in tpg_fill_params_extras() 2302 tpg->border.left + tpg->border.width - tpg->crop.left; in tpg_fill_params_extras() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/tiny/ |
A D | repaper.c | 72 struct gpio_desc *border; member 612 if (epd->border) in power_off() 613 gpiod_set_value_cansleep(epd->border, 0); in power_off() 652 if (epd->border) in repaper_pipe_enable() 653 gpiod_set_value_cansleep(epd->border, 0); in repaper_pipe_enable() 664 if (epd->border) in repaper_pipe_enable() 665 gpiod_set_value_cansleep(epd->border, 1); in repaper_pipe_enable() 794 if (epd->border) { in repaper_pipe_disable() 799 gpiod_set_value_cansleep(epd->border, 0); in repaper_pipe_disable() 1055 if (IS_ERR(epd->border)) { in repaper_probe() [all …]
|
/linux-6.3-rc2/fs/reiserfs/ |
A D | bitmap.c | 910 b_blocknr_t border = in set_border_in_hint() local 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() 981 if (border > hint->search_start) in old_hashed_relocation() 982 hint->search_start = border; in old_hashed_relocation() 989 b_blocknr_t border; in old_way() local 995 border = in old_way() 999 if (border > hint->search_start) in old_way() [all …]
|
/linux-6.3-rc2/scripts/kconfig/lxdialog/ |
A 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()
|
A D | yesno.c | 50 dlg.dialog.atr, dlg.border.atr); in dialog_yesno() 51 wattrset(dialog, dlg.border.atr); in dialog_yesno()
|
A 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()
|
A D | dialog.h | 102 struct dialog_color border; member 208 chtype border);
|
A D | checklist.c | 139 dlg.dialog.atr, dlg.border.atr); in dialog_checklist() 140 wattrset(dialog, dlg.border.atr); in dialog_checklist()
|
A D | textbox.c | 107 dlg.dialog.atr, dlg.border.atr); in dialog_textbox() 109 wattrset(dialog, dlg.border.atr); in dialog_textbox()
|
A D | menubox.c | 202 dlg.dialog.atr, dlg.border.atr); in dialog_menu() 203 wattrset(dialog, dlg.border.atr); in dialog_menu()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/display/ |
A D | repaper.txt | 15 - border-gpios: Border control 46 border-gpios = <&gpio 14 0>;
|
/linux-6.3-rc2/drivers/media/usb/gspca/stv06xx/ |
A 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-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | pixfmt-meta-d4xx.rst | 65 - Left border of the AE Region of Interest (all ROI values are in pixels 68 - Right border of the AE Region of Interest 70 - Top border of the AE Region of Interest 72 - Bottom border of the AE Region of Interest
|
/linux-6.3-rc2/lib/ |
A 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-6.3-rc2/Documentation/sphinx-static/ |
A D | theme_overrides.css | 116 border: none;
|
/linux-6.3-rc2/tools/power/pm-graph/ |
A D | sleepgraph.py | 4268 table {width:100%;border-collapse: collapse;border:1px solid;}\n\ 4269 th {border: 1px solid black;background:#222;color:white;}\n\ 4271 tr.head td {border: 1px solid black;background:#aaa;}\n\ 4987 .time1 {font:22px Arial;border:1px solid;}\n\ 4988 .time2 {font:15px Arial;border-bottom:1px solid;border-left:1px solid;border-right:1px solid;}\n\ 4989 .testfail {font:bold 22px Arial;color:red;border:1px dashed;}\n\ 5002 .thread.ps {border-radius:3px;background:linear-gradient(to top, #ccc, #eee);}\n\ 5003 .thread:hover {background:white;border:1px solid red;'+hoverZ+'}\n\ 5005 .hover {background:white;border:1px solid red;'+hoverZ+'}\n\ 5010 .traceevent:hover {color:white;font-weight:bold;border:1px solid white;}\n\ [all …]
|
A D | bootgraph.py | 650 …verflow:hidden;color:black;text-align:center;white-space:nowrap;border-radius:5px;border:1px solid… 651 .srccall:hover {color:white;font-weight:bold;border:1px solid white;}\n'
|
/linux-6.3-rc2/fs/ext4/ |
A D | extents.c | 1063 __le32 border; in ext4_ext_split() local 1082 border = path[depth].p_ext[1].ee_block; in ext4_ext_split() 1085 le32_to_cpu(border)); in ext4_ext_split() 1087 border = newext->ee_block; in ext4_ext_split() 1090 le32_to_cpu(border)); in ext4_ext_split() 1224 fidx->ei_block = border; in ext4_ext_split() 1280 le32_to_cpu(border), newblock); in ext4_ext_split() 1711 __le32 border; in ext4_ext_correct_indexes() local 1737 border = path[depth].p_ext->ee_block; in ext4_ext_correct_indexes() 1741 path[k].p_idx->ei_block = border; in ext4_ext_correct_indexes() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/amd-pstate/ |
A D | gitsource.sh | 295 set style fill solid 0.5 border
|
A D | tbench.sh | 282 set style fill solid 0.5 border
|
/linux-6.3-rc2/Documentation/hwmon/ |
A D | f71882fg.rst | 148 the border between the highest and one but highest temperature zones, and
|
/linux-6.3-rc2/include/media/tpg/ |
A D | v4l2-tpg.h | 147 struct v4l2_rect border; member
|
/linux-6.3-rc2/Documentation/fb/ |
A D | sstfb.rst | 175 patterns at the border of your windows (the pixels lose the lowest
|