Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dtmio_mmc_core.c1204 _host->native_hotplug = !(mmc_can_gpio_cd(mmc) || in tmio_mmc_host_probe()
1218 _host->native_hotplug = true; in tmio_mmc_host_probe()
1224 if (_host->native_hotplug) in tmio_mmc_host_probe()
1237 if (_host->native_hotplug) in tmio_mmc_host_probe()
1290 if (host->native_hotplug) in tmio_mmc_host_remove()
1347 if (host->native_hotplug) in tmio_mmc_host_runtime_resume()
Dtmio_mmc.h165 bool native_hotplug; member