cqe_post_req      534 drivers/mmc/core/core.c 	if (host->cqe_ops->cqe_post_req)
cqe_post_req      535 drivers/mmc/core/core.c 		host->cqe_ops->cqe_post_req(host, mrq);
cqe_post_req     1058 drivers/mmc/host/cqhci.c 	.cqe_post_req = cqhci_post_req,
cqe_post_req      185 include/linux/mmc/host.h 	void	(*cqe_post_req)(struct mmc_host *host, struct mmc_request *mrq);