Home
last modified time | relevance | path

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

/linux/drivers/usb/renesas_usbhs/
H A Dfifo.c510 int maxp = usbhs_pipe_get_maxpacket(pipe); in usbhsf_pio_try_push()
658 int maxp = usbhs_pipe_get_maxpacket(pipe); in usbhsf_pio_try_pop()
946 int is_short = pkt->trans % usbhs_pipe_get_maxpacket(pipe); in usbhsf_dma_push_done()
1142 int maxp = usbhs_pipe_get_maxpacket(pipe); in usbhsf_dma_pop_done_with_rx_irq()
1168 int maxp = usbhs_pipe_get_maxpacket(pipe); in usbhs_dma_calc_received_size()
H A Dpipe.h81 int usbhs_pipe_get_maxpacket(struct usbhs_pipe *pipe);
H A Dpipe.c389 int maxp = usbhs_pipe_get_maxpacket(pipe); in usbhs_pipe_set_trans_count_if_bulk()
535 int usbhs_pipe_get_maxpacket(struct usbhs_pipe *pipe) in usbhs_pipe_get_maxpacket() function