Home
last modified time | relevance | path

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

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