Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Dmmc.h42 __field(unsigned int, retune_period)
70 __entry->retune_period = host->retune_period;
81 "need_retune=%d hold_retune=%d retune_period=%u",
93 __entry->hold_retune, __entry->retune_period)
123 __field(unsigned int, retune_period)
158 __entry->retune_period = host->retune_period;
170 "hold_retune=%d retune_period=%u",
187 __entry->hold_retune, __entry->retune_period)
[all...]
/linux/include/linux/mmc/
H A Dhost.h514 unsigned int retune_period; /* re-tuning period in secs */ member
/linux/drivers/mmc/host/
H A Dsdhci-pci-gli.c505 host->mmc->retune_period = 0; in gl9750_execute_tuning()
507 host->mmc->retune_period = host->tuning_count; in gl9750_execute_tuning()
H A Dsdhci.c2963 mmc->retune_period = tuning_count; in sdhci_execute_tuning()