Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/renesas_usbhs/
Dpipe.h27 u32 pipe_type; /* USB_ENDPOINT_XFER_xxx */ member
112 #define usbhs_pipe_type(p) ((p)->pipe_type)
113 #define usbhs_pipe_type_is(p, t) ((p)->pipe_type == t)
Dpipe.c854 u32 *pipe_type = usbhs_get_dparam(priv, pipe_type); in usbhs_pipe_probe() local
859 if (pipe_type[0] != USB_ENDPOINT_XFER_CONTROL) { in usbhs_pipe_probe()
879 pipe_type[i] & USB_ENDPOINT_XFERTYPE_MASK; in usbhs_pipe_probe()
882 i, usbhsp_pipe_name[pipe_type[i]]); in usbhs_pipe_probe()
Dcommon.c565 if (!priv->dparam.pipe_type) { in usbhs_probe()
566 priv->dparam.pipe_type = usbhsc_new_pipe_type; in usbhs_probe()
587 if (!priv->dparam.pipe_type) { in usbhs_probe()
588 priv->dparam.pipe_type = usbhsc_default_pipe_type; in usbhs_probe()
Dmod_host.c1417 u32 *pipe_type = usbhs_get_dparam(priv, pipe_type); in usbhsh_pipe_init_for_host() local
1445 dir_in = (pipe_type[i] == old_type); in usbhsh_pipe_init_for_host()
1446 old_type = pipe_type[i]; in usbhsh_pipe_init_for_host()
1448 if (USB_ENDPOINT_XFER_CONTROL == pipe_type[i]) { in usbhsh_pipe_init_for_host()
1453 pipe_type[i], in usbhsh_pipe_init_for_host()
/linux-4.1.27/drivers/usb/dwc2/
Dhcd.h167 u8 pipe_type; member
411 return pipe->pipe_type; in dwc2_hcd_get_pipe_type()
426 return pipe->pipe_type == USB_ENDPOINT_XFER_ISOC; in dwc2_hcd_is_pipe_isoc()
431 return pipe->pipe_type == USB_ENDPOINT_XFER_INT; in dwc2_hcd_is_pipe_int()
436 return pipe->pipe_type == USB_ENDPOINT_XFER_BULK; in dwc2_hcd_is_pipe_bulk()
441 return pipe->pipe_type == USB_ENDPOINT_XFER_CONTROL; in dwc2_hcd_is_pipe_control()
Dhcd_intr.c961 int pipe_type; in dwc2_hc_xfercomp_intr() local
972 pipe_type = dwc2_hcd_get_pipe_type(&urb->pipe_info); in dwc2_hc_xfercomp_intr()
976 if (pipe_type == USB_ENDPOINT_XFER_ISOC) in dwc2_hc_xfercomp_intr()
996 switch (pipe_type) { in dwc2_hc_xfercomp_intr()
1092 int pipe_type; in dwc2_hc_stall_intr() local
1106 pipe_type = dwc2_hcd_get_pipe_type(&urb->pipe_info); in dwc2_hc_stall_intr()
1108 if (pipe_type == USB_ENDPOINT_XFER_CONTROL) in dwc2_hc_stall_intr()
1111 if (pipe_type == USB_ENDPOINT_XFER_BULK || in dwc2_hc_stall_intr()
1112 pipe_type == USB_ENDPOINT_XFER_INT) { in dwc2_hc_stall_intr()
Dhcd.c1871 urb->pipe_info.pipe_type = ep_type; in dwc2_hcd_urb_set_pipeinfo()
/linux-4.1.27/include/linux/usb/
Drenesas_usbhs.h112 u32 *pipe_type; /* array of USB_ENDPOINT_XFER_xxx (from ep0) */ member
/linux-4.1.27/arch/arm/mach-shmobile/
Dboard-kzm9g.c255 .pipe_type = usbhs_pipe_cfg,