Home
last modified time | relevance | path

Searched refs:usbhs_pipe_is_busy (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/renesas_usbhs/
H A Dfifo.c326 if (usbhs_pipe_is_busy(pipe) || in usbhsf_fifo_select()
470 if (usbhs_pipe_is_busy(pipe)) in usbhsf_dcp_data_stage_prepare_pop()
626 if (usbhs_pipe_is_busy(pipe)) in usbhsf_prepare_pop()
885 if (usbhs_pipe_is_busy(pipe)) in usbhsf_dma_prepare_push()
995 if (usbhs_pipe_is_busy(pipe)) in usbhsf_dma_prepare_pop_with_usb_dmac()
1068 if (usbhs_pipe_is_busy(pipe)) in usbhsf_dma_try_pop_with_rx_irq()
H A Dpipe.h105 #define usbhs_pipe_is_busy(p) usbhs_pipe_to_fifo(p) macro