Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/
H A Dpipe.h69 *usbhs_pipe_malloc(struct usbhs_priv *priv, int endpoint_type, int dir_in);
H A Dpipe.c693 int endpoint_type, in usbhs_pipe_malloc()
702 pipe = usbhsp_get_pipe(priv, endpoint_type); in usbhs_pipe_malloc()
705 usbhsp_pipe_name[endpoint_type]); in usbhs_pipe_malloc()
692 usbhs_pipe_malloc(struct usbhs_priv *priv, int endpoint_type, int dir_in) usbhs_pipe_malloc() argument
/kernel/linux/linux-6.6/drivers/usb/renesas_usbhs/
H A Dpipe.h69 *usbhs_pipe_malloc(struct usbhs_priv *priv, int endpoint_type, int dir_in);
H A Dpipe.c693 int endpoint_type, in usbhs_pipe_malloc()
702 pipe = usbhsp_get_pipe(priv, endpoint_type); in usbhs_pipe_malloc()
705 usbhsp_pipe_name[endpoint_type]); in usbhs_pipe_malloc()
692 usbhs_pipe_malloc(struct usbhs_priv *priv, int endpoint_type, int dir_in) usbhs_pipe_malloc() argument
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-mem.c954 u32 endpoint_type; in cdnsp_endpoint_init() local
959 endpoint_type = cdnsp_get_endpoint_type(pep->endpoint.desc); in cdnsp_endpoint_init()
960 if (!endpoint_type) in cdnsp_endpoint_init()
998 ep_ctx->ep_info2 = cpu_to_le32(EP_TYPE(endpoint_type) | in cdnsp_endpoint_init()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mem.c1455 u32 endpoint_type; in xhci_endpoint_init() local
1465 endpoint_type = xhci_get_endpoint_type(ep); in xhci_endpoint_init()
1466 if (!endpoint_type) in xhci_endpoint_init()
1529 ep_ctx->ep_info2 = cpu_to_le32(EP_TYPE(endpoint_type) | in xhci_endpoint_init()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-mem.c1406 u32 endpoint_type; in xhci_endpoint_init() local
1416 endpoint_type = xhci_get_endpoint_type(ep); in xhci_endpoint_init()
1417 if (!endpoint_type) in xhci_endpoint_init()
1480 ep_ctx->ep_info2 = cpu_to_le32(EP_TYPE(endpoint_type) | in xhci_endpoint_init()

Completed in 11 milliseconds