Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mmc/host/
Dtmio_mmc_core.c932 mutex_lock(&host->ios_lock); in tmio_mmc_set_ios()
951 mutex_unlock(&host->ios_lock); in tmio_mmc_set_ios()
999 mutex_unlock(&host->ios_lock); in tmio_mmc_set_ios()
1200 mutex_init(&_host->ios_lock); in tmio_mmc_host_probe()
Dtmio_mmc.h171 struct mutex ios_lock; /* protect set_ios() context */ member