Home
last modified time | relevance | path

Searched refs:select_tuning (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/mmc/host/
Dtmio_mmc.h190 int (*select_tuning)(struct tmio_mmc_host *host); member
Dtmio_mmc_core.c797 if (!host->init_tuning || !host->select_tuning) in tmio_mmc_execute_tuning()
826 ret = host->select_tuning(host); in tmio_mmc_execute_tuning()
1426 if (tmio_mmc_can_retune(host) && host->select_tuning(host)) in tmio_mmc_host_runtime_resume()
Drenesas_sdhi_core.c707 host->select_tuning = renesas_sdhi_select_tuning; in renesas_sdhi_probe()