Home
last modified time | relevance | path

Searched refs:endpoints (Results 1 – 25 of 203) sorted by relevance

123456789

/openbmc/phosphor-inventory-manager/test/
H A Dassociations_test.cpp15 "endpoints":
46 "endpoints":
84 "endpoints":
106 "endpoints":
128 "endpoints":
195 auto& endpoints = x->second; in TEST_F() local
196 EXPECT_EQ(endpoints.size(), 2); in TEST_F()
199 auto& types = std::get<0>(endpoints[0]); in TEST_F()
203 auto& paths = std::get<1>(endpoints[0]); in TEST_F()
207 auto& types = std::get<0>(endpoints[1]); in TEST_F()
[all …]
/openbmc/linux/sound/soc/intel/common/
H A Dsoc-acpi-intel-tgl-match.c63 .endpoints = &single_endpoint,
72 .endpoints = &single_endpoint,
81 .endpoints = &spk_l_endpoint,
87 .endpoints = &spk_r_endpoint,
96 .endpoints = &single_endpoint,
105 .endpoints = &single_endpoint,
114 .endpoints = &spk_l_endpoint,
123 .endpoints = &spk_r_endpoint,
132 .endpoints = &single_endpoint,
141 .endpoints = &single_endpoint,
[all …]
H A Dsoc-acpi-intel-mtl-match.c124 .endpoints = &single_endpoint,
133 .endpoints = rt712_endpoints,
142 .endpoints = &single_endpoint,
151 .endpoints = &spk_l_endpoint,
157 .endpoints = &spk_r_endpoint,
166 .endpoints = &single_endpoint,
175 .endpoints = &spk_l_endpoint,
184 .endpoints = &spk_r_endpoint,
193 .endpoints = &spk_l_endpoint,
202 .endpoints = &spk_r_endpoint,
[all …]
H A Dsoc-acpi-intel-adl-match.c41 .endpoints = &single_endpoint,
50 .endpoints = &spk_l_endpoint,
59 .endpoints = &spk_r_endpoint,
68 .endpoints = &single_endpoint,
77 .endpoints = &single_endpoint,
86 .endpoints = &single_endpoint,
95 .endpoints = &spk_l_endpoint,
104 .endpoints = &spk_r_endpoint,
113 .endpoints = &spk_r_endpoint,
122 .endpoints = &spk_l_endpoint,
[all …]
H A Dsoc-acpi-intel-sdw-mockup-match.c38 .endpoints = &sdw_mockup_single_endpoint,
47 .endpoints = &sdw_mockup_single_endpoint,
56 .endpoints = &sdw_mockup_single_endpoint,
65 .endpoints = &sdw_mockup_single_endpoint,
74 .endpoints = &sdw_mockup_single_endpoint,
83 .endpoints = &sdw_mockup_single_endpoint,
92 .endpoints = &sdw_mockup_l_endpoint,
101 .endpoints = &sdw_mockup_r_endpoint,
H A Dsoc-acpi-intel-cml-match.c120 .endpoints = &single_endpoint,
138 .endpoints = &single_endpoint,
147 .endpoints = &single_endpoint,
156 .endpoints = &spk_l_endpoint,
165 .endpoints = &spk_r_endpoint,
174 .endpoints = &single_endpoint,
183 .endpoints = &single_endpoint,
192 .endpoints = &spk_l_endpoint,
201 .endpoints = &spk_r_endpoint,
210 .endpoints = &single_endpoint,
H A Dsoc-acpi-intel-rpl-match.c36 .endpoints = &single_endpoint,
54 .endpoints = &single_endpoint,
63 .endpoints = &single_endpoint,
72 .endpoints = &spk_l_endpoint,
81 .endpoints = &spk_r_endpoint,
90 .endpoints = &spk_r_endpoint,
99 .endpoints = &spk_l_endpoint,
108 .endpoints = &spk_r_endpoint,
117 .endpoints = &spk_l_endpoint,
126 .endpoints = &spk_r_endpoint,
[all …]
H A Dsoc-acpi-intel-icl-match.c72 .endpoints = &single_endpoint,
90 .endpoints = &single_endpoint,
99 .endpoints = &single_endpoint,
108 .endpoints = &spk_l_endpoint,
117 .endpoints = &spk_r_endpoint,
126 .endpoints = &single_endpoint,
/openbmc/phosphor-objmgr/src/
H A Dassociations.cpp20 auto& endpoints = std::get<endpointsPos>(iface->second); in updateEndpointsOnDbus() local
26 if (endpoints.empty()) in updateEndpointsOnDbus()
33 i->set_property("endpoints", endpoints); in updateEndpointsOnDbus()
36 else if (!endpoints.empty()) in updateEndpointsOnDbus()
39 i->register_property("endpoints", endpoints); in updateEndpointsOnDbus()
43 if (endpoints.empty()) in updateEndpointsOnDbus()
65 auto& endpoints = std::get<endpointsPos>(iface->second); in scheduleUpdateEndpointsOnDbus() local
67 if (endpoints.size() > endpointsCountTimerThreshold) in scheduleUpdateEndpointsOnDbus()
227 auto& endpoints = std::get<endpointsPos>(iface); in addEndpointsToAssocIfaces() local
232 if (std::find(endpoints.begin(), endpoints.end(), e) == endpoints.end()) in addEndpointsToAssocIfaces()
[all …]
/openbmc/linux/sound/usb/
H A Dmidi.c111 } endpoints[MIDI_MAX_ENDPOINTS]; member
351 struct snd_usb_midi_in_endpoint *in = umidi->endpoints[i].in; in snd_usbmidi_error_timer()
361 if (umidi->endpoints[i].out) in snd_usbmidi_error_timer()
362 snd_usbmidi_do_output(umidi->endpoints[i].out); in snd_usbmidi_error_timer()
1130 if (umidi->endpoints[i].out) in snd_usbmidi_output_open()
1132 if (umidi->endpoints[i].out->ports[j].substream == substream) { in snd_usbmidi_output_open()
1133 port = &umidi->endpoints[i].out->ports[j]; in snd_usbmidi_output_open()
1458 struct snd_usb_midi_endpoint *ep = &umidi->endpoints[i]; in snd_usbmidi_free()
1491 struct snd_usb_midi_endpoint *ep = &umidi->endpoints[i]; in snd_usbmidi_disconnect()
1855 struct snd_usb_midi_endpoint_info *endpoints) in snd_usbmidi_create_endpoints() argument
[all …]
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-networking/mctp/
H A Dmctp_%.bbappend5 file://setup-static-endpoints.conf \
7 file://setup-static-endpoints \
19 install -m 0644 ${UNPACKDIR}/setup-static-endpoints.conf \
20 ${override_dir}/setup-static-endpoints.conf
26 install -m 0755 ${UNPACKDIR}/setup-static-endpoints \
/openbmc/linux/drivers/media/i2c/adv748x/
H A Dadv748x.h94 #define is_tx_enabled(_tx) ((_tx)->state->endpoints[(_tx)->port] != NULL)
100 ((_state)->endpoints[ADV748X_PORT_AIN0] != NULL || \
101 (_state)->endpoints[ADV748X_PORT_AIN1] != NULL || \
102 (_state)->endpoints[ADV748X_PORT_AIN2] != NULL || \
103 (_state)->endpoints[ADV748X_PORT_AIN3] != NULL || \
104 (_state)->endpoints[ADV748X_PORT_AIN4] != NULL || \
105 (_state)->endpoints[ADV748X_PORT_AIN5] != NULL || \
106 (_state)->endpoints[ADV748X_PORT_AIN6] != NULL || \
107 (_state)->endpoints[ADV748X_PORT_AIN7] != NULL)
108 #define is_hdmi_enabled(_state) ((_state)->endpoints[ADV748X_PORT_HDMI] != NULL)
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/
H A D0001-Update-to-C-17-560.patch
/openbmc/phosphor-objmgr/src/test/util/
H A Dassociation_objects.hpp30 auto& endpoints = std::get<endpointsPos>(iface); in createDefaultInterfaceAssociation() local
31 endpoints.push_back(defaultEndpoint); in createDefaultInterfaceAssociation()
46 auto endpoints = std::get<endpointsPos>(iface); in addEndpointToInterfaceAssociation() local
47 endpoints.push_back(extraEndpoint); in addEndpointToInterfaceAssociation()
/openbmc/openbmc-tools/expectedJsonChecker/
H A DREADME.md110 "endpoints": ["/xyz/openbmc_project/inventory/system/chassis"]
113 "endpoints": [
130 "endpoints": ["/xyz/openbmc_project/inventory/system/chassis"]
133 "endpoints": [
151 "endpoints": ["/xyz/openbmc_project/inventory/system/chassis"]
154 "endpoints": [
171 "endpoints": ["/xyz/openbmc_project/inventory/system/chassis"]
174 "endpoints": [
195 "endpoints": ["/xyz/openbmc_project/inventory/system/chassis"]
198 "endpoints": [
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/MCTP/
H A DREADME.md7 `xyz.openbmc_project.MCTP.Endpoint` D-Bus interface to discover MCTP endpoints.
12 the removal of the MCTP endpoints and removes the D-Bus objects corresponding to
13 those endpoints. MCTP bridges are not modelled in the D-Bus.
21 The D-Bus object path for MCTP endpoints are named
24 ID. This aids in the enumeration of the endpoints belonging to an MCTP network.
27 interface to address the requirement for devices with multiple endpoints and for
/openbmc/docs/architecture/
H A Dobject-mapper.md129 - param: associationPath - the path to look for the association endpoints.
138 the associated endpoints
178 # All output must be in the association endpoints
181 xyz.openbmc_project.Association endpoints
195 subtree that implement certain interfaces and endpoints that end by input `id`.
214 the associated endpoints that end with `id`
260 # All output must be in the association endpoints that ends with the given `id`
264 xyz.openbmc_project.Association endpoints
315 - param: associationPath - the path to look for the association endpoints.
323 - array of object paths in that subtree that is in the associated endpoints
[all …]
/openbmc/linux/drivers/usb/gadget/udc/
H A DKconfig40 endpoints (plus endpoint zero).
66 fifo_mode = 0 is used to let the driver autoconfigure the endpoints.
68 mode and only 1 bank otherwise. For the rest of the endpoints
85 high speed USB Device Port with support for four fixed endpoints
98 The number of programmable endpoints is different through
124 endpoints (plus endpoint zero). This driver supports the
141 It has fifteen fixed-function endpoints, as well as endpoint
148 # if there's only one gadget driver, using only two bulk endpoints,
149 # don't waste memory for the other endpoints
164 It has nine configurable endpoints, and endpoint zero.
[all …]
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dgr-udc.txt21 - epobufsizes : Array of buffer sizes for OUT endpoints when they differ
25 only for as many endpoints as the array contains.
27 - epibufsizes : Array of buffer sizes for IN endpoints when they differ
31 only for as many endpoints as the array contains.
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_gadget_ep0.c27 #define next_ep0_request(musb) next_in_request(&(musb)->endpoints[0])
100 ep = &musb->endpoints[epnum].ep_in; in service_tx_status_request()
102 ep = &musb->endpoints[epnum].ep_out; in service_tx_status_request()
104 regs = musb->endpoints[epnum].regs; in service_tx_status_request()
135 musb_write_fifo(&musb->endpoints[0], len, result); in service_tx_status_request()
179 musb_g_giveback(&musb->endpoints[0].ep_in, req, 0); in musb_g_ep0_giveback()
251 ep = musb->endpoints + epnum; in service_zero_data_request()
415 ep = musb->endpoints + epnum; in service_zero_data_request()
489 musb_read_fifo(&musb->endpoints[0], count, buf); in ep0_rxstate()
542 musb_write_fifo(&musb->endpoints[0], fifo_count, fifo_src); in ep0_txstate()
[all …]
/openbmc/linux/drivers/usb/musb/
H A Dmusb_gadget_ep0.c21 #define next_ep0_request(musb) next_in_request(&(musb)->endpoints[0])
99 ep = &musb->endpoints[epnum].ep_in; in service_tx_status_request()
101 ep = &musb->endpoints[epnum].ep_out; in service_tx_status_request()
102 regs = musb->endpoints[epnum].regs; in service_tx_status_request()
133 musb_write_fifo(&musb->endpoints[0], len, result); in service_tx_status_request()
177 musb_g_giveback(&musb->endpoints[0].ep_in, req, 0); in musb_g_ep0_giveback()
249 ep = musb->endpoints + epnum; in service_zero_data_request()
409 ep = musb->endpoints + epnum; in service_zero_data_request()
484 musb_read_fifo(&musb->endpoints[0], count, buf); in ep0_rxstate()
538 musb_write_fifo(&musb->endpoints[0], fifo_count, fifo_src); in ep0_txstate()
[all …]
/openbmc/phosphor-objmgr/src/test/
H A Dassociations.cpp377 auto& endpoints = assoc->second; in TEST_F() local
378 EXPECT_EQ(endpoints.size(), 2); in TEST_F()
399 auto& endpoints = assoc->second; in TEST_F() local
400 EXPECT_EQ(endpoints.size(), 2); in TEST_F()
443 auto& endpoints = assoc->second; in TEST_F() local
444 EXPECT_EQ(endpoints.size(), 1); in TEST_F()
556 auto& endpoints = std::get<endpointsPos>(assocs->second); in TEST_F() local
559 EXPECT_TRUE(endpoints.empty()); in TEST_F()
564 auto& endpoints = std::get<endpointsPos>(assocs->second); in TEST_F() local
567 EXPECT_TRUE(endpoints.empty()); in TEST_F()
/openbmc/linux/Documentation/driver-api/cxl/
H A Dmemory-devices.rst25 multiple Host Bridges and endpoints while another may opt for fault tolerance
30 dictates which endpoints can participate in which Host Bridge decode regimes.
40 Ports. Each of those Root Ports are connected to 2-way switches with endpoints
41 connected to those downstream ports for a total of 8 endpoints::
55 "endpoints:port8":[
85 "endpoints:port12":[
121 "endpoints:port6":[
151 "endpoints:port10":[
186 decodes them to "ports", "ports" decode to "endpoints", and "endpoints"
/openbmc/linux/Documentation/driver-api/
H A Dinterconnect.rst65 Interconnect endpoints are the first or the last element of the path. Every
68 Interconnect path is everything between two endpoints including all the nodes
91 get paths between endpoints and set their bandwidth/latency/QoS requirements
124 # Configure node endpoints for the path from CPU to DDR on
130 # necessary after updating the node endpoints.
139 # process for different nodes endpoints.
/openbmc/linux/Documentation/usb/
H A Draw-gadget.rst37 4. Raw Gadget explicitly exposes information about endpoints addresses and
60 Note that some UDC drivers have fixed addresses assigned to endpoints, and
65 endpoints that the UDC driver has. Based on that, userspace must choose UDC
66 endpoints for the gadget and assign addresses in the endpoint descriptors
91 enabling endpoints; allow providing ``stream_id`` for bulk transfers).

123456789