Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dudc-xilinx.c1870 unsigned int bytes_to_tx; in xudc_ep0_in() local
1879 bytes_to_tx = req->usb_req.length - req->usb_req.actual; in xudc_ep0_in()
1904 if (!bytes_to_tx) { in xudc_ep0_in()
1915 length = count = min_t(u32, bytes_to_tx, in xudc_ep0_in()