Home
last modified time | relevance | path

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

/linux/drivers/usb/isp1760/
H A Disp1760-udc.c381 bool need_zlp; in isp1760_ep_tx_complete() local
414 need_zlp = req->req.actual == req->req.length && in isp1760_ep_tx_complete()
421 req->packet_size, req->req.zero, need_zlp); in isp1760_ep_tx_complete()
427 if (req->req.actual == req->req.length && !need_zlp) { in isp1760_ep_tx_complete()