Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/wusbcore/
Dmmc.c37 mutex_init(&wusbhc->mmcie_mutex); in wusbhc_mmcie_create()
87 mutex_lock(&wusbhc->mmcie_mutex); in wusbhc_mmcie_set()
117 mutex_unlock(&wusbhc->mmcie_mutex); in wusbhc_mmcie_set()
132 mutex_lock(&wusbhc->mmcie_mutex); in wusbhc_mmcie_rm()
139 mutex_unlock(&wusbhc->mmcie_mutex); in wusbhc_mmcie_rm()
146 mutex_unlock(&wusbhc->mmcie_mutex); in wusbhc_mmcie_rm()
Dwusbhc.h260 struct mutex mmcie_mutex; /* MMC WUIE handling */ member