Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/i915/display/
H A Dintel_pfit.c285 u32 border, sync_pos, blank_width, sync_width; in centre_horizontally() local
292 border = (adjusted_mode->crtc_hdisplay - width + 1) / 2; in centre_horizontally()
293 border += border & 1; /* make the border even */ in centre_horizontally()
296 adjusted_mode->crtc_hblank_start = width + border; in centre_horizontally()
307 u32 border, sync_pos, blank_width, sync_width; in centre_vertically() local
314 border = (adjusted_mode->crtc_vdisplay - height + 1) / 2; in centre_vertically()
317 adjusted_mode->crtc_vblank_start = height + border; in centre_vertically()
360 u32 *border) in i9xx_scale_aspect() argument
378 *border = LVDS_BORDER_ENABLE; in i9xx_scale_aspect()
393 *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.c73 struct gpio_desc *border; member
614 if (epd->border) in power_off()
615 gpiod_set_value_cansleep(epd->border, 0); in power_off()
654 if (epd->border) in repaper_pipe_enable()
655 gpiod_set_value_cansleep(epd->border, 0); in repaper_pipe_enable()
666 if (epd->border) in repaper_pipe_enable()
667 gpiod_set_value_cansleep(epd->border, 1); in repaper_pipe_enable()
796 if (epd->border) { in repaper_pipe_disable()
801 gpiod_set_value_cansleep(epd->border, 0); in repaper_pipe_disable()
803 gpiod_set_value_cansleep(epd->border, 1); in repaper_pipe_disable()
[all …]
/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()
438 chtype box, chtype border) in draw_box() argument
447 waddch(win, border | ACS_ULCORNER); in draw_box()
449 waddch(win, border | ACS_LLCORNER); in draw_box()
455 waddch(win, border | ACS_HLINE); in draw_box()
459 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.c61 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()
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.rst67 - Left border of the AE Region of Interest (all ROI values are in pixels
70 - Right border of the AE Region of Interest
72 - Top border of the AE Region of Interest
74 - Bottom border of the AE Region of Interest
/linux/Documentation/sphinx-static/
H A Dcustom.css99 border: 1px solid #cccccc;
126 border: 1px solid #cccccc;
H A Dtheme_overrides.css111 border: none;
/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 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.c1063 __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()
1228 i, newblock, le32_to_cpu(border), oldblock); in ext4_ext_split()
1280 le32_to_cpu(border), newblock); in ext4_ext_split()
1707 __le32 border; in ext4_ext_correct_indexes() local
1733 border = path[depth].p_ext->ee_block; in ext4_ext_correct_indexes()
[all …]
H A Dmballoc.c793 unsigned int border; in ext4_mb_mark_free_simple() local
797 border = 2 << sb->s_blocksize_bits; in ext4_mb_mark_free_simple()
801 max = ffs(first | border) - 1; in ext4_mb_mark_free_simple()
/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/include/media/tpg/
H A Dv4l2-tpg.h147 struct v4l2_rect border; member
/linux/Documentation/fb/
H A Dsstfb.rst175 patterns at the border of your windows (the pixels lose the lowest
/linux/Documentation/mm/
H A Dhighmem.rst20 where exactly that border lies.
/linux/security/
H A DKconfig.hardening203 the lowest border of the kernel stack (and for some other purposes).

12