Home
last modified time | relevance | path

Searched defs:endpoint (Results 1 – 25 of 51) sorted by relevance

123

/openbmc/boost-dbus/include/dbus/
H A Dendpoint.hpp15 class endpoint { class
22 endpoint(const string& process_name, const string& path, in endpoint() function in dbus::endpoint
26 endpoint(const string& process_name, const string& path, in endpoint() function in dbus::endpoint
/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa27x_udc.c54 static int udc_write_urb(struct usb_endpoint_instance *endpoint) in udc_write_urb()
135 static int udc_read_urb(struct usb_endpoint_instance *endpoint) in udc_read_urb()
202 static void udc_handle_ep0(struct usb_endpoint_instance *endpoint) in udc_handle_ep0()
370 static void udc_handle_ep(struct usb_endpoint_instance *endpoint) in udc_handle_ep()
405 struct usb_endpoint_instance *endpoint; in udc_irq() local
517 int udc_endpoint_write(struct usb_endpoint_instance *endpoint) in udc_endpoint_write()
524 struct usb_endpoint_instance *endpoint) in udc_setup_ep()
H A Ddesignware_udc.c259 static void dw_write_noniso_tx_fifo(struct usb_endpoint_instance in dw_write_noniso_tx_fifo()
303 static void dw_udc_setup(struct usb_endpoint_instance *endpoint) in dw_udc_setup()
357 static void dw_udc_ep0_rx(struct usb_endpoint_instance *endpoint) in dw_udc_ep0_rx()
391 static void dw_udc_ep0_tx(struct usb_endpoint_instance *endpoint) in dw_udc_ep0_tx()
469 struct usb_endpoint_instance *endpoint = dw_find_ep(ep); in dw_udc_epn_rx() local
492 struct usb_endpoint_instance *endpoint = dw_find_ep(ep); in dw_udc_epn_tx() local
535 int udc_endpoint_write(struct usb_endpoint_instance *endpoint) in udc_endpoint_write()
589 u32 ep, struct usb_endpoint_instance *endpoint) in udc_setup_ep()
H A Daspeed_usbtty.c160 int udc_endpoint_write(struct usb_endpoint_instance *endpoint) in udc_endpoint_write()
208 static void aspeed_udc_ep_handle(struct usb_endpoint_instance *endpoint) in aspeed_udc_ep_handle()
232 static void aspeed_udc_ep0_rx(struct usb_endpoint_instance *endpoint) in aspeed_udc_ep0_rx()
255 static void aspeed_udc_ep0_out(struct usb_endpoint_instance *endpoint) in aspeed_udc_ep0_out()
271 static void aspeed_udc_ep0_tx(struct usb_endpoint_instance *endpoint) in aspeed_udc_ep0_tx()
320 void aspeed_udc_ep0_in(struct usb_endpoint_instance *endpoint) in aspeed_udc_ep0_in()
379 static void aspeed_udc_setup_handle(struct usb_endpoint_instance *endpoint) in aspeed_udc_setup_handle()
569 struct usb_endpoint_instance *endpoint) in udc_setup_ep()
H A Dcore.c305 …b_device_instance *device, int port, int configuration, int interface, int alternate, int endpoint) in usbd_device_endpoint_descriptor()
325 int usbd_endpoint_halted (struct usb_device_instance *device, int endpoint) in usbd_endpoint_halted()
339 void usbd_rcv_complete(struct usb_endpoint_instance *endpoint, int len, int urb_bad) in usbd_rcv_complete()
382 void usbd_tx_complete (struct usb_endpoint_instance *endpoint) in usbd_tx_complete()
535 struct usb_endpoint_instance *endpoint) in usbd_alloc_urb()
/openbmc/phosphor-certificate-manager/test/
H A Dcerts_manager_test.cpp266 std::string endpoint("https"); in TEST_F() local
289 std::string endpoint("ldap"); in TEST_F() local
312 std::string endpoint("truststore"); in TEST_F() local
355 std::string endpoint("truststore"); in TEST_F() local
396 std::string endpoint("truststore"); in TEST_F() local
452 std::string endpoint("truststore"); in TEST_F() local
510 std::string endpoint("truststore"); in TEST_F() local
586 std::string endpoint("ldap"); in TEST_F() local
610 std::string endpoint("ldap"); in TEST_F() local
643 std::string endpoint("ldap"); in TEST_F() local
[all …]
/openbmc/bmcweb/include/
H A Dasync_resolve.hpp28 boost::asio::ip::tcp::endpoint& endpoint) in endpointFromResolveTuple()
113 boost::asio::ip::tcp::endpoint endpoint; in async_resolve() local
/openbmc/bmcweb/http/
H A Dtest_stream.hpp21 using endpoint = boost::asio::ip::tcp::endpoint; typedef
/openbmc/u-boot/drivers/serial/
H A Dusbtty.c393 struct usb_endpoint_instance *endpoint = in usbtty_tstc() local
414 struct usb_endpoint_instance *endpoint = in usbtty_getc() local
809 struct usb_endpoint_instance *endpoint) in next_urb()
846 struct usb_endpoint_instance *endpoint = in write_buffer() local
914 struct usb_endpoint_instance *endpoint = in fill_buffer() local
/openbmc/phosphor-objmgr/src/
H A Dassociations.cpp334 __anoneaa8e51a0202(const auto& endpoint) addPendingAssociation() argument
351 auto endpoint = assoc->second.begin(); removeFromPendingAssociations() local
376 addSingleAssociation(boost::asio::io_context & io,sdbusplus::asio::object_server & server,const std::string & assocPath,const std::string & endpoint,const std::string & owner,const std::string & ownerPath,AssociationMaps & assocMaps) addSingleAssociation() argument
433 auto endpoint = pending->second.begin(); checkIfPendingAssociation() local
519 auto endpoint = findAssociations() local
[all...]
/openbmc/phosphor-certificate-manager/
H A Dargument.hpp11 std::string endpoint; // d-bus endpoint member
/openbmc/dbus-sensors/src/
H A DMctpAsioEndpoint.hpp33 boost::asio::generic::datagram_protocol::endpoint endpoint; member
/openbmc/dbus-sensors/src/tests/
H A Dtest_MCTPReactor.cpp85 std::shared_ptr<MockMCTPEndpoint> endpoint; member in MCTPReactorFixture
220 auto endpoint = std::make_shared<MockMCTPEndpoint>(); in TEST() local
/openbmc/u-boot/drivers/usb/musb/
H A Dmusb_udc.c479 struct usb_endpoint_instance *endpoint; in musb_peri_ep0_rx() local
640 struct usb_endpoint_instance *endpoint; in musb_peri_rx_ep() local
805 int udc_endpoint_write(struct usb_endpoint_instance *endpoint) in udc_endpoint_write()
862 struct usb_endpoint_instance *endpoint) in udc_setup_ep()
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_iommu.h77 uint32_t endpoint; member
86 uint32_t endpoint; member
141 uint32_t endpoint; member
166 uint32_t endpoint; member
/openbmc/u-boot/include/
H A Dusb.h339 #define create_pipe(dev,endpoint) \ argument
344 #define usb_sndctrlpipe(dev, endpoint) ((PIPE_CONTROL << 30) | \ argument
346 #define usb_rcvctrlpipe(dev, endpoint) ((PIPE_CONTROL << 30) | \ argument
349 #define usb_sndisocpipe(dev, endpoint) ((PIPE_ISOCHRONOUS << 30) | \ argument
351 #define usb_rcvisocpipe(dev, endpoint) ((PIPE_ISOCHRONOUS << 30) | \ argument
354 #define usb_sndbulkpipe(dev, endpoint) ((PIPE_BULK << 30) | \ argument
356 #define usb_rcvbulkpipe(dev, endpoint) ((PIPE_BULK << 30) | \ argument
359 #define usb_sndintpipe(dev, endpoint) ((PIPE_INTERRUPT << 30) | \ argument
361 #define usb_rcvintpipe(dev, endpoint) ((PIPE_INTERRUPT << 30) | \ argument
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Drest.json6 "endpoint": "/device1", string
42 "endpoint": "/anon1", string
77 "endpoint": "/anon2", string
/openbmc/phosphor-led-manager/fault-monitor/
H A Doperational-status-monitor.cpp67 PropertyValue endpoint{}; in getLedGroupPaths() local
/openbmc/phosphor-inventory-manager/
H A Dassociation_manager.cpp234 for (const auto& endpoint : jsonAssoc.at("endpoints")) in load() local
266 for (const auto& endpoint : endpoints->second) in createAssociations() local
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dendpoint.hpp6 namespace endpoint namespace
/openbmc/qemu/tests/unit/
H A Dtest-crypto-tlscredsx509.c39 static QCryptoTLSCreds *test_tls_creds_create(QCryptoTLSCredsEndpoint endpoint, in test_tls_creds_create()
H A Dtest-crypto-tlssession.c75 QCryptoTLSCredsEndpoint endpoint, in test_tls_creds_psk_create()
205 QCryptoTLSCredsEndpoint endpoint, in test_tls_creds_x509_create()
/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware.cpp60 std::string endpoint = ""; in createInventoryAssociations() local
/openbmc/libmctp/tests/
H A Dtest_cmds.c81 struct mctp *endpoint = mctp_init(); in send_transport_control_message() local
/openbmc/qemu/migration/
H A Dtls.c32 migration_tls_get_creds(QCryptoTLSCredsEndpoint endpoint, Error **errp) in migration_tls_get_creds()

123