Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/renesas_usbhs/
Dpipe.c678 int endpoint_type, in usbhs_pipe_malloc() argument
687 pipe = usbhsp_get_pipe(priv, endpoint_type); in usbhs_pipe_malloc()
690 usbhsp_pipe_name[endpoint_type]); in usbhs_pipe_malloc()
Dpipe.h69 *usbhs_pipe_malloc(struct usbhs_priv *priv, int endpoint_type, int dir_in);
/Linux-v4.19/drivers/usb/host/
Dxhci-mem.c1433 u32 endpoint_type; in xhci_endpoint_init() local
1443 endpoint_type = xhci_get_endpoint_type(ep); in xhci_endpoint_init()
1444 if (!endpoint_type) in xhci_endpoint_init()
1501 ep_ctx->ep_info2 = cpu_to_le32(EP_TYPE(endpoint_type) | in xhci_endpoint_init()