/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/staging/rtl8712/ |
D | rtl8712_recv.c | 437 uint voffset; in r8712_rxcmd_event_hdl() local 444 voffset = *(uint *)poffset; in r8712_rxcmd_event_hdl() 445 pkt_len = le32_to_cpu(voffset) & 0x00003fff; in r8712_rxcmd_event_hdl() 451 voffset = *(uint *)poffset; in r8712_rxcmd_event_hdl() 452 cmd_len = (u16)(le32_to_cpu(voffset) & 0xffff); in r8712_rxcmd_event_hdl() 453 cmd_seq = (u8)((le32_to_cpu(voffset) >> 24) & 0x7f); in r8712_rxcmd_event_hdl() 454 eid = (u8)((le32_to_cpu(voffset) >> 16) & 0xff); in r8712_rxcmd_event_hdl() 457 } while (le32_to_cpu(voffset) & BIT(31)); in r8712_rxcmd_event_hdl()
|
/drivers/video/fbdev/ |
D | neofb.c | 732 int hoffset, voffset; in neofb_set_par() local 906 voffset = in neofb_set_par() 912 voffset = 0; in neofb_set_par() 918 par->PanelVertCenterReg2 = voffset; in neofb_set_par() 922 par->PanelVertCenterReg1 = voffset; in neofb_set_par() 926 par->PanelVertCenterReg3 = voffset; in neofb_set_par() 930 par->PanelVertCenterReg4 = voffset; in neofb_set_par() 934 par->PanelVertCenterReg5 = voffset; in neofb_set_par()
|
D | sh_mobile_hdmi.c | 406 u16 htotal, hblank, hdelay, vtotal, vblank, vdelay, voffset; in sh_hdmi_external_video_param() local 422 voffset = min(mode->upper_margin / 2, 6U); in sh_hdmi_external_video_param() 439 hdmi_write(hdmi, sync | (voffset << 4), HDMI_EXTERNAL_VIDEO_PARAM_SETTINGS); in sh_hdmi_external_video_param() 464 hdmi_write(hdmi, sync | 1 | (voffset << 4), in sh_hdmi_external_video_param()
|
/drivers/video/fbdev/intelfb/ |
D | intelfbdrv.c | 243 static int voffset = 48; variable 250 module_param(voffset, int, S_IRUGO); 251 MODULE_PARM_DESC(voffset, "Offset of framebuffer in MiB"); 659 if (MB(voffset) < stolen_size) in intelfb_pci_register() 662 offset = ROUND_UP_TO_PAGE(MB(voffset))/GTT_PAGE_SIZE; in intelfb_pci_register()
|
/drivers/video/fbdev/i810/ |
D | i810_main.c | 78 static u32 voffset; variable 1762 if (voffset) in i810_init_defaults() 1763 v_offset_default = voffset; in i810_init_defaults() 1976 voffset = (simple_strtoul(this_opt+8, NULL, 0)); in i810fb_setup() 2163 module_param(voffset, int, 0); 2164 MODULE_PARM_DESC(voffset, "at what offset to place start of framebuffer "
|