| /linux/drivers/scsi/sym53c8xx_2/ |
| H A D | sym_malloc.c | 212 m_vtob_p vbp; in ___get_dma_mem_cluster() local 215 vbp = __sym_calloc(&mp0, sizeof(*vbp), "VTOB"); in ___get_dma_mem_cluster() 216 if (!vbp) in ___get_dma_mem_cluster() 219 vaddr = sym_m_get_dma_mem_cluster(mp, vbp); in ___get_dma_mem_cluster() 222 vbp->next = mp->vtob[hc]; in ___get_dma_mem_cluster() 223 mp->vtob[hc] = vbp; in ___get_dma_mem_cluster() 235 m_vtob_p *vbpp, vbp; in ___free_dma_mem_cluster() local 242 vbp = *vbpp; in ___free_dma_mem_cluster() 244 sym_m_free_dma_mem_cluster(mp, vbp); in ___free_dma_mem_cluster() 245 __sym_mfree(&mp0, vbp, sizeof(*vbp), "VTOB"); in ___free_dma_mem_cluster()
|
| H A D | sym_hipd.h | 1193 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 1201 vbp->vaddr = vaddr; in sym_m_get_dma_mem_cluster() 1202 vbp->baddr = baddr; in sym_m_get_dma_mem_cluster() 1207 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 1209 dma_free_coherent(mp->dev_dmat, SYM_MEM_CLUSTER_SIZE, vbp->vaddr, in sym_m_free_dma_mem_cluster() 1210 vbp->baddr); in sym_m_free_dma_mem_cluster()
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | hdmi_wp.c | 175 timing_v |= FLD_VAL(timings->vbp, 31, 20); in hdmi_wp_video_config_timing() 195 timings->vbp = param->timings.vbp; in hdmi_wp_init_vid_fmt_timings()
|
| H A D | display-sysfs.c | 100 t.y_res, t.vfp, t.vbp, t.vsw); in display_timings_show() 125 &t.y_res, &t.vfp, &t.vbp, &t.vsw) != 9) in display_timings_store()
|
| /linux/drivers/video/fbdev/omap/ |
| H A D | lcd_palmte.c | 31 .vbp = 7,
|
| H A D | lcd_ams_delta.c | 117 .vbp = 0,
|
| H A D | omapfb.h | 73 int vbp; /* Vertical back porch */ member
|
| H A D | lcd_mipid.c | 500 .vbp = 3,
|
| H A D | omapfb_main.c | 579 var->lower_margin = panel->vbp; in set_fb_var() 1744 vhz = hhz / (panel->vfp + panel->y_res + panel->vbp + panel->vsw); in omapfb_do_probe()
|
| /linux/drivers/gpu/drm/arm/display/komeda/d71/ |
| H A D | d71_regs.h | 418 #define BS_V_INTVALS(vfp, vbp) (((vfp) & 0x3FFF) + (((vbp) & 0xFF) << 16)) argument
|
| /linux/drivers/gpu/drm/hisilicon/kirin/ |
| H A D | dw_drm_dsi.c | 451 u32 hfp, hbp, hsw, vfp, vbp, vsw; in dsi_set_mode_timing() local 481 vbp = mode->vtotal - mode->vsync_end; in dsi_set_mode_timing() 499 writel(vbp, base + VID_VBP_LINES); in dsi_set_mode_timing() 507 vtot, vfp, vbp, vsw); in dsi_set_mode_timing()
|
| /linux/drivers/video/fbdev/omap2/omapfb/displays/ |
| H A D | connector-analog-tv.c | 36 .vbp = 41,
|
| H A D | connector-hdmi.c | 29 .vbp = 31,
|
| H A D | panel-lgphilips-lb035q02.c | 30 .vbp = 18,
|
| H A D | panel-nec-nl8048hl11.c | 73 .vbp = 4,
|
| H A D | connector-dvi.c | 30 .vbp = 7,
|
| H A D | panel-sharp-ls037v7dw01.c | 46 .vbp = 1,
|
| H A D | panel-tpo-td028ttec1.c | 41 .vbp = 2,
|
| H A D | panel-tpo-td043mtea1.c | 82 .vbp = 34,
|
| H A D | panel-sony-acx565akm.c | 92 .vbp = 4,
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| H A D | dispc.c | 2974 int vsw, int vfp, int vbp) in _dispc_lcd_timings_ok() argument 2981 vbp < 0 || vbp > dispc->feat->vp_max) in _dispc_lcd_timings_ok()
|