Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/gadget/udc/
Dpxa27x_udc.c793 int bytes_ep, bufferspace, count, i; in read_packet() local
795 bytes_ep = ep_count_bytes_remain(ep); in read_packet()
802 count = min(bytes_ep, bufferspace); in read_packet()