Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/
H A Ddrm_audio_component.h97 int (*master_bind)(struct device *dev, struct drm_audio_component *); member
/openbmc/linux/sound/hda/
H A Dhdac_component.c207 if (acomp->audio_ops && acomp->audio_ops->master_bind) { in hdac_component_master_bind()
208 ret = acomp->audio_ops->master_bind(dev, acomp); in hdac_component_master_bind()
/openbmc/linux/sound/pci/hda/
H A Dpatch_hdmi.c2715 spec->drm_audio_ops.master_bind = ops->master_bind; in setup_drm_audio_ops()
3786 .master_bind = generic_acomp_master_bind,
4429 .master_bind = generic_acomp_master_bind,