Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/renesas_usbhs/
H A Dmod_host.c124 #define usbhsh_uep_to_pipe(u) ((u)->pipe) macro
266 if (usbhsh_uep_to_pipe(uep)) { in usbhsh_pipe_attach()
296 usbhsh_uep_to_pipe(uep) = pipe; in usbhsh_pipe_attach()
340 pipe = usbhsh_uep_to_pipe(uep); in usbhsh_pipe_detach()
349 usbhsh_uep_to_pipe(uep) = NULL; in usbhsh_pipe_detach()
420 if (usbhsh_uep_to_pipe(uep)) in usbhsh_endpoint_detach()
665 struct usbhs_pipe *pipe = usbhsh_uep_to_pipe(uep); in usbhsh_queue_push()
871 struct usbhs_pipe *pipe = usbhsh_uep_to_pipe(uep); in usbhsh_dcp_queue_push()