Home
last modified time | relevance | path

Searched refs:VPBE_ENC_DV_TIMINGS (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/media/platform/davinci/
Dvpbe_venc.c214 VPBE_ENC_DV_TIMINGS && pclock <= 27000000))) { in venc_enable_vpss_clock()
339 if (pdata->setup_clock(VPBE_ENC_DV_TIMINGS, 27000000) < 0) in venc_set_480p59_94()
342 venc_enable_vpss_clock(venc->venc_type, VPBE_ENC_DV_TIMINGS, 27000000); in venc_set_480p59_94()
387 if (pdata->setup_clock(VPBE_ENC_DV_TIMINGS, 27000000) < 0) in venc_set_576p50()
390 venc_enable_vpss_clock(venc->venc_type, VPBE_ENC_DV_TIMINGS, 27000000); in venc_set_576p50()
428 if (pdata->setup_clock(VPBE_ENC_DV_TIMINGS, 74250000) < 0) in venc_set_720p60_internal()
431 venc_enable_vpss_clock(venc->venc_type, VPBE_ENC_DV_TIMINGS, 74250000); in venc_set_720p60_internal()
457 if (pdata->setup_clock(VPBE_ENC_DV_TIMINGS, 74250000) < 0) in venc_set_1080i30_internal()
460 venc_enable_vpss_clock(venc->venc_type, VPBE_ENC_DV_TIMINGS, 74250000); in venc_set_1080i30_internal()
Dvpbe.c341 if (output->modes[i].timings_type == VPBE_ENC_DV_TIMINGS && in vpbe_s_dv_timings()
389 VPBE_ENC_DV_TIMINGS) { in vpbe_g_dv_timings()
416 if (output->modes[i].timings_type == VPBE_ENC_DV_TIMINGS) { in vpbe_enum_dv_timings()
523 VPBE_ENC_DV_TIMINGS) { in vpbe_set_mode()
Dvpbe_display.c1146 VPBE_ENC_DV_TIMINGS) { in vpbe_display_g_dv_timings()
/Linux-v4.19/include/media/davinci/
Dvpbe_types.h25 VPBE_ENC_DV_TIMINGS = 0x4, enumerator
/Linux-v4.19/arch/arm/mach-davinci/
Dboard-dm365-evm.c441 .timings_type = VPBE_ENC_DV_TIMINGS,
453 .timings_type = VPBE_ENC_DV_TIMINGS,
465 .timings_type = VPBE_ENC_DV_TIMINGS,
481 .timings_type = VPBE_ENC_DV_TIMINGS,
Dboard-dm644x-evm.c700 .timings_type = VPBE_ENC_DV_TIMINGS,
712 .timings_type = VPBE_ENC_DV_TIMINGS,
Ddm644x.c423 case VPBE_ENC_DV_TIMINGS: in dm644x_venc_setup_clock()
Ddm355.c491 case VPBE_ENC_DV_TIMINGS: in dm355_venc_setup_clock()
Ddm365.c942 case VPBE_ENC_DV_TIMINGS: in dm365_venc_setup_clock()