Home
last modified time | relevance | path

Searched refs:mmc_queue (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/mmc/card/
Dqueue.h47 struct mmc_queue { struct
55 int (*issue_fn)(struct mmc_queue *, struct request *); argument
63 extern int mmc_init_queue(struct mmc_queue *, struct mmc_card *, spinlock_t *, argument
65 extern void mmc_cleanup_queue(struct mmc_queue *);
66 extern void mmc_queue_suspend(struct mmc_queue *);
67 extern void mmc_queue_resume(struct mmc_queue *);
69 extern unsigned int mmc_queue_map_sg(struct mmc_queue *,
74 extern int mmc_packed_init(struct mmc_queue *, struct mmc_card *);
75 extern void mmc_packed_clean(struct mmc_queue *);
77 extern int mmc_access_rpmb(struct mmc_queue *);
Dqueue.c31 struct mmc_queue *mq = q->queuedata; in mmc_prep_request()
51 struct mmc_queue *mq = d; in mmc_queue_thread()
113 struct mmc_queue *mq = q->queuedata; in mmc_request_fn()
188 int mmc_init_queue(struct mmc_queue *mq, struct mmc_card *card, in mmc_init_queue()
321 void mmc_cleanup_queue(struct mmc_queue *mq) in mmc_cleanup_queue()
362 int mmc_packed_init(struct mmc_queue *mq, struct mmc_card *card) in mmc_packed_init()
394 void mmc_packed_clean(struct mmc_queue *mq) in mmc_packed_clean()
413 void mmc_queue_suspend(struct mmc_queue *mq) in mmc_queue_suspend()
433 void mmc_queue_resume(struct mmc_queue *mq) in mmc_queue_resume()
449 static unsigned int mmc_queue_packed_map_sg(struct mmc_queue *mq, in mmc_queue_packed_map_sg()
[all …]
Dblock.c100 struct mmc_queue queue;
1134 int mmc_access_rpmb(struct mmc_queue *mq) in mmc_access_rpmb()
1146 static int mmc_blk_issue_discard_rq(struct mmc_queue *mq, struct request *req) in mmc_blk_issue_discard_rq()
1189 static int mmc_blk_issue_secdiscard_rq(struct mmc_queue *mq, in mmc_blk_issue_secdiscard_rq()
1256 static int mmc_blk_issue_flush(struct mmc_queue *mq, struct request *req) in mmc_blk_issue_flush()
1467 struct mmc_queue *mq) in mmc_blk_rw_rq_prep()
1640 static u8 mmc_blk_prep_packed_list(struct mmc_queue *mq, struct request *req) in mmc_blk_prep_packed_list()
1750 struct mmc_queue *mq) in mmc_blk_packed_hdr_wrq_prep()
1909 static void mmc_blk_revert_packed_req(struct mmc_queue *mq, in mmc_blk_revert_packed_req()
1933 static int mmc_blk_issue_rw_rq(struct mmc_queue *mq, struct request *rqc) in mmc_blk_issue_rw_rq()
[all …]