master_bind        94 include/drm/drm_audio_component.h 	int (*master_bind)(struct device *dev, struct drm_audio_component *);
master_bind       207 sound/hda/hdac_component.c 	if (acomp->audio_ops && acomp->audio_ops->master_bind) {
master_bind       208 sound/hda/hdac_component.c 		ret = acomp->audio_ops->master_bind(dev, acomp);
master_bind       105 sound/hda/hdac_i915.c 	.master_bind = i915_master_bind
master_bind      2550 sound/pci/hda/patch_hdmi.c 	spec->drm_audio_ops.master_bind = ops->master_bind;
master_bind      4001 sound/pci/hda/patch_hdmi.c 	.master_bind = generic_acomp_master_bind,