Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dtmio_mmc_core.c900 mutex_lock(&host->ios_lock); in tmio_mmc_set_ios()
919 mutex_unlock(&host->ios_lock); in tmio_mmc_set_ios()
957 mutex_unlock(&host->ios_lock); in tmio_mmc_set_ios()
1168 mutex_init(&_host->ios_lock); in tmio_mmc_host_probe()
H A Dtmio_mmc.h167 struct mutex ios_lock; /* protect set_ios() context */ member