Home
last modified time | relevance | path

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

/Linux-v4.19/include/trace/events/
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)
/Linux-v4.19/drivers/mmc/core/
Dhost.c64 if (host->retune_period) in mmc_retune_enable()
66 jiffies + host->retune_period * HZ); in mmc_retune_enable()
Dsdio.c944 } else if (host->retune_period) { in mmc_sdio_suspend()
/Linux-v4.19/include/linux/mmc/
Dhost.h404 unsigned int retune_period; /* re-tuning period in secs */ member
/Linux-v4.19/drivers/mmc/host/
Dsdhci-pci-core.c1373 host->mmc->retune_period = 0; in amd_execute_tuning_hs200()
Dsdhci.c2311 host->mmc->retune_period = tuning_count; in sdhci_execute_tuning()