Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/renesas_usbhs/
Dfifo.c316 if (usbhs_pipe_is_busy(pipe) || in usbhsf_fifo_select()
463 if (usbhs_pipe_is_busy(pipe)) in usbhsf_dcp_data_stage_prepare_pop()
614 if (usbhs_pipe_is_busy(pipe)) in usbhsf_prepare_pop()
865 if (usbhs_pipe_is_busy(pipe)) in usbhsf_dma_prepare_push()
970 if (usbhs_pipe_is_busy(pipe)) in usbhsf_dma_prepare_pop_with_usb_dmac()
1044 if (usbhs_pipe_is_busy(pipe)) in usbhsf_dma_try_pop_with_rx_irq()
Dpipe.h104 #define usbhs_pipe_is_busy(p) usbhs_pipe_to_fifo(p) macro