Searched refs:hdmi_compute_acr (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | hdmi_common.c | 52 int hdmi_compute_acr(u32 pclk, u32 sample_freq, u32 *n, u32 *cts) in hdmi_compute_acr() function
|
H A D | hdmi.h | 317 int hdmi_compute_acr(u32 pclk, u32 sample_freq, u32 *n, u32 *cts);
|
H A D | hdmi4_core.c | 744 hdmi_compute_acr(pclk, fs_nr, &n, &cts); in hdmi4_audio_config()
|
H A D | hdmi5_core.c | 834 hdmi_compute_acr(pclk, fs_nr, &n, &cts); in hdmi5_audio_config()
|
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi_common.c | 52 int hdmi_compute_acr(u32 pclk, u32 sample_freq, u32 *n, u32 *cts) in hdmi_compute_acr() function
|
H A D | hdmi.h | 336 int hdmi_compute_acr(u32 pclk, u32 sample_freq, u32 *n, u32 *cts);
|
H A D | hdmi4_core.c | 700 hdmi_compute_acr(pclk, fs_nr, &n, &cts); in hdmi4_audio_config()
|
H A D | hdmi5_core.c | 821 hdmi_compute_acr(pclk, fs_nr, &n, &cts); in hdmi5_audio_config()
|