Lines Matching refs:req
334 struct mmc_request *req;
1739 /* this thread runs only when there is an upper level command req outstanding */
1748 struct mmc_request *req = vub300->req;
1774 vub300->req = NULL;
1781 mmc_request_done(vub300->mmc, req);
1789 mmc_request_done(vub300->mmc, req);
1899 static void vub300_mmc_request(struct mmc_host *mmc, struct mmc_request *req)
1901 struct mmc_command *cmd = req->cmd;
1905 mmc_request_done(mmc, req);
1908 struct mmc_data *data = req->data;
1911 mmc_request_done(mmc, req);
1916 mmc_request_done(mmc, req);
1921 mmc_request_done(mmc, req);
1926 mmc_request_done(mmc, req);
1941 mmc_request_done(mmc, req);
1945 vub300->req = req;