Home
last modified time | relevance | path

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

/Linux-v5.4/sound/hda/
Dhdac_device.c59 mutex_init(&codec->widget_lock); in snd_hdac_device_init()
146 mutex_lock(&codec->widget_lock); in snd_hdac_device_register()
148 mutex_unlock(&codec->widget_lock); in snd_hdac_device_register()
165 mutex_lock(&codec->widget_lock); in snd_hdac_device_unregister()
167 mutex_unlock(&codec->widget_lock); in snd_hdac_device_unregister()
406 mutex_lock(&codec->widget_lock); in snd_hdac_refresh_widgets()
423 mutex_unlock(&codec->widget_lock); in snd_hdac_refresh_widgets()
/Linux-v5.4/include/sound/
Dhdaudio.h84 struct mutex widget_lock; member