Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/trace/events/
H 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,
/OK3568_Linux_fs/kernel/include/linux/mmc/
H A Dhost.h418 unsigned int doing_retune:1; /* re-tuning in progress */ member
619 return host->doing_retune == 1; in mmc_doing_retune()
624 return host->doing_retune == 1 || host->doing_init_tune == 1; in mmc_doing_tune()
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dhost.c180 if (!host->need_retune || host->doing_retune || !host->card) in mmc_retune()
185 host->doing_retune = 1; in mmc_retune()
202 host->doing_retune = 0; in mmc_retune()