Home
last modified time | relevance | path

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

/linux-4.4.14/sound/hda/
Dhdac_i915.c117 return acomp->ops->get_cdclk_freq(acomp->dev); in snd_hdac_get_display_clk()
131 acomp->ops->put_power && acomp->ops->get_cdclk_freq))) { in hdac_component_master_bind()
/linux-4.4.14/include/drm/
Di915_component.h47 int (*get_cdclk_freq)(struct device *); member
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_audio.c714 .get_cdclk_freq = i915_audio_component_get_cdclk_freq,