Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dtmio_mmc.h188 int (*select_tuning)(struct tmio_mmc_host *host); member
Dtmio_mmc_core.c722 if (!host->init_tuning || !host->select_tuning) in tmio_mmc_execute_tuning()
749 ret = host->select_tuning(host); in tmio_mmc_execute_tuning()
1353 if (tmio_mmc_can_retune(host) && host->select_tuning(host)) in tmio_mmc_host_runtime_resume()
Drenesas_sdhi_core.c820 host->select_tuning = renesas_sdhi_select_tuning; in renesas_sdhi_probe()