Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c390 struct tegra_xudc_trb *last_trb; member
1196 req->last_trb = trb; in tegra_xudc_queue_trbs()
1283 req->last_trb = NULL; in __tegra_xudc_ep_queue()
1373 req->last_trb = NULL; in squeeze_transfer_ring()
1388 req->first_trb, req->last_trb, trb); in trb_in_request()
1390 if (trb >= req->first_trb && (trb <= req->last_trb || in trb_in_request()
1391 req->last_trb < req->first_trb)) in trb_in_request()
1394 if (trb < req->first_trb && trb <= req->last_trb && in trb_in_request()
1395 req->last_trb < req->first_trb) in trb_in_request()
1412 __func__, req->first_trb, req->last_trb, enq_trb, trb); in trb_before_request()
[all …]