Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/driver-api/mmc/
H A Dmmc-async-req.rst69 The argument is_first_req in pre_req() indicates that there is no previous
75 Pseudocode to handle is_first_req scenario with minimal prepare overhead::
77 if (is_first_req && req->size > threshold)
/openbmc/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c1052 int is_first_req; in pxa_ep_queue() local
1085 is_first_req = list_empty(&ep->queue); in pxa_ep_queue()
1087 _req, is_first_req ? "yes" : "no", in pxa_ep_queue()
H A Dmv_u3d_core.c776 int is_first_req = 0; in mv_u3d_ep_queue() local
828 is_first_req = list_empty(&ep->req_list); in mv_u3d_ep_queue()
831 if (!is_first_req) { in mv_u3d_ep_queue()