Searched defs:is_first_req (Results 1 - 8 of 8) sorted by relevance

/drivers/mmc/host/
H A Dmmci.c701 bool is_first_req)
700 mmci_pre_request(struct mmc_host *mmc, struct mmc_request *mrq, bool is_first_req) argument
H A Drtsx_pci_sdmmc.c141 bool is_first_req)
140 sdmmc_pre_req(struct mmc_host *mmc, struct mmc_request *mrq, bool is_first_req) argument
H A Ddw_mmc.c545 bool is_first_req)
543 dw_mci_pre_req(struct mmc_host *mmc, struct mmc_request *mrq, bool is_first_req) argument
H A Djz4740_mmc.c324 bool is_first_req)
322 jz4740_mmc_pre_request(struct mmc_host *mmc, struct mmc_request *mrq, bool is_first_req) argument
H A Domap_hsmmc.c1542 bool is_first_req)
1541 omap_hsmmc_pre_req(struct mmc_host *mmc, struct mmc_request *mrq, bool is_first_req) argument
/drivers/usb/gadget/udc/
H A Dmv_u3d_core.c789 int is_first_req = 0; local
841 is_first_req = list_empty(&ep->req_list);
844 if (!is_first_req) {
H A Dpxa27x_udc.c1136 int is_first_req; local
1170 is_first_req = list_empty(&ep->queue);
1172 _req, is_first_req ? "yes" : "no",
/drivers/mmc/core/
H A Dcore.c467 * @is_first_req: true if there is no previous started request
475 bool is_first_req)
479 host->ops->pre_req(host, mrq, is_first_req);
474 mmc_pre_req(struct mmc_host *host, struct mmc_request *mrq, bool is_first_req) argument

Completed in 126 milliseconds