Lines Matching refs:mmc_hsq
18 struct mmc_hsq *hsq = container_of(work, struct mmc_hsq, retry_work); in mmc_hsq_retry_handler()
24 static void mmc_hsq_modify_threshold(struct mmc_hsq *hsq) in mmc_hsq_modify_threshold()
43 static void mmc_hsq_pump_requests(struct mmc_hsq *hsq) in mmc_hsq_pump_requests()
92 static void mmc_hsq_update_next_tag(struct mmc_hsq *hsq, int remains) in mmc_hsq_update_next_tag()
111 static void mmc_hsq_post_request(struct mmc_hsq *hsq) in mmc_hsq_post_request()
155 struct mmc_hsq *hsq = mmc->cqe_private; in mmc_hsq_finalize_request()
182 struct mmc_hsq *hsq = mmc->cqe_private; in mmc_hsq_recovery_start()
194 struct mmc_hsq *hsq = mmc->cqe_private; in mmc_hsq_recovery_finish()
214 struct mmc_hsq *hsq = mmc->cqe_private; in mmc_hsq_request()
260 static bool mmc_hsq_queue_is_idle(struct mmc_hsq *hsq, int *ret) in mmc_hsq_queue_is_idle()
279 struct mmc_hsq *hsq = mmc->cqe_private; in mmc_hsq_wait_for_idle()
290 struct mmc_hsq *hsq = mmc->cqe_private; in mmc_hsq_disable()
320 struct mmc_hsq *hsq = mmc->cqe_private; in mmc_hsq_enable()
346 int mmc_hsq_init(struct mmc_hsq *hsq, struct mmc_host *mmc) in mmc_hsq_init()