Searched refs:usbhs_pipe_is_busy (Results 1 – 2 of 2) sorted by relevance
324 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()
105 #define usbhs_pipe_is_busy(p) usbhs_pipe_to_fifo(p) macro