Searched refs:usbhs_pipe_set_trans_count_if_bulk (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/ |
H A D | pipe.h | 91 void usbhs_pipe_set_trans_count_if_bulk(struct usbhs_pipe *pipe, int len);
|
H A D | fifo.c | 516 usbhs_pipe_set_trans_count_if_bulk(pipe, pkt->length); in usbhsf_pio_try_push() 639 usbhs_pipe_set_trans_count_if_bulk(pipe, pkt->length); in usbhsf_prepare_pop() 853 usbhs_pipe_set_trans_count_if_bulk(pipe, pkt->trans); in usbhsf_dma_xfer_preparing()
|
H A D | pipe.c | 372 void usbhs_pipe_set_trans_count_if_bulk(struct usbhs_pipe *pipe, int len) in usbhs_pipe_set_trans_count_if_bulk() function
|
/kernel/linux/linux-6.6/drivers/usb/renesas_usbhs/ |
H A D | pipe.h | 91 void usbhs_pipe_set_trans_count_if_bulk(struct usbhs_pipe *pipe, int len);
|
H A D | fifo.c | 518 usbhs_pipe_set_trans_count_if_bulk(pipe, pkt->length); in usbhsf_pio_try_push() 641 usbhs_pipe_set_trans_count_if_bulk(pipe, pkt->length); in usbhsf_prepare_pop() 855 usbhs_pipe_set_trans_count_if_bulk(pipe, pkt->trans); in usbhsf_dma_xfer_preparing()
|
H A D | pipe.c | 372 void usbhs_pipe_set_trans_count_if_bulk(struct usbhs_pipe *pipe, int len) in usbhs_pipe_set_trans_count_if_bulk() function
|
Completed in 7 milliseconds