Home
last modified time | relevance | path

Searched refs:master_unbind (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/drm/
Ddrm_audio_component.h97 void (*master_unbind)(struct device *dev, struct drm_audio_component *); member
/Linux-v4.19/sound/hda/
Dhdac_component.c214 if (acomp->audio_ops && acomp->audio_ops->master_unbind) in hdac_component_master_unbind()
215 acomp->audio_ops->master_unbind(dev, acomp); in hdac_component_master_unbind()