Home
last modified time | relevance | path

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

/linux/drivers/usb/renesas_usbhs/
H A Dpipe.h18 u32 pipe_type; /* USB_ENDPOINT_XFER_xxx */ member
107 #define usbhs_pipe_type(p) ((p)->pipe_type)
108 #define usbhs_pipe_type_is(p, t) ((p)->pipe_type == t)
/linux/drivers/usb/dwc2/
H A Dhcd.h143 u8 pipe_type; member
477 return pipe->pipe_type; in dwc2_hcd_get_pipe_type()
497 return pipe->pipe_type == USB_ENDPOINT_XFER_ISOC; in dwc2_hcd_is_pipe_isoc()
502 return pipe->pipe_type == USB_ENDPOINT_XFER_INT; in dwc2_hcd_is_pipe_int()
507 return pipe->pipe_type == USB_ENDPOINT_XFER_BULK; in dwc2_hcd_is_pipe_bulk()
512 return pipe->pipe_type == USB_ENDPOINT_XFER_CONTROL; in dwc2_hcd_is_pipe_control()
H A Dhcd.c3845 urb->pipe_info.pipe_type = ep_type; in dwc2_hcd_urb_set_pipeinfo()