Searched refs:cmd_mutex (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dlibps2.h33 struct mutex cmd_mutex; member in struct:ps2dev
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/serio/
H A Dlibps2.c60 mutex_lock(&ps2dev->cmd_mutex);
72 mutex_unlock(&ps2dev->cmd_mutex);
274 mutex_init(&ps2dev->cmd_mutex);
275 lockdep_set_subclass(&ps2dev->cmd_mutex, serio->depth);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Delo.c59 struct mutex cmd_mutex; member in struct:elo
231 mutex_lock(&elo->cmd_mutex);
259 mutex_unlock(&elo->cmd_mutex);
326 mutex_init(&elo->cmd_mutex);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D3c527.c179 struct semaphore cmd_mutex; /* Serialises issuing of execute commands */ member in struct:mc32_local
522 init_MUTEX_LOCKED(&lp->cmd_mutex);
581 if (down_trylock(&lp->cmd_mutex) == 0)
627 down(&lp->cmd_mutex);
647 up(&lp->cmd_mutex);
901 up(&lp->cmd_mutex);
1370 up(&lp->cmd_mutex);
1447 down(&lp->cmd_mutex);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ngene/
H A Dngene-core.c349 down(&dev->cmd_mutex);
351 up(&dev->cmd_mutex);
1288 down(&dev->cmd_mutex);
1323 sema_init(&dev->cmd_mutex, 1);
H A Dngene.h750 struct semaphore cmd_mutex; member in struct:ngene
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dhda_codec.c207 mutex_lock(&bus->cmd_mutex);
211 mutex_unlock(&bus->cmd_mutex);
591 mutex_init(&bus->cmd_mutex);
2892 mutex_lock(&codec->bus->cmd_mutex);
2896 mutex_unlock(&codec->bus->cmd_mutex);
2925 mutex_lock(&codec->bus->cmd_mutex);
2928 mutex_unlock(&codec->bus->cmd_mutex);
2931 mutex_unlock(&codec->bus->cmd_mutex);
H A Dhda_codec.h650 struct mutex cmd_mutex; member in struct:hda_bus
H A Dhda_intel.c1341 mutex_lock(&chip->bus->cmd_mutex);
1346 mutex_unlock(&chip->bus->cmd_mutex);

Completed in 142 milliseconds