Searched refs:mmc_queue (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/mmc/card/ |
D | queue.h | 46 struct mmc_queue { struct 54 int (*issue_fn)(struct mmc_queue *, struct request *); argument 62 extern int mmc_init_queue(struct mmc_queue *, struct mmc_card *, spinlock_t *, argument 64 extern void mmc_cleanup_queue(struct mmc_queue *); 65 extern void mmc_queue_suspend(struct mmc_queue *); 66 extern void mmc_queue_resume(struct mmc_queue *); 68 extern unsigned int mmc_queue_map_sg(struct mmc_queue *, 73 extern int mmc_packed_init(struct mmc_queue *, struct mmc_card *); 74 extern void mmc_packed_clean(struct mmc_queue *); 76 extern int mmc_access_rpmb(struct mmc_queue *);
|
D | queue.c | 31 struct mmc_queue *mq = q->queuedata; in mmc_prep_request() 51 struct mmc_queue *mq = d; in mmc_queue_thread() 115 struct mmc_queue *mq = q->queuedata; in mmc_request_fn() 190 int mmc_init_queue(struct mmc_queue *mq, struct mmc_card *card, in mmc_init_queue() 323 void mmc_cleanup_queue(struct mmc_queue *mq) in mmc_cleanup_queue() 364 int mmc_packed_init(struct mmc_queue *mq, struct mmc_card *card) in mmc_packed_init() 396 void mmc_packed_clean(struct mmc_queue *mq) in mmc_packed_clean() 415 void mmc_queue_suspend(struct mmc_queue *mq) in mmc_queue_suspend() 435 void mmc_queue_resume(struct mmc_queue *mq) in mmc_queue_resume() 451 static unsigned int mmc_queue_packed_map_sg(struct mmc_queue *mq, in mmc_queue_packed_map_sg() [all …]
|
D | block.c | 98 struct mmc_queue queue; 1034 int mmc_access_rpmb(struct mmc_queue *mq) in mmc_access_rpmb() 1046 static int mmc_blk_issue_discard_rq(struct mmc_queue *mq, struct request *req) in mmc_blk_issue_discard_rq() 1089 static int mmc_blk_issue_secdiscard_rq(struct mmc_queue *mq, in mmc_blk_issue_secdiscard_rq() 1156 static int mmc_blk_issue_flush(struct mmc_queue *mq, struct request *req) in mmc_blk_issue_flush() 1360 struct mmc_queue *mq) in mmc_blk_rw_rq_prep() 1537 static u8 mmc_blk_prep_packed_list(struct mmc_queue *mq, struct request *req) in mmc_blk_prep_packed_list() 1647 struct mmc_queue *mq) in mmc_blk_packed_hdr_wrq_prep() 1806 static void mmc_blk_revert_packed_req(struct mmc_queue *mq, in mmc_blk_revert_packed_req() 1830 static int mmc_blk_issue_rw_rq(struct mmc_queue *mq, struct request *rqc) in mmc_blk_issue_rw_rq() [all …]
|