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;
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/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()
/linux/drivers/mmc/core/
H A Dsdio.c1061 } else if (host->retune_period) { in mmc_sdio_suspend()