Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/
Ddrm_audio_component.h90 int (*master_bind)(struct device *dev, struct drm_audio_component *); member
/Linux-v4.19/sound/hda/
Dhdac_component.c194 if (acomp->audio_ops && acomp->audio_ops->master_bind) { in hdac_component_master_bind()
195 ret = acomp->audio_ops->master_bind(dev, acomp); in hdac_component_master_bind()
Dhdac_i915.c112 .master_bind = i915_master_bind