Searched refs:mmc_queue (Results 1 – 3 of 3) sorted by relevance
7 struct mmc_queue { struct13 int (*issue_fn)(struct mmc_queue *, struct request *); argument22 extern int mmc_init_queue(struct mmc_queue *, struct mmc_card *, spinlock_t *); argument23 extern void mmc_cleanup_queue(struct mmc_queue *);24 extern void mmc_queue_suspend(struct mmc_queue *);25 extern void mmc_queue_resume(struct mmc_queue *);27 extern unsigned int mmc_queue_map_sg(struct mmc_queue *);28 extern void mmc_queue_bounce_pre(struct mmc_queue *);29 extern void mmc_queue_bounce_post(struct mmc_queue *);
46 struct mmc_queue *mq = d; in mmc_queue_thread()89 struct mmc_queue *mq = q->queuedata; in mmc_request()116 int mmc_init_queue(struct mmc_queue *mq, struct mmc_card *card, spinlock_t *lock) in mmc_init_queue()226 void mmc_cleanup_queue(struct mmc_queue *mq) in mmc_cleanup_queue()267 void mmc_queue_suspend(struct mmc_queue *mq) in mmc_queue_suspend()287 void mmc_queue_resume(struct mmc_queue *mq) in mmc_queue_resume()306 unsigned int mmc_queue_map_sg(struct mmc_queue *mq) in mmc_queue_map_sg()335 void mmc_queue_bounce_pre(struct mmc_queue *mq) in mmc_queue_bounce_pre()355 void mmc_queue_bounce_post(struct mmc_queue *mq) in mmc_queue_bounce_post()
60 struct mmc_queue queue;264 static int mmc_blk_issue_rq(struct mmc_queue *mq, struct request *req) in mmc_blk_issue_rq()