Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mmc/host/
Dtmio_mmc_core.c1133 _host->native_hotplug = !(mmc_can_gpio_cd(mmc) || in tmio_mmc_host_probe()
1144 _host->native_hotplug = true; in tmio_mmc_host_probe()
1150 if (_host->native_hotplug) in tmio_mmc_host_probe()
1163 if (_host->native_hotplug) in tmio_mmc_host_probe()
1217 if (host->native_hotplug) in tmio_mmc_host_remove()
1266 if (host->native_hotplug) in tmio_mmc_host_runtime_resume()
Dtmio_mmc.h168 bool native_hotplug; member