Searched refs:VPBE_ENC_DV_TIMINGS (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/drivers/media/platform/ti/davinci/ |
D | vpbe_venc.c | 201 VPBE_ENC_DV_TIMINGS && pclock <= 27000000))) { in venc_enable_vpss_clock() 326 if (pdata->setup_clock(VPBE_ENC_DV_TIMINGS, 27000000) < 0) in venc_set_480p59_94() 329 venc_enable_vpss_clock(venc->venc_type, VPBE_ENC_DV_TIMINGS, 27000000); in venc_set_480p59_94() 374 if (pdata->setup_clock(VPBE_ENC_DV_TIMINGS, 27000000) < 0) in venc_set_576p50() 377 venc_enable_vpss_clock(venc->venc_type, VPBE_ENC_DV_TIMINGS, 27000000); in venc_set_576p50() 415 if (pdata->setup_clock(VPBE_ENC_DV_TIMINGS, 74250000) < 0) in venc_set_720p60_internal() 418 venc_enable_vpss_clock(venc->venc_type, VPBE_ENC_DV_TIMINGS, 74250000); in venc_set_720p60_internal() 444 if (pdata->setup_clock(VPBE_ENC_DV_TIMINGS, 74250000) < 0) in venc_set_1080i30_internal() 447 venc_enable_vpss_clock(venc->venc_type, VPBE_ENC_DV_TIMINGS, 74250000); in venc_set_1080i30_internal()
|
D | vpbe.c | 311 if (output->modes[i].timings_type == VPBE_ENC_DV_TIMINGS && in vpbe_s_dv_timings() 359 VPBE_ENC_DV_TIMINGS) { in vpbe_g_dv_timings() 386 if (output->modes[i].timings_type == VPBE_ENC_DV_TIMINGS) { in vpbe_enum_dv_timings() 493 VPBE_ENC_DV_TIMINGS) { in vpbe_set_mode()
|
D | vpbe_display.c | 1121 VPBE_ENC_DV_TIMINGS) { in vpbe_display_g_dv_timings()
|
/Linux-v6.1/include/media/davinci/ |
D | vpbe_types.h | 17 VPBE_ENC_DV_TIMINGS = 0x4, enumerator
|
/Linux-v6.1/arch/arm/mach-davinci/ |
D | board-dm365-evm.c | 471 .timings_type = VPBE_ENC_DV_TIMINGS, 483 .timings_type = VPBE_ENC_DV_TIMINGS, 495 .timings_type = VPBE_ENC_DV_TIMINGS, 511 .timings_type = VPBE_ENC_DV_TIMINGS,
|
D | dm355.c | 490 case VPBE_ENC_DV_TIMINGS: in dm355_venc_setup_clock()
|
D | dm365.c | 979 case VPBE_ENC_DV_TIMINGS: in dm365_venc_setup_clock()
|