/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_malloc.c | 225 m_vtob_p vbp; in ___get_dma_mem_cluster() local 228 vbp = __sym_calloc(&mp0, sizeof(*vbp), "VTOB"); in ___get_dma_mem_cluster() 229 if (!vbp) in ___get_dma_mem_cluster() 232 vaddr = sym_m_get_dma_mem_cluster(mp, vbp); in ___get_dma_mem_cluster() 235 vbp->next = mp->vtob[hc]; in ___get_dma_mem_cluster() 236 mp->vtob[hc] = vbp; in ___get_dma_mem_cluster() 248 m_vtob_p *vbpp, vbp; in ___free_dma_mem_cluster() local 255 vbp = *vbpp; in ___free_dma_mem_cluster() 257 sym_m_free_dma_mem_cluster(mp, vbp); in ___free_dma_mem_cluster() 258 __sym_mfree(&mp0, vbp, sizeof(*vbp), "VTOB"); in ___free_dma_mem_cluster()
|
D | sym_hipd.h | 1206 static inline void *sym_m_get_dma_mem_cluster(m_pool_p mp, m_vtob_p vbp) in sym_m_get_dma_mem_cluster() argument 1214 vbp->vaddr = vaddr; in sym_m_get_dma_mem_cluster() 1215 vbp->baddr = baddr; in sym_m_get_dma_mem_cluster() 1220 static inline void sym_m_free_dma_mem_cluster(m_pool_p mp, m_vtob_p vbp) in sym_m_free_dma_mem_cluster() argument 1222 dma_free_coherent(mp->dev_dmat, SYM_MEM_CLUSTER_SIZE, vbp->vaddr, in sym_m_free_dma_mem_cluster() 1223 vbp->baddr); in sym_m_free_dma_mem_cluster()
|
/linux-4.4.14/drivers/gpu/drm/tilcdc/ |
D | tilcdc_crtc.c | 265 uint32_t reg, hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_mode_set() local 305 vbp = mode->vtotal - mode->vsync_end; in tilcdc_crtc_mode_set() 310 mode->hdisplay, mode->vdisplay, hbp, hfp, hsw, vbp, vfp, vsw); in tilcdc_crtc_mode_set() 339 ((vbp & 0xff) << 24) | in tilcdc_crtc_mode_set() 471 uint32_t hbp, hfp, hsw, vbp, vfp, vsw; in tilcdc_crtc_mode_valid() local 494 vbp = mode->vtotal - mode->vsync_end; in tilcdc_crtc_mode_valid() 513 if (vbp & ~0xff) { in tilcdc_crtc_mode_valid()
|
/linux-4.4.14/drivers/gpu/drm/fsl-dcu/ |
D | fsl_dcu_drm_crtc.c | 87 unsigned int hbp, hfp, hsw, vbp, vfp, vsw, div, index; in fsl_dcu_drm_crtc_mode_set_nofb() local 99 vbp = mode->vtotal - mode->vsync_end; in fsl_dcu_drm_crtc_mode_set_nofb() 110 DCU_VSYN_PARA_BP(vbp) | in fsl_dcu_drm_crtc_mode_set_nofb()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | hdmi_wp.c | 176 timing_v |= FLD_VAL(timings->vbp, 31, 20); in hdmi_wp_video_config_timing() 196 timings->vbp = param->timings.vbp; in hdmi_wp_init_vid_fmt_timings()
|
D | display.c | 281 ovt->vbp = vm->vback_porch; in videomode_to_omap_video_timings() 314 vm->vback_porch = ovt->vbp; in omap_video_timings_to_videomode()
|
D | display-sysfs.c | 110 t.y_res, t.vfp, t.vbp, t.vsw); in display_timings_show() 135 &t.y_res, &t.vfp, &t.vbp, &t.vsw) != 9) in display_timings_store()
|
D | hdmi5_core.c | 308 video_cfg->v_fc_config.timings.vbp = cfg->timings.vbp; in hdmi_core_init() 311 cfg->timings.vfp + cfg->timings.vbp; in hdmi_core_init()
|
D | venc.c | 275 .vbp = 41, 296 .vbp = 31,
|
D | dispc.c | 3035 int vsw, int vfp, int vbp) in _dispc_lcd_timings_ok() argument 3042 vbp < 0 || vbp > dispc.feat->vp_max) in _dispc_lcd_timings_ok() 3072 timings->vbp)) in dispc_mgr_timings_ok() 3080 int hfp, int hbp, int vsw, int vfp, int vbp, in _dispc_mgr_set_lcd_timings() argument 3096 FLD_VAL(vbp, dispc.feat->bp_start, 20); in _dispc_mgr_set_lcd_timings() 3205 t.vfp, t.vbp, t.vsync_level, t.hsync_level, in dispc_mgr_set_timings() 3209 ytot = t.y_res + t.vfp + t.vsw + t.vbp; in dispc_mgr_set_timings() 3216 t.hsw, t.hfp, t.hbp, t.vsw, t.vfp, t.vbp); in dispc_mgr_set_timings()
|
D | dsi.c | 3716 int vbp = dsi->vm_timings.vbp; in dsi_proto_timings() local 3735 DSSDBG("VBP: %d, VFP: %d, VSA: %d, VACT: %d lines\n", vbp, vfp, in dsi_proto_timings() 3745 r = FLD_MOD(r, vbp, 7, 0); /* VBP */ in dsi_proto_timings() 4438 t->vfp = t->vbp = 0; in dsi_cm_calc_dispc_cb() 4648 dsi_vm->vbp = req_vm->vbp; in dsi_vm_calc_blanking()
|
D | rfbi.c | 866 rfbi.timings.vbp = 0; in rfbi_config_lcd_manager()
|
/linux-4.4.14/drivers/video/fbdev/omap/ |
D | lcd_inn1510.c | 70 .vbp = 0,
|
D | lcd_htcherald.c | 76 .vbp = 2,
|
D | lcd_palmz71.c | 69 .vbp = 7,
|
D | lcd_palmtt.c | 74 .vbp = 7,
|
D | lcd_palmte.c | 68 .vbp = 7,
|
D | lcd_osk.c | 91 .vbp = 0,
|
D | lcd_inn1610.c | 91 .vbp = 0,
|
D | lcd_h3.c | 85 .vbp = 0,
|
D | lcd_ams_delta.c | 158 .vbp = 0,
|
D | omapfb.h | 86 int vbp; /* Vertical back porch */ member
|
D | lcd_mipid.c | 518 .vbp = 3,
|
D | lcdc.c | 502 l |= panel->vbp << 24; in setup_regs()
|
D | omapfb_main.c | 585 var->lower_margin = panel->vbp; in set_fb_var() 1776 vhz = hhz / (panel->vfp + panel->y_res + panel->vbp + panel->vsw); in omapfb_do_probe()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_dsi_pll.c | 81 u32 hactive, vactive, hfp, hsync, hbp, vfp, vsync, vbp; in dsi_rr_formula() local 99 vbp = mode->vtotal - mode->vsync_end; in dsi_rr_formula() 120 bytes_per_frame = vsync * bytes_per_line + vbp * bytes_per_line + in dsi_rr_formula()
|
D | intel_dsi.c | 779 u16 hactive, hfp, hsync, hbp, vfp, vsync, vbp; in set_dsi_timings() local 797 vbp = adjusted_mode->crtc_vtotal - adjusted_mode->crtc_vsync_end; in set_dsi_timings() 834 I915_WRITE(MIPI_VBP_COUNT(port), vbp); in set_dsi_timings()
|
/linux-4.4.14/drivers/gpu/drm/omapdrm/ |
D | omap_connector.c | 59 mode->vtotal = mode->vsync_end + timings->vbp; in copy_timings_omap_to_drm() 90 timings->vbp = mode->vtotal - mode->vsync_end; in copy_timings_drm_to_omap()
|
/linux-4.4.14/drivers/scsi/ |
D | ncr53c8xx.c | 386 m_vtob_s *vbp; in ___dma_getp() local 388 vbp = __m_calloc(&mp0, sizeof(*vbp), "VTOB"); in ___dma_getp() 389 if (vbp) { in ___dma_getp() 396 vbp->vaddr = vp; in ___dma_getp() 397 vbp->baddr = daddr; in ___dma_getp() 398 vbp->next = mp->vtob[hc]; in ___dma_getp() 399 mp->vtob[hc] = vbp; in ___dma_getp() 404 if (vbp) in ___dma_getp() 405 __m_free(&mp0, vbp, sizeof(*vbp), "VTOB"); in ___dma_getp() 411 m_vtob_s **vbpp, *vbp; in ___dma_freep() local [all …]
|
/linux-4.4.14/drivers/video/fbdev/omap2/displays-new/ |
D | connector-analog-tv.c | 41 .vbp = 41,
|
D | connector-hdmi.c | 32 .vbp = 31,
|
D | connector-dvi.c | 34 .vbp = 7,
|
D | panel-nec-nl8048hl11.c | 79 .vbp = 4,
|
D | panel-lgphilips-lb035q02.c | 34 .vbp = 18,
|
D | panel-sharp-ls037v7dw01.c | 51 .vbp = 1,
|
D | panel-tpo-td028ttec1.c | 54 .vbp = 2,
|
D | panel-tpo-td043mtea1.c | 88 .vbp = 34,
|
D | panel-sony-acx565akm.c | 104 .vbp = 4,
|
/linux-4.4.14/include/video/ |
D | omapdss.h | 278 u16 vbp; member 354 u16 vbp; /* Vertical back porch */ member
|
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-main.c | 731 var->upper_margin = timings.vbp; in check_fb_var() 2082 timings->vbp = var->upper_margin; in omapfb_mode_to_timings() 2237 t->vbp = m->upper_margin; in fb_videomode_to_omap_timings()
|
/linux-4.4.14/Documentation/arm/OMAP/ |
D | DSS | 199 timings Display timings (pixclock,xres/hfp/hbp/hsw,yres/vfp/vbp/vsw)
|