Lines Matching refs:req
334 struct mmc_request *req;
1741 /* this thread runs only when there is an upper level command req outstanding */
1750 struct mmc_request *req = vub300->req;
1776 vub300->req = NULL;
1783 mmc_request_done(vub300->mmc, req);
1791 mmc_request_done(vub300->mmc, req);
1901 static void vub300_mmc_request(struct mmc_host *mmc, struct mmc_request *req)
1903 struct mmc_command *cmd = req->cmd;
1907 mmc_request_done(mmc, req);
1910 struct mmc_data *data = req->data;
1913 mmc_request_done(mmc, req);
1918 mmc_request_done(mmc, req);
1923 mmc_request_done(mmc, req);
1928 mmc_request_done(mmc, req);
1943 mmc_request_done(mmc, req);
1947 vub300->req = req;