Home
last modified time | relevance | path

Searched refs:master_unbind (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/drm/
H A Ddrm_audio_component.h96 * @master_unbind: (Optional) component master unbind callback
101 void (*master_unbind)(struct device *dev, struct drm_audio_component *); member
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_audio_component.h99 * @master_unbind: (Optional) component master unbind callback
104 void (*master_unbind)(struct device *dev, struct drm_audio_component *); member
/kernel/linux/linux-5.10/sound/hda/
H A Dhdac_component.c229 if (acomp->audio_ops && acomp->audio_ops->master_unbind) in hdac_component_master_unbind()
230 acomp->audio_ops->master_unbind(dev, acomp); in hdac_component_master_unbind()
/kernel/linux/linux-6.6/sound/hda/
H A Dhdac_component.c229 if (acomp->audio_ops && acomp->audio_ops->master_unbind) in hdac_component_master_unbind()
230 acomp->audio_ops->master_unbind(dev, acomp); in hdac_component_master_unbind()
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dpatch_hdmi.c2712 spec->drm_audio_ops.master_unbind = ops->master_unbind; in setup_drm_audio_ops()
3654 .master_unbind = generic_acomp_master_unbind,
4229 .master_unbind = generic_acomp_master_unbind,
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dpatch_hdmi.c2716 spec->drm_audio_ops.master_unbind = ops->master_unbind; in setup_drm_audio_ops()
3787 .master_unbind = generic_acomp_master_unbind,
4430 .master_unbind = generic_acomp_master_unbind,

Completed in 17 milliseconds