Home
last modified time | relevance | path

Searched refs:out_mode (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/drm/rockchip/
Drockchip_vop_reg.c169 .out_mode = VOP_REG(RK3036_DSP_CTRL0, 0xf, 0),
239 .out_mode = VOP_REG(PX30_DSP_CTRL2, 0xf, 16),
435 .out_mode = VOP_REG(RK3066_DSP_CTRL0, 0xf, 0),
542 .out_mode = VOP_REG(RK3188_DSP_CTRL0, 0xf, 0),
688 .out_mode = VOP_REG(RK3288_DSP_CTRL0, 0xf, 0),
892 .out_mode = VOP_REG(RK3399_DSP_CTRL0, 0xf, 0),
1070 .out_mode = VOP_REG(RK3328_DSP_CTRL0, 0xf, 0),
Drockchip_drm_vop.h120 struct vop_reg out_mode; member
Drockchip_drm_vop2.c1526 u8 out_mode; in vop2_crtc_atomic_enable() local
1570 out_mode = ROCKCHIP_OUT_MODE_P888; in vop2_crtc_atomic_enable()
1572 out_mode = vcstate->output_mode; in vop2_crtc_atomic_enable()
1574 dsp_ctrl |= FIELD_PREP(RK3568_VP_DSP_CTRL__OUT_MODE, out_mode); in vop2_crtc_atomic_enable()
Drockchip_drm_vop.c1437 VOP_REG_SET(vop, common, out_mode, s->output_mode); in vop_crtc_atomic_enable()
/drivers/iio/dac/
Dad5770r.c190 const struct ad5770r_out_range *out_mode, in ad5770r_set_output_mode() argument
195 regval = AD5770R_RANGE_OUTPUT_SCALING(out_mode->out_scale) | in ad5770r_set_output_mode()
196 AD5770R_RANGE_MODE(out_mode->out_range_mode); in ad5770r_set_output_mode()
/drivers/video/fbdev/
Duvesafb.c1718 goto out_mode; in uvesafb_probe()
1765 out_mode: in uvesafb_probe()