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_pump_requests(struct mmc_hsq *hsq) in mmc_hsq_pump_requests()
71 static void mmc_hsq_update_next_tag(struct mmc_hsq *hsq, int remains) in mmc_hsq_update_next_tag()
90 static void mmc_hsq_post_request(struct mmc_hsq *hsq) in mmc_hsq_post_request()
134 struct mmc_hsq *hsq = mmc->cqe_private; in mmc_hsq_finalize_request()
161 struct mmc_hsq *hsq = mmc->cqe_private; in mmc_hsq_recovery_start()
173 struct mmc_hsq *hsq = mmc->cqe_private; in mmc_hsq_recovery_finish()
193 struct mmc_hsq *hsq = mmc->cqe_private; in mmc_hsq_request()
239 static bool mmc_hsq_queue_is_idle(struct mmc_hsq *hsq, int *ret) in mmc_hsq_queue_is_idle()
258 struct mmc_hsq *hsq = mmc->cqe_private; in mmc_hsq_wait_for_idle()
269 struct mmc_hsq *hsq = mmc->cqe_private; in mmc_hsq_disable()
299 struct mmc_hsq *hsq = mmc->cqe_private; in mmc_hsq_enable()
325 int mmc_hsq_init(struct mmc_hsq *hsq, struct mmc_host *mmc) in mmc_hsq_init()