Home
last modified time | relevance | path

Searched refs:retune_period (Results 1 – 2 of 2) 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/drivers/mmc/host/
H A Dsdhci-pci-core.c1746 host->mmc->retune_period = 0; in amd_execute_tuning_hs200()