Home
last modified time | relevance | path

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

/openbmc/libmctp/
H A Dlibmctp-cmds.h113 uint8_t endpoint_type; member
H A Dcontrol.c82 resp->endpoint_type = MCTP_CTRL_ENDPOINT_TYPE_SIMPLE | in mctp_ctrl_get_endpoint_id()
/openbmc/linux/drivers/usb/renesas_usbhs/
H A 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()
H A Dpipe.h69 *usbhs_pipe_malloc(struct usbhs_priv *priv, int endpoint_type, int dir_in);
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_uboot.c33 struct usb_device *dev, int endpoint_type, in construct_urb() argument
57 urb->ep->desc.bmAttributes = endpoint_type; in construct_urb()
/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/
H A D0001-Update-to-C-17-560.patch327 const endpoint_type& _remote,