Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/isp1760/
Disp1760-udc.c326 bool need_zlp; in isp1760_ep_tx_complete() local
359 need_zlp = req->req.actual == req->req.length && in isp1760_ep_tx_complete()
366 req->packet_size, req->req.zero, need_zlp); in isp1760_ep_tx_complete()
372 if (req->req.actual == req->req.length && !need_zlp) { in isp1760_ep_tx_complete()