select_tuning     820 drivers/mmc/host/renesas_sdhi_core.c 		host->select_tuning = renesas_sdhi_select_tuning;
select_tuning     188 drivers/mmc/host/tmio_mmc.h 	int (*select_tuning)(struct tmio_mmc_host *host);
select_tuning     722 drivers/mmc/host/tmio_mmc_core.c 	if (!host->init_tuning || !host->select_tuning)
select_tuning     749 drivers/mmc/host/tmio_mmc_core.c 	ret = host->select_tuning(host);
select_tuning    1355 drivers/mmc/host/tmio_mmc_core.c 	if (tmio_mmc_can_retune(host) && host->select_tuning(host))