Home
last modified time | relevance | path

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

/linux-4.1.27/include/drm/
Di915_component.h34 int (*get_cdclk_freq)(struct device *); member
/linux-4.1.27/sound/pci/hda/
Dhda_i915.c68 cdclk_freq = acomp->ops->get_cdclk_freq(acomp->dev); in haswell_set_bclk()
109 acomp->ops->put_power && acomp->ops->get_cdclk_freq))) { in hda_component_master_bind()
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_audio.c498 .get_cdclk_freq = i915_audio_component_get_cdclk_freq,