Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/usb/gadget/udc/
Dpxa27x_udc.c1055 int is_first_req; in pxa_ep_queue() local
1088 is_first_req = list_empty(&ep->queue); in pxa_ep_queue()
1090 _req, is_first_req ? "yes" : "no", in pxa_ep_queue()
Dmv_u3d_core.c777 int is_first_req = 0; in mv_u3d_ep_queue() local
829 is_first_req = list_empty(&ep->req_list); in mv_u3d_ep_queue()
832 if (!is_first_req) { in mv_u3d_ep_queue()