Searched refs:voffset (Results 1 – 9 of 9) sorted by relevance
/drivers/media/pci/bt8xx/ |
D | bttv-risc.c | 130 unsigned int uoffset, unsigned int voffset, in bttv_risc_planar() argument 196 while (voffset && voffset >= sg_dma_len(vsg)) { in bttv_risc_planar() 197 voffset -= sg_dma_len(vsg); in bttv_risc_planar() 208 if (voffset + (ylen>>hshift) > sg_dma_len(vsg)) in bttv_risc_planar() 209 ylen = (sg_dma_len(vsg) - voffset) << hshift; in bttv_risc_planar() 228 *(rp++)=cpu_to_le32(sg_dma_address(vsg)+voffset); in bttv_risc_planar() 229 voffset += ylen >> hshift; in bttv_risc_planar() 235 voffset += cpadding; in bttv_risc_planar() 755 int uoffset, voffset; in bttv_buffer_risc() local 760 voffset = buf->vb.width * buf->vb.height; in bttv_buffer_risc() [all …]
|
/drivers/gpu/drm/i2c/ |
D | ch7006_mode.c | 55 .voffset = 0, 62 .voffset = 0, 69 .voffset = 0, 76 .voffset = 16, 87 .voffset = 0, 94 .voffset = 0, 101 .voffset = 16, 359 + norm->voffset) * priv->vmargin / 100 / 2; in ch7006_setup_properties()
|
D | ch7006_priv.h | 59 int voffset; member
|
/drivers/regulator/ |
D | da9055-regulator.c | 367 #define DA9055_LDO(_id, step, min, max, vbits, voffset) \ argument 374 .n_voltages = (max - min) / step + 1 + (voffset), \ 379 .linear_min_sel = (voffset),\ 395 #define DA9055_BUCK(_id, step, min, max, vbits, voffset, mbits, sbits) \ argument 402 .n_voltages = (max - min) / step + 1 + (voffset), \ 407 .linear_min_sel = (voffset),\
|
/drivers/video/fbdev/ |
D | neofb.c | 727 int hoffset, voffset; in neofb_set_par() local 901 voffset = in neofb_set_par() 907 voffset = 0; in neofb_set_par() 913 par->PanelVertCenterReg2 = voffset; in neofb_set_par() 917 par->PanelVertCenterReg1 = voffset; in neofb_set_par() 921 par->PanelVertCenterReg3 = voffset; in neofb_set_par() 925 par->PanelVertCenterReg4 = voffset; in neofb_set_par() 929 par->PanelVertCenterReg5 = voffset; in neofb_set_par()
|
/drivers/staging/rtl8712/ |
D | rtl8712_recv.c | 442 uint voffset; in r8712_rxcmd_event_hdl() local 448 voffset = *(uint *)poffset; in r8712_rxcmd_event_hdl() 454 voffset = *(uint *)poffset; in r8712_rxcmd_event_hdl() 455 cmd_len = (u16)(le32_to_cpu(voffset) & 0xffff); in r8712_rxcmd_event_hdl() 458 } while (le32_to_cpu(voffset) & BIT(31)); in r8712_rxcmd_event_hdl()
|
/drivers/video/fbdev/intelfb/ |
D | intelfbdrv.c | 239 static int voffset = 48; variable 246 module_param(voffset, int, S_IRUGO); 247 MODULE_PARM_DESC(voffset, "Offset of framebuffer in MiB"); 628 if (MB(voffset) < stolen_size) in intelfb_pci_register() 631 offset = ROUND_UP_TO_PAGE(MB(voffset))/GTT_PAGE_SIZE; in intelfb_pci_register()
|
/drivers/video/fbdev/i810/ |
D | i810_main.c | 79 static u32 voffset; variable 1763 if (voffset) in i810_init_defaults() 1764 v_offset_default = voffset; in i810_init_defaults() 1979 voffset = (simple_strtoul(this_opt+8, NULL, 0)); in i810fb_setup() 2166 module_param(voffset, int, 0); 2167 MODULE_PARM_DESC(voffset, "at what offset to place start of framebuffer "
|
/drivers/gpu/drm/ |
D | drm_fb_helper.c | 1932 int hoffset = 0, voffset = 0; in drm_get_tile_offsets() local 1948 voffset += modes[i]->vdisplay; in drm_get_tile_offsets() 1951 offsets[idx].y = voffset; in drm_get_tile_offsets() 1952 DRM_DEBUG_KMS("returned %d %d for %d %d\n", hoffset, voffset, h_idx, v_idx); in drm_get_tile_offsets()
|