| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rockchip_vop_reg.c | 152 .out_mode = VOP_REG(RK3288_DSP_CTRL0, 0xf, 0), 399 .out_mode = VOP_REG(RK3328_DSP_CTRL0, 0xf, 0), 454 .out_mode = VOP_REG(RK3036_DSP_CTRL0, 0xf, 0), 565 .out_mode = VOP_REG(RK3366_LIT_DSP_CTRL2, 0xf, 16), 666 .out_mode = VOP_REG(RK3366_LIT_DSP_CTRL2, 0xf, 16), 781 .out_mode = VOP_REG(RK3366_LIT_DSP_CTRL2, 0xf, 16), 854 .out_mode = VOP_REG(RK3366_LIT_DSP_CTRL2, 0xf, 16),
|
| H A D | rockchip_vop.h | 313 struct vop_reg out_mode; member
|
| H A D | rockchip_vop.c | 425 VOP_CTRL_SET(vop, out_mode, conn_state->output_mode); in rockchip_vop_init()
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/ |
| H A D | demo.h | 119 int out_mode; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/ |
| H A D | demo.h | 119 int out_mode; member
|
| /OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/ |
| H A D | demo.h | 119 int out_mode; member
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/inc/ |
| H A D | iep2_api.h | 108 enum IEP2_OUT_MODE out_mode; member
|
| /OK3568_Linux_fs/kernel/drivers/iio/dac/ |
| H A D | ad5770r.c | 190 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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_vop_reg.c | 324 .out_mode = VOP_REG(RK3288_DSP_CTRL0, 0xf, 0), 1080 .out_mode = VOP_REG(RK3328_DSP_CTRL0, 0xf, 0), 1253 .out_mode = VOP_REG(RK3036_DSP_CTRL0, 0xf, 0), 1383 .out_mode = VOP_REG(RK3066_DSP_CTRL0, 0xf, 0), 1575 .out_mode = VOP_REG(RK3366_LIT_DSP_CTRL2, 0xf, 16), 1715 .out_mode = VOP_REG(RK3366_LIT_DSP_CTRL2, 0xf, 16), 1827 .out_mode = VOP_REG(RK3366_LIT_DSP_CTRL2, 0xf, 16), 1917 .out_mode = VOP_REG(RK3366_LIT_DSP_CTRL2, 0xf, 16),
|
| H A D | rockchip_vop2_reg.c | 778 .out_mode = VOP_REG(RK3568_VP0_DSP_CTRL, 0xf, 0), 856 .out_mode = VOP_REG(RK3568_VP1_DSP_CTRL, 0xf, 0), 972 .out_mode = VOP_REG(RK3568_VP0_DSP_CTRL, 0xf, 0), 1061 .out_mode = VOP_REG(RK3568_VP0_DSP_CTRL, 0xf, 0), 1148 .out_mode = VOP_REG(RK3568_VP1_DSP_CTRL, 0xf, 0), 1202 .out_mode = VOP_REG(RK3568_VP2_DSP_CTRL, 0xf, 0), 1292 .out_mode = VOP_REG(RK3568_VP0_DSP_CTRL, 0xf, 0), 1395 .out_mode = VOP_REG(RK3568_VP1_DSP_CTRL, 0xf, 0), 1491 .out_mode = VOP_REG(RK3568_VP2_DSP_CTRL, 0xf, 0), 1558 .out_mode = VOP_REG(RK3588_VP3_DSP_CTRL, 0xf, 0),
|
| H A D | rockchip_drm_vop.h | 326 struct vop_reg out_mode; member 784 struct vop_reg out_mode; member
|
| H A D | rockchip_drm_vop2.c | 5913 return VOP_MODULE_GET(vp->vop2, vp, out_mode); in vop3_mode_done() 5916 static void vop3_set_out_mode(struct drm_crtc *crtc, u32 out_mode) in vop3_set_out_mode() argument 5923 VOP_MODULE_SET(vop2, vp, out_mode, out_mode); in vop3_set_out_mode() 5925 ret = readx_poll_timeout(vop3_mode_done, vp, val, val == out_mode, in vop3_set_out_mode() 5928 dev_err(vop2->dev, "wait mode 0x%x timeout\n", out_mode); in vop3_set_out_mode() 9858 uint8_t out_mode; in vop2_cfg_update() local 9865 out_mode = ROCKCHIP_OUT_MODE_P888; in vop2_cfg_update() 9867 out_mode = vcstate->output_mode; in vop2_cfg_update() 9868 VOP_MODULE_SET(vop2, vp, out_mode, out_mode); in vop2_cfg_update()
|
| H A D | rockchip_drm_vop.c | 1651 VOP_CTRL_SET(vop, out_mode, ROCKCHIP_OUT_MODE_P888); in vop_crtc_atomic_disable() 2970 return VOP_CTRL_GET(vop, out_mode); in vop_mode_done() 2978 VOP_CTRL_SET(vop, out_mode, mode); in vop_set_out_mode() 3179 VOP_CTRL_SET(vop, out_mode, s->output_mode); in vop_update_csc()
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/iep2/ |
| H A D | iep2.c | 314 ctx->params.dil_out_mode = param->mode.out_mode; in iep2_set_param() 320 … param->mode.dil_mode, param->mode.out_mode, ctx->ff_inf.fo_detected, param->mode.dil_order); in iep2_set_param()
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/iep2/test/ |
| H A D | iep2_test.c | 273 params.param.mode.out_mode = IEP2_OUT_MODE_LINE; in iep2_test()
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/ |
| H A D | mpp_dec_vproc.cpp | 419 params.param.mode.out_mode = IEP2_OUT_MODE_LINE; in dec_vproc_set_dei_v2() 533 params.param.mode.out_mode = IEP2_OUT_MODE_LINE; in dec_vproc_set_dei_v2()
|
| /OK3568_Linux_fs/kernel/sound/isa/wss/ |
| H A D | wss_lib.c | 1209 goto out_mode; in snd_ad1848_probe() 1218 goto out_mode; in snd_ad1848_probe() 1225 out_mode: in snd_ad1848_probe()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | uvesafb.c | 1716 goto out_mode; in uvesafb_probe() 1762 out_mode: in uvesafb_probe()
|