/linux-4.1.27/arch/blackfin/mach-bf548/include/mach/ |
H A D | bf54x-lq043.h | 17 unsigned char fixed_syncs; /* do not update sync/border */
|
/linux-4.1.27/drivers/media/platform/vivid/ |
H A D | vivid-tpg.c | 1192 * coordinates of a centered square and the coordinates of the border of 1221 tpg->border.left = 0; tpg_calculate_square_border() 1222 tpg->border.width = w; tpg_calculate_square_border() 1223 tpg->border.top = 0; tpg_calculate_square_border() 1224 tpg->border.height = h; tpg_calculate_square_border() 1230 tpg->border.width = ((4 * h) / 3) & ~1; tpg_calculate_square_border() 1231 if (((w - tpg->border.width) / 2) & ~1) tpg_calculate_square_border() 1232 tpg->border.width -= 2; tpg_calculate_square_border() 1233 tpg->border.left = (w - tpg->border.width) / 2; tpg_calculate_square_border() 1236 tpg->border.height = ((3 * w) / 4) & ~1; tpg_calculate_square_border() 1237 tpg->border.top = (h - tpg->border.height) / 2; tpg_calculate_square_border() 1241 tpg->border.height = tpg->pix_aspect == TPG_PIXEL_ASPECT_NTSC ? 420 : 506; tpg_calculate_square_border() 1242 tpg->border.top = (h - tpg->border.height) / 2; tpg_calculate_square_border() 1246 tpg->border.width = ((14 * h) / 9) & ~1; tpg_calculate_square_border() 1247 if (((w - tpg->border.width) / 2) & ~1) tpg_calculate_square_border() 1248 tpg->border.width -= 2; tpg_calculate_square_border() 1249 tpg->border.left = (w - tpg->border.width) / 2; tpg_calculate_square_border() 1252 tpg->border.height = ((9 * w) / 14) & ~1; tpg_calculate_square_border() 1253 tpg->border.top = (h - tpg->border.height) / 2; tpg_calculate_square_border() 1257 tpg->border.height = tpg->pix_aspect == TPG_PIXEL_ASPECT_NTSC ? 368 : 442; tpg_calculate_square_border() 1258 tpg->border.top = (h - tpg->border.height) / 2; tpg_calculate_square_border() 1262 tpg->border.width = ((16 * h) / 9) & ~1; tpg_calculate_square_border() 1263 if (((w - tpg->border.width) / 2) & ~1) tpg_calculate_square_border() 1264 tpg->border.width -= 2; tpg_calculate_square_border() 1265 tpg->border.left = (w - tpg->border.width) / 2; tpg_calculate_square_border() 1268 tpg->border.height = ((9 * w) / 16) & ~1; tpg_calculate_square_border() 1269 tpg->border.top = (h - tpg->border.height) / 2; tpg_calculate_square_border() 1730 if (tpg->crop.left < tpg->border.left) { tpg_fill_params_extras() 1731 left_pillar_width = tpg->border.left - tpg->crop.left; tpg_fill_params_extras() 1739 tpg->border.left + tpg->border.width) { tpg_fill_params_extras() 1741 tpg->border.left + tpg->border.width - tpg->crop.left; tpg_fill_params_extras() 1761 const struct v4l2_rect *b = &tpg->border; tpg_fill_plane_extras() 1893 (frame_line < tpg->border.top || tpg_fill_plane_pattern() 1894 frame_line >= tpg->border.top + tpg->border.height)) { tpg_fill_plane_pattern()
|
H A D | vivid-tpg.h | 109 /* border and square coordinates are frame-based */ 110 struct v4l2_rect border; member in struct:tpg_data
|
H A D | vivid-kthread-cap.c | 338 /* fill the left border with black */ vivid_copy_buffer() 342 /* fill the right border with black */ vivid_copy_buffer()
|
/linux-4.1.27/arch/s390/kernel/ |
H A D | diag.c | 40 * diag 210 needs its data below the 2GB border, so we diag210()
|
/linux-4.1.27/fs/reiserfs/ |
H A D | bitmap.c | 584 REISERFS_SB(s)->s_alloc_options.border = 10; reiserfs_parse_alloc_options() 586 REISERFS_SB(s)->s_alloc_options.border = reiserfs_parse_alloc_options() 695 if (REISERFS_SB(s)->s_alloc_options.border != 10) { show_alloc_options() 697 100 / REISERFS_SB(s)->s_alloc_options.border); show_alloc_options() 902 b_blocknr_t border = set_border_in_hint() local 903 SB_BLOCK_COUNT(s) / REISERFS_SB(s)->s_alloc_options.border; set_border_in_hint() 906 hint->end = border - 1; set_border_in_hint() 908 hint->beg = border; set_border_in_hint() 962 b_blocknr_t border; old_hashed_relocation() local 970 border = old_hashed_relocation() 973 if (border > hint->search_start) old_hashed_relocation() 974 hint->search_start = border; old_hashed_relocation() 981 b_blocknr_t border; old_way() local 987 border = old_way() 991 if (border > hint->search_start) old_way() 992 hint->search_start = border; old_way() 1019 /* This is former border algorithm. Now with tunable border offset */ determine_search_start()
|
H A D | super.c | 897 {"border", 0, 1 << REISERFS_NO_BORDER},
|
H A D | inode.c | 2932 * If the file have grown beyond the border where it reiserfs_write_end() 3021 * If the file have grown beyond the border where it reiserfs_commit_write()
|
H A D | reiserfs.h | 564 int border; /* percentage of disk, border takes */ member in struct:reiserfs_sb_info::__anon11294
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
H A D | tcm-sita.h | 63 * border segments that are also border segments of the scan field. Busy
|
/linux-4.1.27/scripts/kconfig/lxdialog/ |
H A D | yesno.c | 63 dlg.dialog.atr, dlg.border.atr); dialog_yesno() 64 wattrset(dialog, dlg.border.atr); dialog_yesno()
|
H A D | util.c | 37 dlg.border.atr = A_NORMAL; set_mono_theme() 77 DLG_COLOR(border, COLOR_WHITE, COLOR_WHITE, true); set_classic_theme() 110 DLG_COLOR(border, COLOR_BLACK, COLOR_BLACK, true); set_blackbg_theme() 197 init_one_color(&dlg.border); init_dialog_colors() 478 chtype box, chtype border) draw_box() 487 waddch(win, border | ACS_ULCORNER); draw_box() 489 waddch(win, border | ACS_LLCORNER); draw_box() 495 waddch(win, border | ACS_HLINE); draw_box() 499 waddch(win, border | ACS_VLINE); draw_box() 477 draw_box(WINDOW * win, int y, int x, int height, int width, chtype box, chtype border) draw_box() argument
|
H A D | inputbox.c | 74 dlg.dialog.atr, dlg.border.atr); dialog_inputbox() 75 wattrset(dialog, dlg.border.atr); dialog_inputbox() 93 dlg.dialog.atr, dlg.border.atr); dialog_inputbox()
|
H A D | checklist.c | 152 dlg.dialog.atr, dlg.border.atr); 153 wattrset(dialog, dlg.border.atr);
|
H A D | dialog.h | 121 struct dialog_color border; member in struct:dialog_info 227 chtype border);
|
H A D | textbox.c | 120 dlg.dialog.atr, dlg.border.atr); dialog_textbox() 122 wattrset(dialog, dlg.border.atr); dialog_textbox()
|
H A D | menubox.c | 215 dlg.dialog.atr, dlg.border.atr); dialog_menu() 216 wattrset(dialog, dlg.border.atr); dialog_menu()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | intel_panel.c | 175 u32 border, sync_pos, blank_width, sync_width; centre_horizontally() local 182 border = (mode->hdisplay - width + 1) / 2; centre_horizontally() 183 border += border & 1; /* make the border even */ centre_horizontally() 186 mode->crtc_hblank_start = width + border; centre_horizontally() 197 u32 border, sync_pos, blank_width, sync_width; centre_vertically() local 204 border = (mode->vdisplay - height + 1) / 2; centre_vertically() 207 mode->crtc_vblank_start = height + border; centre_vertically() 249 u32 *border) i9xx_scale_aspect() 268 *border = LVDS_BORDER_ENABLE; i9xx_scale_aspect() 284 *border = LVDS_BORDER_ENABLE; i9xx_scale_aspect() 309 u32 pfit_control = 0, pfit_pgm_ratios = 0, border = 0; intel_gmch_panel_fitting() local 322 * For centered modes, we have to calculate border widths & intel_gmch_panel_fitting() 327 border = LVDS_BORDER_ENABLE; intel_gmch_panel_fitting() 335 &pfit_pgm_ratios, &border); intel_gmch_panel_fitting() 377 pipe_config->gmch_pfit.lvds_border_bits = border; intel_gmch_panel_fitting() 247 i9xx_scale_aspect(struct intel_crtc_state *pipe_config, u32 *pfit_control, u32 *pfit_pgm_ratios, u32 *border) i9xx_scale_aspect() argument
|
H A D | intel_crt.c | 578 /* Set the border color to purple. */ intel_crt_load_detect() 586 * border color for Color info */ intel_crt_load_detect() 599 * If there isn't any border, add some. intel_crt_load_detect() 612 /* sample in the vertical border, selecting the larger one */ intel_crt_load_detect() 619 * Wait for the border to be displayed intel_crt_load_detect() 644 * where there isn't any way to force the border color across intel_crt_load_detect()
|
H A D | i915_reg.h | 3025 /* Enable border for unscaled (or aspect-scaled) display */
|
H A D | intel_display.c | 10526 DRM_DEBUG_KMS("gmch pfit: control: 0x%08x, ratios: 0x%08x, lvds border: 0x%08x\n", intel_dump_pipe_config()
|
/linux-4.1.27/include/uapi/linux/ |
H A D | pktcdvd.h | 80 * Last session/border status
|
/linux-4.1.27/drivers/media/usb/gspca/stv06xx/ |
H A D | stv06xx_hdcs.c | 78 int border; member in struct:hdcs::__anon5862 305 if (height + 2 * hdcs->array.border + HDCS_1020_BOTTOM_Y_SKIP hdcs_set_size() 307 height = hdcs->array.height - 2 * hdcs->array.border - hdcs_set_size() 392 hdcs->array.border = 4; hdcs_probe_1x00() 454 hdcs->array.border = 4; hdcs_probe_1020()
|
/linux-4.1.27/drivers/video/fbdev/kyro/ |
H A D | STG4000VTG.c | 78 /* Need to calculate the right border */ SetupVTG()
|
/linux-4.1.27/tools/thermal/tmon/ |
H A D | tui.c | 143 y_begin += ptdata.nr_cooling_dev + 3; /* 2 lines for border */ setup_windows() 272 /* draw border after data so that border will not be messed up show_cooling_device() 350 /* draw border last such that everything is within boundary */ show_control_w()
|
/linux-4.1.27/drivers/media/pci/tw68/ |
H A D | tw68-risc.c | 154 * estimate risc mem: worst case is one write per page border + tw68_risc_buffer() 156 * Padding can cause next bpl to start close to a page border. tw68_risc_buffer()
|
/linux-4.1.27/arch/arm/mach-pxa/ |
H A D | palmz72.c | 107 GPIO21_GPIO, /* LCD border switch */ 108 GPIO22_GPIO, /* LCD border color */
|
/linux-4.1.27/include/linux/ |
H A D | cdrom.h | 188 __u8 multi_session : 2; /* or border, DVD */ 207 __u8 multi_session : 2; /* or border, DVD */
|
/linux-4.1.27/drivers/scsi/ |
H A D | qlogicfas408.h | 97 /* the following will set the monitor border color (useful to find
|
H A D | dtc.c | 35 /* the following will set the monitor border color (useful to find
|
H A D | pas16.c | 150 /* the following will set the monitor border color (useful to find
|
H A D | NCR53c406a.c | 141 /* the following will set the monitor border color (useful to find
|
/linux-4.1.27/include/linux/usb/ |
H A D | renesas_usbhs.h | 156 * pio <--> dma border.
|
/linux-4.1.27/drivers/usb/misc/ |
H A D | idmouse.c | 191 /* right border should be black (0x00) */ idmouse_create_image() 196 /* lower border should be white (0xFF) */ idmouse_create_image()
|
/linux-4.1.27/Documentation/EDID/ |
H A D | edid.S | 222 /* Horizontal border pixels (each side; total is twice this) */ 224 /* Vertical border lines (each side; total is twice this) */
|
/linux-4.1.27/drivers/media/pci/solo6x10/ |
H A D | solo6x10-disp.c | 305 /* Set default border */ solo_disp_exit()
|
/linux-4.1.27/drivers/cpufreq/ |
H A D | longrun.c | 203 /* set the upper border to the value determined during TSC init */ longrun_determine_freqs()
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | acornfb.c | 231 printk(KERN_DEBUG " H-border-start : %d\n", vidc.h_border_start); acornfb_set_timing() 234 printk(KERN_DEBUG " H-border-end : %d\n", vidc.h_border_end); acornfb_set_timing() 238 printk(KERN_DEBUG " V-border-start : %d\n", vidc.v_border_start); acornfb_set_timing() 241 printk(KERN_DEBUG " V-border-end : %d\n", vidc.v_border_end); acornfb_set_timing()
|
H A D | pvr2fb.c | 582 /* border horizontal, border vertical, border color */ pvr2_init_display() 607 /* Simulate blanking by making the border cover the entire screen */
|
H A D | igafb.c | 195 * make screen border black (usign special IGA registers)
|
H A D | metronomefb.c | 327 par->metromem_cmd->args[i] = 1 << 3 /* border update */ metronome_display_cmd()
|
H A D | amifb.c | 432 #define BPC3_BRDRSPRT (0x0002) /* Sprites in border? */
|
H A D | atafb.c | 2937 * needs a black border: atafb_setup_int()
|
/linux-4.1.27/scripts/ |
H A 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\ 2172 html_traceevent = '<div title="{0}" class="traceevent" style="left:{1}%;top:{2}%;height:{3}%;width:{4}%;border:1px solid {5};background-color:{5}">{6}</div>\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 .thread {position: absolute; height: '+'%.3f'%thread_height+'%; overflow: hidden; line-height: 30px; border:1px solid;text-align:center;white-space:nowrap;background-color:rgba(204,204,204,0.5);}\n\ 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:24px;}\n\ 2383 .t {position:absolute;top:0%;height:100%;border-right:1px solid black;}\n\ 2385 .legend .square {position:absolute;top:10px; width: 0px;height: 20px;border:1px solid;padding-left:20px;}\n\
|
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/ |
H A D | mdp5_crtc.c | 181 * When border is enabled, the border color will ALWAYS be the base layer.
|
/linux-4.1.27/drivers/net/wireless/ath/ |
H A D | dfs_pri_detector.c | 257 /* stop on crossing window border */ pseq_handler_create_sequences()
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
H A D | bttv-risc.c | 58 /* estimate risc mem: worst case is one write per page border + bttv_risc_packed() 60 can cause next bpl to start close to a page border. First DMA bttv_risc_packed() 143 /* estimate risc mem: worst case is one write per page border + bttv_risc_planar()
|
/linux-4.1.27/drivers/media/pci/cx25821/ |
H A D | cx25821-core.c | 1084 /* estimate risc mem: worst case is one write per page border + cx25821_risc_buffer() 1086 can cause next bpl to start close to a page border. First DMA cx25821_risc_buffer() 1188 /* estimate risc mem: worst case is one write per page border + cx25821_risc_databuffer_audio()
|
/linux-4.1.27/drivers/media/pci/cx88/ |
H A D | cx88-core.c | 149 /* estimate risc mem: worst case is one write per page border + cx88_risc_buffer() 151 can cause next bpl to start close to a page border. First DMA cx88_risc_buffer() 183 /* estimate risc mem: worst case is one write per page border + cx88_risc_databuffer()
|
/linux-4.1.27/fs/ext4/ |
H A D | extents.c | 1033 __le32 border; ext4_ext_split() local 1041 * border from split point */ ext4_ext_split() 1047 border = path[depth].p_ext[1].ee_block; ext4_ext_split() 1050 le32_to_cpu(border)); ext4_ext_split() 1052 border = newext->ee_block; ext4_ext_split() 1055 le32_to_cpu(border)); ext4_ext_split() 1181 fidx->ei_block = border; ext4_ext_split() 1185 i, newblock, le32_to_cpu(border), oldblock); ext4_ext_split() 1232 le32_to_cpu(border), newblock); ext4_ext_split() 1663 __le32 border; ext4_ext_correct_indexes() local 1686 * TODO: we need correction if border is smaller than current one ext4_ext_correct_indexes() 1689 border = path[depth].p_ext->ee_block; ext4_ext_correct_indexes() 1693 path[k].p_idx->ei_block = border; ext4_ext_correct_indexes() 1705 path[k].p_idx->ei_block = border; ext4_ext_correct_indexes() 2642 ext_debug(" border %u:%u\n", a, b); ext4_ext_rm_leaf()
|
H A D | mballoc.c | 671 unsigned short border; ext4_mb_mark_free_simple() local 675 border = 2 << sb->s_blocksize_bits; ext4_mb_mark_free_simple() 679 max = ffs(first | border) - 1; ext4_mb_mark_free_simple()
|
/linux-4.1.27/drivers/media/pci/cx23885/ |
H A D | cx23885-core.c | 1139 /* estimate risc mem: worst case is one write per page border + cx23885_risc_buffer() 1141 can cause next bpl to start close to a page border. First DMA cx23885_risc_buffer() 1176 /* estimate risc mem: worst case is one write per page border + cx23885_risc_databuffer() 1214 /* estimate risc mem: worst case is one write per page border + cx23885_risc_vbibuffer() 1216 can cause next bpl to start close to a page border. First DMA cx23885_risc_vbibuffer()
|
/linux-4.1.27/lib/ |
H A D | inflate.c | 173 static const unsigned border[] = { /* Order of the bit length code lengths */ variable 890 ll[border[j]] = (unsigned)b & 7; inflate_dynamic() 894 ll[border[j]] = 0; inflate_dynamic()
|
/linux-4.1.27/drivers/media/platform/soc_camera/ |
H A D | soc_scale_crop.c | 167 * complexity: we would have to iterate each border separately. soc_camera_client_s_crop()
|
/linux-4.1.27/drivers/media/usb/pwc/ |
H A D | pwc.h | 283 * a gray or black border. view_min <= image <= view <= view_max;
|
/linux-4.1.27/drivers/media/i2c/soc_camera/ |
H A D | mt9t031.c | 219 * MT9T031 datasheet imposes window left border alignment, depending on mt9t031_set_params()
|
/linux-4.1.27/drivers/video/fbdev/mbx/ |
H A D | reg_bits.h | 496 /* DBCOL - display border color control register */
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
H A D | psb_intel_reg.h | 457 /* Turns on border drawing to allow centered display. */ 836 /* Turns on border drawing to allow centered display. */
|
/linux-4.1.27/sound/pci/asihpi/ |
H A D | hpi.h | 60 <table border=1 cellspacing=0 cellpadding=5> 89 <table border=1 cellspacing=0 cellpadding=5>
|
/linux-4.1.27/drivers/net/ethernet/amd/ |
H A D | ni65.c | 604 * allocate memory area and check the 16MB border
|
/linux-4.1.27/drivers/mmc/host/ |
H A D | usdhi6rol0.c | 499 /* We cannot get here after crossing a page border */ usdhi6_sg_advance()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
H A D | dir.c | 409 * border between pages P0 and P1. First both P0 and P1 are ll_get_dir_page()
|
/linux-4.1.27/mm/ |
H A D | compaction.c | 96 * belong to a single zone. We assume that a border between node0 and node1
|
/linux-4.1.27/drivers/s390/block/ |
H A D | dasd_eckd.c | 2893 /* collected memory area ends on an IDA_BLOCK border, rq_for_each_segment()
|