Home
last modified time | relevance | path

Searched refs:retune_now (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/trace/events/
H A Dmmc.h39 __field(unsigned int, retune_now)
67 __entry->retune_now = host->retune_now;
92 __entry->retune_now, __entry->need_retune,
120 __field(unsigned int, retune_now)
155 __entry->retune_now = host->retune_now;
186 __entry->retune_now, __entry->need_retune,
/openbmc/linux/drivers/mmc/core/
H A Dhost.h26 host->retune_now = 0; in mmc_retune_clear()
32 host->retune_now = 0; in mmc_retune_hold_now()
39 host->retune_now = 1; in mmc_retune_recheck()
H A Dhost.c165 host->retune_now = 1; in mmc_retune_hold()
183 if (host->retune_now) in mmc_retune()
184 host->retune_now = 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.h455 unsigned int retune_now:1; /* do re-tuning at next req */ member