Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/renesas_usbhs/
H A Dfifo.c324 if (usbhs_pipe_is_busy(pipe) || in usbhsf_fifo_select()
468 if (usbhs_pipe_is_busy(pipe)) in usbhsf_dcp_data_stage_prepare_pop()
624 if (usbhs_pipe_is_busy(pipe)) in usbhsf_prepare_pop()
883 if (usbhs_pipe_is_busy(pipe)) in usbhsf_dma_prepare_push()
993 if (usbhs_pipe_is_busy(pipe)) in usbhsf_dma_prepare_pop_with_usb_dmac()
1066 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