Home
last modified time | relevance | path

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

/Linux-v5.4/include/trace/events/
Dmmc.h38 __field(unsigned int, doing_retune)
66 __entry->doing_retune = host->doing_retune;
91 __entry->can_retune, __entry->doing_retune,
119 __field(unsigned int, doing_retune)
154 __entry->doing_retune = host->doing_retune;
185 __entry->can_retune, __entry->doing_retune,
/Linux-v5.4/drivers/mmc/core/
Dhost.c130 if (!host->need_retune || host->doing_retune || !host->card) in mmc_retune()
135 host->doing_retune = 1; in mmc_retune()
152 host->doing_retune = 0; in mmc_retune()
/Linux-v5.4/include/linux/mmc/
Dhost.h396 unsigned int doing_retune:1; /* re-tuning in progress */ member
584 return host->doing_retune == 1; in mmc_doing_retune()
/Linux-v5.4/drivers/mmc/host/
Dmeson-gx-mmc.c525 if (mmc->doing_retune) in meson_mmc_resampling_tuning()