Home
last modified time | relevance | path

Searched refs:need_retune (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/trace/events/
H A Dmmc.h40 __field(int, need_retune)
68 __entry->need_retune = host->need_retune;
92 __entry->retune_now, __entry->need_retune,
121 __field(int, need_retune)
156 __entry->need_retune = host->need_retune;
186 __entry->retune_now, __entry->need_retune,
/openbmc/linux/drivers/mmc/core/
H A Dhost.h27 host->need_retune = 0; in mmc_retune_clear()
H A Dhost.c188 if (!host->need_retune || host->doing_retune || !host->card) in mmc_retune()
191 host->need_retune = 0; in mmc_retune()
H A Dqueue.c302 host->retune_now = host->need_retune && cqe_retune_ok && in mmc_mq_queue_rq()
/openbmc/linux/include/linux/mmc/
H A Dhost.h464 int need_retune; /* re-tuning is needed */ member
645 host->need_retune = 1; in mmc_retune_needed()
/openbmc/linux/drivers/staging/rts5208/
H A Drtsx_chip.h518 int need_retune; member
H A Dsd.c3559 sd_card->need_retune = 1;