Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c795 int bytes_ep, bufferspace, count, i; in read_packet() local
797 bytes_ep = ep_count_bytes_remain(ep); in read_packet()
804 count = min(bytes_ep, bufferspace); in read_packet()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A 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()

Completed in 8 milliseconds