Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/renesas_usbhs/
Dpipe.h96 void usbhs_pipe_set_trans_count_if_bulk(struct usbhs_pipe *pipe, int len);
Dfifo.c515 usbhs_pipe_set_trans_count_if_bulk(pipe, pkt->length); in usbhsf_pio_try_push()
633 usbhs_pipe_set_trans_count_if_bulk(pipe, pkt->length); in usbhsf_prepare_pop()
840 usbhs_pipe_set_trans_count_if_bulk(pipe, pkt->trans); in xfer_work()
Dpipe.c359 void usbhs_pipe_set_trans_count_if_bulk(struct usbhs_pipe *pipe, int len) in usbhs_pipe_set_trans_count_if_bulk() function