Searched refs:endpoint_type (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/usb/renesas_usbhs/
H A Dpipe.h78 *usbhs_pipe_malloc(struct usbhs_priv *priv, int endpoint_type, int dir_in);
H A Dpipe.c741 int endpoint_type, usbhs_pipe_malloc()
750 pipe = usbhsp_get_pipe(priv, endpoint_type); usbhs_pipe_malloc()
753 usbhsp_pipe_name[endpoint_type]); usbhs_pipe_malloc()
740 usbhs_pipe_malloc(struct usbhs_priv *priv, int endpoint_type, int dir_in) usbhs_pipe_malloc() argument
/linux-4.1.27/drivers/usb/host/
H A Dxhci-mem.c1412 u32 endpoint_type; xhci_endpoint_init() local
1417 endpoint_type = xhci_get_endpoint_type(ep); xhci_endpoint_init()
1418 if (!endpoint_type) xhci_endpoint_init()
1420 ep_ctx->ep_info2 = cpu_to_le32(endpoint_type); xhci_endpoint_init()

Completed in 118 milliseconds