Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/include/linux/mmc/
Dhost.h448 unsigned int doing_retune:1; /* re-tuning in progress */ member
645 return host->doing_retune == 1; in mmc_doing_retune()
650 return host->doing_retune == 1 || host->doing_init_tune == 1; in mmc_doing_tune()
/linux-6.1.9/drivers/mmc/core/
Dhost.c189 if (!host->need_retune || host->doing_retune || !host->card) in mmc_retune()
194 host->doing_retune = 1; in mmc_retune()
211 host->doing_retune = 0; in mmc_retune()