Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/udc/
Dudc-xilinx.c1863 unsigned int bytes_to_tx; in xudc_ep0_in() local
1872 bytes_to_tx = req->usb_req.length - req->usb_req.actual; in xudc_ep0_in()
1897 if (!bytes_to_tx) { in xudc_ep0_in()
1908 length = count = min_t(u32, bytes_to_tx, in xudc_ep0_in()