Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/intel/avs/
Dpath.c814 mutex_lock(&adev->path_mutex); in avs_path_free()
816 mutex_unlock(&adev->path_mutex); in avs_path_free()
834 mutex_lock(&adev->path_mutex); in avs_path_create()
841 mutex_unlock(&adev->path_mutex); in avs_path_create()
Davs.h139 struct mutex path_mutex; member
Dcore.c389 mutex_init(&adev->path_mutex); in avs_bus_init()