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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dftdi-elan.c64 * ftdi_module_lock exists to protect access to global variables
67 static struct semaphore ftdi_module_lock; variable in typeref:struct:semaphore
71 * end of the global variables protected by ftdi_module_lock
197 down(&ftdi_module_lock);
200 up(&ftdi_module_lock);
2778 down(&ftdi_module_lock);
2781 up(&ftdi_module_lock);
2907 init_MUTEX(&ftdi_module_lock);

Completed in 257 milliseconds