/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-tpg.c | 1386 tpg->border.left = 0; in tpg_calculate_square_border() 1387 tpg->border.width = w; in tpg_calculate_square_border() 1388 tpg->border.top = 0; in tpg_calculate_square_border() 1389 tpg->border.height = h; in tpg_calculate_square_border() 1395 tpg->border.width = ((4 * h) / 3) & ~1; in tpg_calculate_square_border() 1396 if (((w - tpg->border.width) / 2) & ~1) in tpg_calculate_square_border() 1397 tpg->border.width -= 2; in tpg_calculate_square_border() 1398 tpg->border.left = (w - tpg->border.width) / 2; in tpg_calculate_square_border() 1401 tpg->border.height = ((3 * w) / 4) & ~1; in tpg_calculate_square_border() 1402 tpg->border.top = (h - tpg->border.height) / 2; in tpg_calculate_square_border() [all …]
|
D | vivid-tpg.h | 110 struct v4l2_rect border; member
|
/linux-4.4.14/fs/reiserfs/ |
D | bitmap.c | 584 REISERFS_SB(s)->s_alloc_options.border = 10; in reiserfs_parse_alloc_options() 586 REISERFS_SB(s)->s_alloc_options.border = in reiserfs_parse_alloc_options() 695 if (REISERFS_SB(s)->s_alloc_options.border != 10) { in show_alloc_options() 697 100 / REISERFS_SB(s)->s_alloc_options.border); in show_alloc_options() 902 b_blocknr_t border = in set_border_in_hint() local 903 SB_BLOCK_COUNT(s) / REISERFS_SB(s)->s_alloc_options.border; in set_border_in_hint() 906 hint->end = border - 1; in set_border_in_hint() 908 hint->beg = border; in set_border_in_hint() 962 b_blocknr_t border; in old_hashed_relocation() local 970 border = in old_hashed_relocation() [all …]
|
D | reiserfs.h | 564 int border; /* percentage of disk, border takes */ member
|
/linux-4.4.14/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 | 121 struct dialog_color border; member 227 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-4.4.14/drivers/media/usb/gspca/stv06xx/ |
D | stv06xx_hdcs.c | 78 int border; member 305 if (height + 2 * hdcs->array.border + HDCS_1020_BOTTOM_Y_SKIP in hdcs_set_size() 307 height = hdcs->array.height - 2 * hdcs->array.border - in hdcs_set_size() 392 hdcs->array.border = 4; in hdcs_probe_1x00() 454 hdcs->array.border = 4; in hdcs_probe_1020()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_panel.c | 174 u32 border, sync_pos, blank_width, sync_width; in centre_horizontally() local 181 border = (adjusted_mode->crtc_hdisplay - width + 1) / 2; in centre_horizontally() 182 border += border & 1; /* make the border even */ in centre_horizontally() 185 adjusted_mode->crtc_hblank_start = width + border; in centre_horizontally() 196 u32 border, sync_pos, blank_width, sync_width; in centre_vertically() local 203 border = (adjusted_mode->crtc_vdisplay - height + 1) / 2; in centre_vertically() 206 adjusted_mode->crtc_vblank_start = height + border; in centre_vertically() 248 u32 *border) in i9xx_scale_aspect() argument 267 *border = LVDS_BORDER_ENABLE; in i9xx_scale_aspect() 283 *border = LVDS_BORDER_ENABLE; in i9xx_scale_aspect() [all …]
|
/linux-4.4.14/scripts/ |
D | analyze_suspend.py | 2036 table {width:100%;border-collapse: collapse;}\n\ 2037 .summary {font: 22px Arial;border:1px solid;}\n\ 2038 th {border: 1px solid black;background-color:#A7C942;color:white;}\n\ 2364 .time1 {font: 22px Arial;border:1px solid;}\n\ 2365 .time2 {font: 15px Arial;border-bottom:1px solid;border-left:1px solid;border-right:1px solid;}\n\ 2377 … height: '+'%.3f'%thread_height+'%; overflow: hidden; line-height: 30px; border:1px solid;text-ali… 2378 .thread:hover {background-color:white;border:1px solid red;z-index:10;}\n\ 2379 .hover {background-color:white;border:1px solid red;z-index:10;}\n\ 2381 .phase {position: absolute;overflow: hidden;border:0px;text-align:center;}\n\ 2382 ….phaselet {position:absolute;overflow:hidden;border:0px;text-align:center;height:100px;font-size:2… [all …]
|
/linux-4.4.14/lib/ |
D | inflate.c | 173 static const unsigned border[] = { /* Order of the bit length code lengths */ variable 890 ll[border[j]] = (unsigned)b & 7; in inflate_dynamic() 894 ll[border[j]] = 0; in inflate_dynamic()
|
/linux-4.4.14/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 | 672 unsigned short border; in ext4_mb_mark_free_simple() local 676 border = 2 << sb->s_blocksize_bits; in ext4_mb_mark_free_simple() 680 max = ffs(first | border) - 1; in ext4_mb_mark_free_simple()
|
/linux-4.4.14/Documentation/hwmon/ |
D | f71882fg | 94 to the border between the highest and one but highest temperature zones, and
|
/linux-4.4.14/Documentation/vm/ |
D | highmem.txt | 33 where exactly that border lies.
|
/linux-4.4.14/Documentation/fb/ |
D | sstfb.txt | 141 patterns at the border of your windows (the pixels lose the lowest
|
/linux-4.4.14/Documentation/ |
D | kprobes.txt | 616 d) DCR must not straddle the border between functions.
|
/linux-4.4.14/Documentation/m68k/ |
D | kernel-options.txt | 395 If your OverScan needs a black border, you have to write the last
|
/linux-4.4.14/Documentation/video4linux/ |
D | vivid.txt | 594 Show Border: show a two-pixel wide border at the edge of the actual image,
|