Searched refs:endpoint_type (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/ |
| H A D | socket | 528 using endpoint_type = typename protocol_type::endpoint; 652 endpoint_type 655 endpoint_type __endpoint; 662 return endpoint_type{}; 673 bind(const endpoint_type& __endpoint, error_code& __ec) 686 _Protocol _M_protocol{ endpoint_type{}.protocol() }; 714 typedef typename protocol_type::endpoint endpoint_type; 867 bind(const endpoint_type& __endpoint) 871 bind(const endpoint_type& __endpoint, error_code& __ec) 890 endpoint_type [all …]
|
| H A D | internet | 1598 typedef typename _InternetProtocol::endpoint endpoint_type; 1603 basic_resolver_entry(const endpoint_type& __ep, 1608 endpoint_type endpoint() const { return _M_ep; } 1609 operator endpoint_type() const { return _M_ep; } 1721 typedef typename protocol_type::endpoint endpoint_type; 1770 basic_resolver_results(const endpoint_type&, error_code&); 1802 typedef typename _InternetProtocol::endpoint endpoint_type; 1925 resolve(const endpoint_type& __ep) 1929 resolve(const endpoint_type& __ep, error_code& __ec) 1934 async_resolve(const endpoint_type& __ep, _CompletionToken&& __token); [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/ |
| H A D | socket | 528 using endpoint_type = typename protocol_type::endpoint; 652 endpoint_type 655 endpoint_type __endpoint; 662 return endpoint_type{}; 673 bind(const endpoint_type& __endpoint, error_code& __ec) 686 _Protocol _M_protocol{ endpoint_type{}.protocol() }; 714 typedef typename protocol_type::endpoint endpoint_type; 867 bind(const endpoint_type& __endpoint) 871 bind(const endpoint_type& __endpoint, error_code& __ec) 890 endpoint_type [all …]
|
| H A D | internet | 1598 typedef typename _InternetProtocol::endpoint endpoint_type; 1603 basic_resolver_entry(const endpoint_type& __ep, 1608 endpoint_type endpoint() const { return _M_ep; } 1609 operator endpoint_type() const { return _M_ep; } 1721 typedef typename protocol_type::endpoint endpoint_type; 1770 basic_resolver_results(const endpoint_type&, error_code&); 1802 typedef typename _InternetProtocol::endpoint endpoint_type; 1925 resolve(const endpoint_type& __ep) 1929 resolve(const endpoint_type& __ep, error_code& __ec) 1934 async_resolve(const endpoint_type& __ep, _CompletionToken&& __token); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/renesas_usbhs/ |
| H A D | pipe.c | 693 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 D | pipe.h | 69 *usbhs_pipe_malloc(struct usbhs_priv *priv, int endpoint_type, int dir_in);
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb-new/ |
| H A D | musb_uboot.c | 36 struct usb_device *dev, int endpoint_type, in construct_urb() argument 60 urb->ep->desc.bmAttributes = endpoint_type; in construct_urb()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci-mem.c | 386 u32 endpoint_type, enum xhci_ring_type ring_type, in xhci_vendor_alloc_transfer_ring() argument 392 return ops->alloc_transfer_ring(xhci, endpoint_type, ring_type, in xhci_vendor_alloc_transfer_ring() 1510 u32 endpoint_type; in xhci_endpoint_init() local 1520 endpoint_type = xhci_get_endpoint_type(ep); in xhci_endpoint_init() 1521 if (!endpoint_type) in xhci_endpoint_init() 1575 xhci_vendor_alloc_transfer_ring(xhci, endpoint_type, ring_type, in xhci_endpoint_init() 1592 ep_ctx->ep_info2 = cpu_to_le32(EP_TYPE(endpoint_type) | in xhci_endpoint_init()
|
| H A D | xhci.h | 2257 u32 endpoint_type, enum xhci_ring_type ring_type,
|