Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/wusbcore/
Dmmc.c50 mutex_init(&wusbhc->mmcie_mutex); in wusbhc_mmcie_create()
100 mutex_lock(&wusbhc->mmcie_mutex); in wusbhc_mmcie_set()
130 mutex_unlock(&wusbhc->mmcie_mutex); in wusbhc_mmcie_set()
145 mutex_lock(&wusbhc->mmcie_mutex); in wusbhc_mmcie_rm()
152 mutex_unlock(&wusbhc->mmcie_mutex); in wusbhc_mmcie_rm()
159 mutex_unlock(&wusbhc->mmcie_mutex); in wusbhc_mmcie_rm()
Dwusbhc.h270 struct mutex mmcie_mutex; /* MMC WUIE handling */ member