Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/renesas_usbhs/
Dfifo.c296 if (usbhs_pipe_is_busy(pipe) || in usbhsf_fifo_select()
443 if (usbhs_pipe_is_busy(pipe)) in usbhsf_dcp_data_stage_prepare_pop()
588 if (usbhs_pipe_is_busy(pipe)) in usbhsf_prepare_pop()
821 if (usbhs_pipe_is_busy(pipe)) in usbhsf_dma_prepare_push()
895 if (usbhs_pipe_is_busy(pipe)) in usbhsf_dma_try_pop()
Dpipe.h103 #define usbhs_pipe_is_busy(p) usbhs_pipe_to_fifo(p) macro