Searched refs:mode_mutex (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/echoaudio/
H A Dechoaudio.h367 struct mutex mode_mutex; member in struct:echoaudio
H A Dechoaudio.c420 mutex_lock(&chip->mode_mutex);
447 mutex_unlock(&chip->mode_mutex);
462 mutex_lock(&chip->mode_mutex);
489 mutex_unlock(&chip->mode_mutex);
1465 /* mode_mutex is required to make this operation atomic wrt
1467 mutex_lock(&chip->mode_mutex);
1486 mutex_unlock(&chip->mode_mutex);
1613 mutex_lock(&chip->mode_mutex);
1618 mutex_unlock(&chip->mode_mutex);
1973 mutex_init(&chip->mode_mutex);
[all...]

Completed in 66 milliseconds