Home
last modified time | relevance | path

Searched refs:retune_period (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/include/trace/events/
H A Dmmc.h42 __field(unsigned int, retune_period)
70 __entry->retune_period = host->retune_period;
93 __entry->hold_retune, __entry->retune_period)
123 __field(unsigned int, retune_period)
158 __entry->retune_period = host->retune_period;
187 __entry->hold_retune, __entry->retune_period)
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dhost.c111 if (host->retune_period) in mmc_retune_enable()
113 jiffies + host->retune_period * HZ); in mmc_retune_enable()
H A Dsdio.c1041 } else if (host->retune_period) { in mmc_sdio_suspend()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-pci-gli.c303 host->mmc->retune_period = 0; in gl9750_execute_tuning()
305 host->mmc->retune_period = host->tuning_count; in gl9750_execute_tuning()
H A Dsdhci-pci-core.c1754 host->mmc->retune_period = 0; in amd_execute_tuning_hs200()
H A Dsdhci.c2859 host->mmc->retune_period = tuning_count; in sdhci_execute_tuning()
/OK3568_Linux_fs/kernel/include/linux/mmc/
H A Dhost.h430 unsigned int retune_period; /* re-tuning period in secs */ member