Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c405 * ep_count_bytes_remain - get how many bytes in udc endpoint
410 static int ep_count_bytes_remain(struct pxa_ep *ep) in ep_count_bytes_remain() function
797 bytes_ep = ep_count_bytes_remain(ep); in read_packet()
1264 return ep_count_bytes_remain(ep) + 1; in pxa_ep_fifo_status()
1836 if (epout_has_pkt(ep) && (ep_count_bytes_remain(ep) == 0)) in handle_ep0_ctrl_req()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c403 * ep_count_bytes_remain - get how many bytes in udc endpoint
408 static int ep_count_bytes_remain(struct pxa_ep *ep) in ep_count_bytes_remain() function
795 bytes_ep = ep_count_bytes_remain(ep); in read_packet()
1263 return ep_count_bytes_remain(ep) + 1; in pxa_ep_fifo_status()
1836 if (epout_has_pkt(ep) && (ep_count_bytes_remain(ep) == 0)) in handle_ep0_ctrl_req()

Completed in 7 milliseconds