Home
last modified time | relevance | path

Searched refs:get_cdclk_freq (Results 1 – 3 of 3) sorted by relevance

/linux/sound/hda/core/
H A Di915.c41 if (!acomp || !acomp->ops || !acomp->ops->get_cdclk_freq) in snd_hdac_i915_set_bclk()
46 cdclk_freq = acomp->ops->get_cdclk_freq(acomp->dev); in snd_hdac_i915_set_bclk()
/linux/include/drm/
H A Ddrm_audio_component.h41 * @get_cdclk_freq: Get the Core Display Clock in kHz
43 int (*get_cdclk_freq)(struct device *); member
/linux/drivers/gpu/drm/i915/display/
H A Dintel_audio.c1251 .get_cdclk_freq = intel_audio_component_get_cdclk_freq,