Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/trace/events/
A 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.3-rc2/include/linux/mmc/
A Dhost.h448 unsigned int doing_retune:1; /* re-tuning in progress */ member
646 return host->doing_retune == 1; in mmc_doing_retune()
651 return host->doing_retune == 1 || host->doing_init_tune == 1; in mmc_doing_tune()
/linux-6.3-rc2/drivers/mmc/core/
A 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()

Completed in 10 milliseconds