Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/renesas_usbhs/
Dpipe.c693 int endpoint_type, in usbhs_pipe_malloc() argument
702 pipe = usbhsp_get_pipe(priv, endpoint_type); in usbhs_pipe_malloc()
705 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-6.1.9/drivers/usb/cdns3/
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()
/linux-6.1.9/drivers/usb/host/
Dxhci-mem.c1428 u32 endpoint_type; in xhci_endpoint_init() local
1438 endpoint_type = xhci_get_endpoint_type(ep); in xhci_endpoint_init()
1439 if (!endpoint_type) in xhci_endpoint_init()
1502 ep_ctx->ep_info2 = cpu_to_le32(EP_TYPE(endpoint_type) | in xhci_endpoint_init()