/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | Endpoint_v1.xml | 4 <!--# Redfish Schema: Endpoint v1.8.2 --> 58 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint"> 62 <EntityType Name="Endpoint" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 63 …Annotation Term="OData.Description" String="The `Endpoint` schema contains the properties of an en… 64 …<Annotation Term="OData.LongDescription" String="This resource contains a fabric endpoint for a Re… 78 …escription" String="To unenumerate an endpoint that a service does not automatically discover, del… 96 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Endpoint.v1_0_0"> 100 <EntityType Name="Endpoint" BaseType="Endpoint.Endpoint"> 107 <Annotation Term="OData.Description" String="The protocol supported by this endpoint."/> 108 ….LongDescription" String="This property shall contain the protocol this endpoint uses to communica… [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | imx6q.dtsi | 223 ipu2_csi0_from_mipi_vc2: endpoint { 224 remote-endpoint = <&mipi_vc2_to_ipu2_csi0>; 231 ipu2_csi1_from_ipu2_csi1_mux: endpoint { 232 remote-endpoint = <&ipu2_csi1_mux_to_ipu2_csi1>; 239 ipu2_di0_disp0: endpoint@0 { 243 ipu2_di0_hdmi: endpoint@1 { 245 remote-endpoint = <&hdmi_mux_2>; 248 ipu2_di0_mipi: endpoint@2 { 250 remote-endpoint = <&mipi_mux_2>; 253 ipu2_di0_lvds0: endpoint@3 { [all …]
|
H A D | imx6dl.dtsi | 190 ipu1_csi0_mux_from_mipi_vc0: endpoint { 191 remote-endpoint = <&mipi_vc0_to_ipu1_csi0_mux>; 198 ipu1_csi0_mux_from_mipi_vc1: endpoint { 199 remote-endpoint = <&mipi_vc1_to_ipu1_csi0_mux>; 206 ipu1_csi0_mux_from_mipi_vc2: endpoint { 207 remote-endpoint = <&mipi_vc2_to_ipu1_csi0_mux>; 214 ipu1_csi0_mux_from_mipi_vc3: endpoint { 215 remote-endpoint = <&mipi_vc3_to_ipu1_csi0_mux>; 222 ipu1_csi0_mux_from_parallel_sensor: endpoint { 229 ipu1_csi0_mux_to_ipu1_csi0: endpoint { [all …]
|
H A D | r8a7795-salvator-x.dts | 68 rcar_dw_hdmi0_out: endpoint { 69 remote-endpoint = <&hdmi0_con>; 74 dw_hdmi0_snd_in: endpoint { 75 remote-endpoint = <&rsnd_endpoint1>; 82 remote-endpoint = <&rcar_dw_hdmi0_out>; 91 rcar_dw_hdmi1_out: endpoint { 92 remote-endpoint = <&hdmi1_con>; 97 dw_hdmi1_snd_in: endpoint { 98 remote-endpoint = <&rsnd_endpoint2>; 105 remote-endpoint = <&rcar_dw_hdmi1_out>; [all …]
|
H A D | r8a77995-draak.dts | 31 vga_in: endpoint { 32 remote-endpoint = <&adv7123_out>; 46 adv7123_in: endpoint { 47 remote-endpoint = <&du_out_rgb>; 52 adv7123_out: endpoint { 53 remote-endpoint = <&vga_in>; 63 composite_con_in: endpoint { 64 remote-endpoint = <&adv7180_in>; 74 hdmi_con_in: endpoint { 75 remote-endpoint = <&adv7612_in>; [all …]
|
H A D | meson-gxl-s905x-p212.dts | 19 cvbs_connector_in: endpoint { 20 remote-endpoint = <&cvbs_vdac_out>; 30 hdmi_connector_in: endpoint { 31 remote-endpoint = <&hdmi_tx_tmds_out>; 45 cvbs_vdac_out: endpoint { 46 remote-endpoint = <&cvbs_connector_in>; 58 hdmi_tx_tmds_out: endpoint { 59 remote-endpoint = <&hdmi_connector_in>;
|
H A D | r8a77970-eagle.dts | 37 hdmi_con_out: endpoint { 38 remote-endpoint = <&adv7511_out>; 63 thc63lvd1024_in: endpoint { 64 remote-endpoint = <&lvds0_out>; 70 thc63lvd1024_out: endpoint { 71 remote-endpoint = <&adv7511_in>; 145 adv7511_in: endpoint { 146 remote-endpoint = <&thc63lvd1024_out>; 152 adv7511_out: endpoint { 153 remote-endpoint = <&hdmi_con_out>; [all …]
|
H A D | r8a7792-blanche.dts | 66 adv7123_in: endpoint { 67 remote-endpoint = <&du_out_rgb1>; 72 adv7123_out: endpoint { 73 remote-endpoint = <&vga_in>; 84 hdmi_con: endpoint { 85 remote-endpoint = <&adv7511_out>; 94 vga_in: endpoint { 95 remote-endpoint = <&adv7123_out>; 296 adv7511_in: endpoint { 297 remote-endpoint = <&du_out_rgb0>; [all …]
|
/openbmc/dbus-sensors/src/tests/ |
H A D | test_MCTPReactor.cpp | 66 endpoint = std::make_shared<MockMCTPEndpoint>(); in SetUp() 67 EXPECT_CALL(*endpoint, device()) in SetUp() 69 EXPECT_CALL(*endpoint, describe()) in SetUp() 70 .WillRepeatedly(testing::Return("mock endpoint")); in SetUp() 71 EXPECT_CALL(*endpoint, eid()).WillRepeatedly(testing::Return(9)); in SetUp() 72 EXPECT_CALL(*endpoint, network()).WillRepeatedly(testing::Return(1)); in SetUp() 78 EXPECT_TRUE(testing::Mock::VerifyAndClearExpectations(endpoint.get())); in TearDown() 85 std::shared_ptr<MockMCTPEndpoint> endpoint; member in MCTPReactorFixture 99 std::make_error_code(std::errc::permission_denied), endpoint)); in TEST_F() 118 EXPECT_CALL(*endpoint, remove()).WillOnce(testing::Invoke([&]() { in TEST_F() [all …]
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | aspeed_usbtty.c | 160 int udc_endpoint_write(struct usb_endpoint_instance *endpoint) in udc_endpoint_write() argument 162 struct urb *urb = endpoint->tx_urb; in udc_endpoint_write() 169 if (!endpoint) { in udc_endpoint_write() 170 usberr("Error input: endpoint\n"); in udc_endpoint_write() 174 ep_num = endpoint->endpoint_address & USB_ENDPOINT_NUMBER_MASK; in udc_endpoint_write() 176 remaining_packet = urb->actual_length - endpoint->sent; in udc_endpoint_write() 178 if (endpoint->tx_packetSize < remaining_packet) in udc_endpoint_write() 179 length = endpoint->tx_packetSize; in udc_endpoint_write() 184 // ep_num, length, endpoint->sent, urb->actual_length); in udc_endpoint_write() 187 data += endpoint->sent; in udc_endpoint_write() [all …]
|
H A D | pxa27x_udc.c | 44 * If the endpoint has an active tx_urb, then the next packet of data from the 48 * endpoint->tx_packetSize. 50 * is given by endpoint->sent. 51 * endpoint->last is updated by this routine with the number of data bytes 54 static int udc_write_urb(struct usb_endpoint_instance *endpoint) in udc_write_urb() argument 56 struct urb *urb = endpoint->tx_urb; in udc_write_urb() 57 int ep_num = endpoint->endpoint_address & USB_ENDPOINT_NUMBER_MASK; in udc_write_urb() 66 n = min_t(unsigned int, urb->actual_length - endpoint->sent, in udc_write_urb() 67 endpoint->tx_packetSize); in udc_write_urb() 75 usbdbg("endpoint: sent %d, tx_packetSize %d, last %d", in udc_write_urb() [all …]
|
H A D | designware_udc.c | 142 /* Stall endpoint */ 248 * @endpoint: Endpoint pointer. 250 * If the endpoint has an active tx_urb, then the next packet of data from the 253 * one packet is given by endpoint->tx_packetSize. The number of data bytes 254 * from this URB that have already been transmitted is given by endpoint->sent. 255 * endpoint->last is updated by this routine with the number of data bytes 260 *endpoint) in dw_write_noniso_tx_fifo() 262 struct urb *urb = endpoint->tx_urb; in dw_write_noniso_tx_fifo() 271 last = min_t(u32, urb->actual_length - endpoint->sent, in dw_write_noniso_tx_fifo() 272 endpoint->tx_packetSize); in dw_write_noniso_tx_fifo() [all …]
|
H A D | core.c | 90 "ENDPOINT", /* 5 */ 253 * Return the specified endpoint descriptor for the specified device. 278 * Return the specified endpoint transfer size; 301 * @endpoint: which endpoint 303 * Return the specified endpoint descriptor for the specified device. 305 …b_device_instance *device, int port, int configuration, int interface, int alternate, int endpoint) in usbd_device_endpoint_descriptor() argument 311 if (endpoint_descriptor->bEndpointAddress == endpoint) { in usbd_device_endpoint_descriptor() 321 * @endpoint: endpoint to check 323 * Return non-zero if endpoint is halted. 325 int usbd_endpoint_halted (struct usb_device_instance *device, int endpoint) in usbd_endpoint_halted() argument [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | Endpoint.v1_8_2.json | 2 "$id": "http://redfish.dmtf.org/schemas/v1/Endpoint.v1_8_2.json", 3 "$ref": "#/definitions/Endpoint", 36 …ion": "Represents a remote resource that is connected to the network accessible to this endpoint.", 37 … type shall represent a remote resource that is connected to a network accessible to an endpoint.", 135 "Endpoint": { object 137 …"description": "The `Endpoint` schema contains the properties of an endpoint resource that represe… 138 … "longDescription": "This resource contains a fabric endpoint for a Redfish implementation.", 172 "description": "All the entities connected to this endpoint.", 176 …longDescription": "This property shall contain all entities to which this endpoint allows access.", 199 "description": "The protocol supported by this endpoint.", [all …]
|
H A D | EndpointGroup.v1_3_4.json | 77 …this property shall contain the access state for all associated resources in this endpoint group.", 100 "description": "The endpoints in this endpoint group.", 102 … "$ref": "http://redfish.dmtf.org/schemas/v1/Endpoint.json#/definitions/Endpoint" 104 …ain an array of links to resources of type `Endpoint` that represent the endpoints that are in thi… 121 "description": "The endpoint group type.", 122 …cription": "The value of this property shall contain the endpoint group type. If this endpoint gr… 131 "description": "The durable name for the endpoint group.", 132 … "longDescription": "This property shall contain the durable name for the endpoint group." 150 …"description": "An indication if access to the resources through the endpoint group is preferred.", 151 … of this property shall indicate if access to the resources through the endpoint group is preferre… [all …]
|
/openbmc/phosphor-certificate-manager/test/ |
H A D | argument_test.cpp | 17 "--endpoint", "abc", "--path", in TEST() 21 EXPECT_EQ(arguments.endpoint, "abc"); in TEST() 30 "--endpoint", "abc", "--path", in TEST() 34 EXPECT_EQ(arguments.endpoint, "abc"); in TEST() 43 "--endpoint", "abc", "--path", in TEST() 47 EXPECT_EQ(arguments.endpoint, "abc"); in TEST() 55 std::vector<const char*> argv = {"binary", "--type", "client", "--endpoint", in TEST() 59 EXPECT_EQ(arguments.endpoint, "abc"); in TEST() 68 "--endpoint", "abc", "--path", in TEST() 72 EXPECT_EQ(arguments.endpoint, "abc"); in TEST() [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/MCTP/ |
H A D | Endpoint.interface.yaml | 2 Describe an MCTP endpoint. It is an MCTP communication terminus. An MCTP 3 endpoint is a terminus or origin of MCTP packets or messages. The combined 15 layer protocols to address the destination endpoint. 21 endpoint. A numeric handle (logical address) that uniquely identifies 22 a particular MCTP endpoint within a system for MCTP communication and 23 message routing purposes. Endpoint IDs are unique among MCTP endpoints 27 referred to as "endpoint ID" and abbreviated as "EID". 32 List of MCTP message types supported by the MCTP endpoint. MCTP 47 configured_by association back to the object that drove the endpoint's
|
H A D | README.md | 7 `xyz.openbmc_project.MCTP.Endpoint` D-Bus interface to discover MCTP endpoints. 8 The supported MCTP message types in an endpoint are exposed by the 9 `SupportedMessageTypes` property in the `xyz.openbmc_project.MCTP.Endpoint` 10 interface. For example, if the endpoint supports PLDM then pldm daemon will 11 complete the PLDM discovery flow with the MCTP endpoint. Also mctpd discovers 18 will be a D-Bus object for every endpoint that is discovered by the mctpd. The 23 defined [network identifier][1] the endpoint is part of and EID is the endpoint 25 The D-Bus object implements the `xyz.openbmc_project.MCTP.Endpoint` interface.
|
/openbmc/dbus-sensors/src/mctp/ |
H A D | MCTPEndpoint.hpp | 75 * @brief Captures the behaviour of an endpoint at the MCTP layer 78 * of the endpoint configuration. If an endpoint is deconfigured such that its 91 * @return The Linux network ID of the network in which the endpoint 97 * @return The MCTP endpoint ID of the endpoint in its network 102 * @brief Subscribe to events produced by an endpoint object across its 106 * endpoint is unresponsive 109 * that communication with the degraded endpoint has been 113 * endpoint has been removed. 119 * @brief Remove the endpoint from its associated network 124 * @return A formatted string representing the endpoint in terms of its [all …]
|
/openbmc/pldm/requester/ |
H A D | mctp_endpoint_discovery.hpp | 21 constexpr const char* MCTPInterface = "xyz.openbmc_project.MCTP.Endpoint"; 91 * Endpoint is Added/Removed */ 98 * signal is triggered for MCTP endpoint's properties. 111 /** @brief Callback function when MCTP endpoint removedInterface 133 * updating the availability status of the MCTP endpoint 135 * @param[in] mctpInfo - information of the target endpoint 144 * and the availability status of each endpoint 161 /** @brief Erase the removed MCTP endpoint from existingMctpInfos. 172 /** @brief Get MCTP Endpoint D-Bus Properties in the 173 * `xyz.openbmc_project.MCTP.Endpoint` D-Bus interface [all …]
|
/openbmc/qemu/hw/usb/ |
H A D | redirect.c | 135 struct endp_data endpoint[MAX_ENDPOINTS]; member 387 if (dev->endpoint[i].pending_async_packet) { in usbredir_cancel_packet() 388 assert(dev->endpoint[i].pending_async_packet == p); in usbredir_cancel_packet() 389 dev->endpoint[i].pending_async_packet = NULL; in usbredir_cancel_packet() 412 if (dev->endpoint[USBEP2I(ep)].bulk_receiving_started) { in usbredir_fill_already_in_flight_from_ep() 468 if (!dev->endpoint[EP2I(ep)].bufpq_dropping_packets && in bufp_alloc() 469 dev->endpoint[EP2I(ep)].bufpq_size > in bufp_alloc() 470 2 * dev->endpoint[EP2I(ep)].bufpq_target_size) { in bufp_alloc() 472 dev->endpoint[EP2I(ep)].bufpq_dropping_packets = 1; in bufp_alloc() 476 if (dev->endpoint[EP2I(ep)].bufpq_dropping_packets) { in bufp_alloc() [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Association/ |
H A D | Definitions.interface.yaml | 4 endpoint/reverse. 9 An array of forward, reverse, endpoint tuples where: 11 reverse - The type of the association to create for the endpoint. 12 endpoint - The association endpoint.
|
/openbmc/pldm/fw-update/ |
H A D | inventory_manager.cpp | 30 "Failed to discover file descriptors for endpoint ID {EID} with {ERROR}", in discoverFDs() 61 … "Failed to encode query device identifiers request for endpoint ID {EID} with response code {RC}", in sendQueryDeviceIdentifiersRequest() 76 … "Failed to send query device identifiers request for endpoint ID {EID} with response code {RC}", in sendQueryDeviceIdentifiersRequest() 89 "No response received for query device identifiers for endpoint ID {EID}", in queryDeviceIdentifiers() 105 …"Failed to decode query device identifiers response for endpoint ID {EID} and descriptor count {DE… in queryDeviceIdentifiers() 113 … "Failed to query device identifiers response for endpoint ID {EID}, completion code {CC}", in queryDeviceIdentifiers() 130 …"Failed to decode descriptor type {TYPE}, length {LENGTH} and value for endpoint ID {EID}, respons… in queryDeviceIdentifiers() 155 … "Failed to decode vendor-defined descriptor value for endpoint ID {EID}, response code {RC}", in queryDeviceIdentifiers() 195 …"Failed to encode query downstream devices request for endpoint ID EID {EID} with response code {R… in sendQueryDownstreamDevicesRequest() 210 … "Failed to send QueryDownstreamDevices request for endpoint ID {EID} with response code {RC}", in sendQueryDownstreamDevicesRequest() [all …]
|
H A D | device_updater.cpp | 54 "Failed to encode request update request for endpoint ID '{EID}', response code '{RC}'", in startFwUpdateFlow() 67 "Failed to send request update for endpoint ID '{EID}', response code '{RC}'", in startFwUpdateFlow() 78 error("No response received for request update for endpoint ID '{EID}'", in requestUpdate() 93 … "Failed to decode request update response for endpoint ID '{EID}', response code '{RC}'", in requestUpdate() 100 "Failure in request update response for endpoint ID '{EID}', completion code '{CC}'", in requestUpdate() 186 … "Failed to encode pass component table req for endpoint ID '{EID}', response code '{RC}'", in sendPassCompTableRequest() 200 … "Failed to send pass component table request for endpoint ID '{EID}', response code '{RC}'", in sendPassCompTableRequest() 212 "No response received for pass component table for endpoint ID '{EID}'", in passCompTable() 229 … "Failed to decode pass component table response for endpoint ID '{EID}', response code '{RC}'", in passCompTable() 237 … "Failed to pass component table response for endpoint ID '{EID}', completion code '{CC}'", in passCompTable() [all …]
|
/openbmc/u-boot/Documentation/devicetree/bindings/misc/ |
H A D | gdsys,io-endpoint.txt | 1 gdsys IO endpoint of IHS FPGA devices 3 The IO endpoint of IHS FPGA devices is a packet-based transmission interface 8 - compatible: must be "gdsys,io-endpoint" 9 - reg: describes the address and length of the endpoint's register map (within 15 compatible = "gdsys,io-endpoint";
|