Home
last modified time | relevance | path

Searched refs:border (Results 1 – 25 of 37) sorted by relevance

12

/linux/arch/powerpc/mm/book3s32/
H A Dmmu.c161 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/drivers/gpu/drm/i915/display/
H A Dintel_pfit.c290 u32 border, sync_pos, blank_width, sync_width; in centre_horizontally() local
297 border = (adjusted_mode->crtc_hdisplay - width + 1) / 2; in centre_horizontally()
298 border += border & 1; /* make the border even */ in centre_horizontally()
301 adjusted_mode->crtc_hblank_start = width + border; in centre_horizontally()
312 u32 border, sync_pos, blank_width, sync_width; in centre_vertically() local
319 border = (adjusted_mode->crtc_vdisplay - height + 1) / 2; in centre_vertically()
322 adjusted_mode->crtc_vblank_start = height + border; in centre_vertically()
365 u32 *border) in i9xx_scale_aspect() argument
383 *border = LVDS_BORDER_ENABLE; in i9xx_scale_aspect()
398 *border = LVDS_BORDER_ENABLE; in i9xx_scale_aspect()
[all …]
/linux/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c1735 tpg->border.left = 0; in tpg_calculate_square_border()
1736 tpg->border.width = w; in tpg_calculate_square_border()
1737 tpg->border.top = 0; in tpg_calculate_square_border()
1738 tpg->border.height = h; in tpg_calculate_square_border()
1744 tpg->border.width = ((4 * h) / 3) & ~1; in tpg_calculate_square_border()
1745 if (((w - tpg->border.width) / 2) & ~1) in tpg_calculate_square_border()
1746 tpg->border.width -= 2; in tpg_calculate_square_border()
1747 tpg->border.left = (w - tpg->border.width) / 2; in tpg_calculate_square_border()
1750 tpg->border.height = ((3 * w) / 4) & ~1; in tpg_calculate_square_border()
1751 tpg->border.top = (h - tpg->border.height) / 2; in tpg_calculate_square_border()
[all …]
/linux/drivers/gpu/drm/tiny/
H A Drepaper.c74 struct gpio_desc *border; member
613 if (epd->border) in power_off()
614 gpiod_set_value_cansleep(epd->border, 0); in power_off()
653 if (epd->border) in repaper_pipe_enable()
654 gpiod_set_value_cansleep(epd->border, 0); in repaper_pipe_enable()
665 if (epd->border) in repaper_pipe_enable()
666 gpiod_set_value_cansleep(epd->border, 1); in repaper_pipe_enable()
795 if (epd->border) { in repaper_pipe_disable()
800 gpiod_set_value_cansleep(epd->border, 0); in repaper_pipe_disable()
802 gpiod_set_value_cansleep(epd->border, 1); in repaper_pipe_disable()
[all …]
/linux/Documentation/sphinx-static/
H A Dcustom.css111 border: 1px solid #cccccc;
138 border: 1px solid #cccccc;
154 border-bottom: none;
160 div.sphinxsidebar a { border-bottom: none; }
162 border-bottom: none;
H A Dtheme_overrides.css111 border: none;
/linux/scripts/kconfig/lxdialog/
H A Dutil.c51 DLG_COLOR(border, COLOR_WHITE, COLOR_WHITE, true); in set_classic_theme()
80 DLG_COLOR(border, COLOR_BLACK, COLOR_BLACK, true); in set_blackbg_theme()
161 init_one_color(&dlg.border); in init_dialog_colors()
437 chtype box, chtype border) in draw_box() argument
446 waddch(win, border | ACS_ULCORNER); in draw_box()
448 waddch(win, border | ACS_LLCORNER); in draw_box()
454 waddch(win, border | ACS_HLINE); in draw_box()
458 waddch(win, border | ACS_VLINE); in draw_box()
H A Dyesno.c50 dlg.dialog.atr, dlg.border.atr); in dialog_yesno()
51 wattrset(dialog, dlg.border.atr); in dialog_yesno()
H A Dinputbox.c63 dlg.dialog.atr, dlg.border.atr); in dialog_inputbox()
64 wattrset(dialog, dlg.border.atr); in dialog_inputbox()
82 dlg.dialog.atr, dlg.border.atr); in dialog_inputbox()
H A Ddialog.h86 struct dialog_color border; member
188 chtype border);
H A Dtextbox.c215 dlg.dialog.atr, dlg.border.atr); in dialog_textbox()
217 wattrset(dialog, dlg.border.atr); in dialog_textbox()
H A Dchecklist.c139 dlg.dialog.atr, dlg.border.atr); in dialog_checklist()
140 wattrset(dialog, dlg.border.atr); in dialog_checklist()
H A Dmenubox.c194 dlg.dialog.atr, dlg.border.atr); in dialog_menu()
195 wattrset(dialog, dlg.border.atr); in dialog_menu()
/linux/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_hdcs.c65 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/Documentation/devicetree/bindings/display/
H A Drepaper.txt15 - border-gpios: Border control
46 border-gpios = <&gpio 14 0>;
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-d4xx.rst68 - Left border of the AE Region of Interest (all ROI values are in pixels
71 - Right border of the AE Region of Interest
73 - Top border of the AE Region of Interest
75 - Bottom border of the AE Region of Interest
/linux/arch/powerpc/include/asm/
H A Duaccess.h508 const unsigned long border = MODULES_VADDR; in mask_user_address() local
510 const unsigned long border = PAGE_OFFSET; in mask_user_address()
517 if (TASK_SIZE <= UL(SZ_2G) && border >= UL(SZ_2G)) in mask_user_address()
/linux/lib/
H A Dinflate.c174 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/tools/power/pm-graph/
H A Dsleepgraph.py4315 table {width:100%;border-collapse: collapse;border:1px solid;}\n\
4316 th {border: 1px solid black;background:#222;color:white;}\n\
4318 tr.head td {border: 1px solid black;background:#aaa;}\n\
5035 .time1 {font:22px Arial;border:1px solid;}\n\
5036 .time2 {font:15px Arial;border-bottom:1px solid;border-left:1px solid;border-right:1px solid;}\n\
5037 .testfail {font:bold 22px Arial;color:red;border:1px dashed;}\n\
5049 …lute;height:0%;overflow:hidden;z-index:7;line-height:30px;font-size:14px;border:1px solid;text-ali…
5050 .thread.ps {border-radius:3px;background:linear-gradient(to top, #ccc, #eee);}\n\
5051 .thread:hover {background:white;border:1px solid red;'+hoverZ+'}\n\
5052 ….thread.sec,.thread.sec:hover {background:black;border:0;color:white;line-height:15px;font-size:10…
[all …]
H A Dbootgraph.py650 …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/fs/ext4/
H A Dextents.c1064 __le32 border; in ext4_ext_split() local
1083 border = path[depth].p_ext[1].ee_block; in ext4_ext_split()
1086 le32_to_cpu(border)); in ext4_ext_split()
1088 border = newext->ee_block; in ext4_ext_split()
1091 le32_to_cpu(border)); in ext4_ext_split()
1225 fidx->ei_block = border; in ext4_ext_split()
1229 i, newblock, le32_to_cpu(border), oldblock); in ext4_ext_split()
1281 le32_to_cpu(border), newblock); in ext4_ext_split()
1709 __le32 border; in ext4_ext_correct_indexes() local
1735 border = path[depth].p_ext->ee_block; in ext4_ext_correct_indexes()
[all …]
/linux/tools/testing/selftests/amd-pstate/
H A Dgitsource.sh300 set style fill solid 0.5 border
H A Dtbench.sh282 set style fill solid 0.5 border
/linux/Documentation/hwmon/
H A Df71882fg.rst148 the border between the highest and one but highest temperature zones, and
/linux/include/media/tpg/
H A Dv4l2-tpg.h147 struct v4l2_rect border; member

12