Home
last modified time | relevance | path

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

/drivers/usb/wusbcore/
Dmmc.c51 mutex_init(&wusbhc->mmcie_mutex); in wusbhc_mmcie_create()
101 mutex_lock(&wusbhc->mmcie_mutex); in wusbhc_mmcie_set()
131 mutex_unlock(&wusbhc->mmcie_mutex); in wusbhc_mmcie_set()
146 mutex_lock(&wusbhc->mmcie_mutex); in wusbhc_mmcie_rm()
153 mutex_unlock(&wusbhc->mmcie_mutex); in wusbhc_mmcie_rm()
160 mutex_unlock(&wusbhc->mmcie_mutex); in wusbhc_mmcie_rm()
Dwusbhc.h270 struct mutex mmcie_mutex; /* MMC WUIE handling */ member