Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dtmio_mmc_core.c1289 _host->native_hotplug = !(mmc_can_gpio_cd(mmc) || in tmio_mmc_host_probe()
1300 _host->native_hotplug = true; in tmio_mmc_host_probe()
1306 if (_host->native_hotplug) in tmio_mmc_host_probe()
1319 if (_host->native_hotplug) in tmio_mmc_host_probe()
1360 if (!host->native_hotplug) in tmio_mmc_host_remove()
1420 if (host->native_hotplug) in tmio_mmc_host_runtime_resume()
Dtmio_mmc.h168 bool native_hotplug; member