Home
last modified time | relevance | path

Searched refs:hdmi_compute_acr (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Dhdmi_common.c51 int hdmi_compute_acr(u32 pclk, u32 sample_freq, u32 *n, u32 *cts) in hdmi_compute_acr() function
Dhdmi.h327 int hdmi_compute_acr(u32 pclk, u32 sample_freq, u32 *n, u32 *cts);
Dhdmi4_core.c748 err = hdmi_compute_acr(pclk, fs_nr, &n, &cts); in hdmi4_audio_config()
Dhdmi5_core.c845 err = hdmi_compute_acr(pclk, fs_nr, &n, &cts); in hdmi5_audio_config()