Searched refs:VPBE_ENC_DV_TIMINGS (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/media/platform/davinci/ |
D | vpbe_venc.c | 214 VPBE_ENC_DV_TIMINGS && pclock <= 27000000))) { in venc_enable_vpss_clock() 340 if (pdata->setup_clock(VPBE_ENC_DV_TIMINGS, 27000000) < 0) in venc_set_480p59_94() 343 venc_enable_vpss_clock(venc->venc_type, VPBE_ENC_DV_TIMINGS, 27000000); in venc_set_480p59_94() 388 if (pdata->setup_clock(VPBE_ENC_DV_TIMINGS, 27000000) < 0) in venc_set_576p50() 391 venc_enable_vpss_clock(venc->venc_type, VPBE_ENC_DV_TIMINGS, 27000000); in venc_set_576p50() 429 if (pdata->setup_clock(VPBE_ENC_DV_TIMINGS, 74250000) < 0) in venc_set_720p60_internal() 432 venc_enable_vpss_clock(venc->venc_type, VPBE_ENC_DV_TIMINGS, 74250000); in venc_set_720p60_internal() 458 if (pdata->setup_clock(VPBE_ENC_DV_TIMINGS, 74250000) < 0) in venc_set_1080i30_internal() 461 venc_enable_vpss_clock(venc->venc_type, VPBE_ENC_DV_TIMINGS, 74250000); in venc_set_1080i30_internal()
|
D | vpbe.c | 347 if (output->modes[i].timings_type == VPBE_ENC_DV_TIMINGS && in vpbe_s_dv_timings() 395 VPBE_ENC_DV_TIMINGS) { in vpbe_g_dv_timings() 422 if (output->modes[i].timings_type == VPBE_ENC_DV_TIMINGS) { in vpbe_enum_dv_timings() 530 VPBE_ENC_DV_TIMINGS) { in vpbe_set_mode()
|
D | vpbe_display.c | 1136 VPBE_ENC_DV_TIMINGS) { in vpbe_display_g_dv_timings()
|
/linux-4.1.27/include/media/davinci/ |
D | vpbe_types.h | 29 VPBE_ENC_DV_TIMINGS = 0x4, enumerator
|
/linux-4.1.27/arch/arm/mach-davinci/ |
D | board-dm365-evm.c | 410 .timings_type = VPBE_ENC_DV_TIMINGS, 422 .timings_type = VPBE_ENC_DV_TIMINGS, 434 .timings_type = VPBE_ENC_DV_TIMINGS, 450 .timings_type = VPBE_ENC_DV_TIMINGS,
|
D | board-dm644x-evm.c | 652 .timings_type = VPBE_ENC_DV_TIMINGS, 664 .timings_type = VPBE_ENC_DV_TIMINGS,
|
D | dm644x.c | 697 case VPBE_ENC_DV_TIMINGS: in dm644x_venc_setup_clock()
|
D | dm355.c | 822 case VPBE_ENC_DV_TIMINGS: in dm355_venc_setup_clock()
|
D | dm365.c | 1344 case VPBE_ENC_DV_TIMINGS: in dm365_venc_setup_clock()
|