Home
last modified time | relevance | path

Searched refs:is_first_req (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/Documentation/mmc/
Dmmc-async-req.txt58 The argument is_first_req in pre_req() indicates that there is no previous
64 Pseudocode to handle is_first_req scenario with minimal prepare overhead:
66 if (is_first_req && req->size > threshold)
/linux-3.4.99/include/linux/mmc/
Dhost.h100 bool is_first_req);
/linux-3.4.99/drivers/usb/gadget/
Dpxa27x_udc.c1137 int is_first_req; in pxa_ep_queue() local
1171 is_first_req = list_empty(&ep->queue); in pxa_ep_queue()
1173 _req, is_first_req ? "yes" : "no", in pxa_ep_queue()
/linux-3.4.99/drivers/mmc/core/
Dcore.c298 bool is_first_req) in mmc_pre_req() argument
302 host->ops->pre_req(host, mrq, is_first_req); in mmc_pre_req()
/linux-3.4.99/drivers/mmc/host/
Dmmci.c521 bool is_first_req) in mmci_pre_request() argument
Domap_hsmmc.c1451 bool is_first_req) in omap_hsmmc_pre_req() argument
Ddw_mmc.c482 bool is_first_req) in dw_mci_pre_req() argument