Home
last modified time | relevance | path

Searched full:endpoints (Results 1 – 25 of 630) sorted by relevance

12345678910>>...26

/linux-6.14.4/sound/soc/intel/common/
Dsoc-acpi-intel-mtl-match.c161 * RT722 is a multi-function codec, three endpoints are created for
203 .endpoints = &single_endpoint,
212 .endpoints = rt712_endpoints,
221 .endpoints = rt712_vb_endpoints,
230 .endpoints = &single_endpoint,
239 .endpoints = rt722_endpoints,
248 .endpoints = &single_endpoint,
257 .endpoints = &single_endpoint,
266 .endpoints = &spk_l_endpoint,
272 .endpoints = &spk_r_endpoint,
[all …]
Dsoc-acpi-intel-tgl-match.c73 .endpoints = &single_endpoint,
82 .endpoints = &single_endpoint,
91 .endpoints = &spk_l_endpoint,
97 .endpoints = &spk_r_endpoint,
106 .endpoints = &single_endpoint,
115 .endpoints = &single_endpoint,
124 .endpoints = &spk_l_endpoint,
133 .endpoints = &spk_r_endpoint,
142 .endpoints = &single_endpoint,
151 .endpoints = &single_endpoint,
[all …]
Dsoc-acpi-intel-lnl-match.c70 * RT722 is a multi-function codec, three endpoints are created for
166 .endpoints = &spk_l_endpoint,
172 .endpoints = &spk_2_endpoint,
181 .endpoints = &spk_r_endpoint,
187 .endpoints = &spk_3_endpoint,
196 .endpoints = &spk_l_endpoint,
202 .endpoints = &spk_r_endpoint,
211 .endpoints = cs42l43_endpoints,
220 .endpoints = &single_endpoint,
229 .endpoints = rt712_endpoints,
[all …]
Dsoc-acpi-intel-arl-match.c48 * RT722 is a multi-function codec, three endpoints are created for
76 .endpoints = &spk_l_endpoint,
82 .endpoints = &spk_r_endpoint,
91 .endpoints = &spk_l_endpoint,
97 .endpoints = &spk_r_endpoint,
106 .endpoints = &spk_r_endpoint,
112 .endpoints = &spk_3_endpoint,
121 .endpoints = &spk_l_endpoint,
127 .endpoints = &spk_2_endpoint,
136 .endpoints = &spk_r_endpoint,
[all …]
Dsoc-acpi-intel-adl-match.c56 .endpoints = &spk_r_endpoint,
62 .endpoints = &spk_3_endpoint,
71 .endpoints = &spk_l_endpoint,
77 .endpoints = &spk_2_endpoint,
113 .endpoints = cs42l43_endpoints,
122 .endpoints = &single_endpoint,
131 .endpoints = &spk_l_endpoint,
140 .endpoints = &spk_r_endpoint,
149 .endpoints = &single_endpoint,
158 .endpoints = &single_endpoint,
[all …]
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,
Dsoc-acpi-intel-ptl-match.c54 * Multi-function codecs with three endpoints created for
123 .endpoints = &single_endpoint,
132 .endpoints = jack_amp_g1_dmic_endpoints_endpoints,
141 .endpoints = jack_dmic_endpoints,
150 .endpoints = rt_mf_endpoints,
168 .endpoints = rt_mf_endpoints,
177 .endpoints = rt_mf_endpoints,
186 .endpoints = rt_mf_endpoints,
195 .endpoints = &spk_r_endpoint,
204 .endpoints = &spk_l_endpoint,
[all …]
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,
Dsoc-acpi-intel-rpl-match.c64 .endpoints = cs42l43_endpoints,
73 .endpoints = &single_endpoint,
91 .endpoints = &single_endpoint,
100 .endpoints = &single_endpoint,
109 .endpoints = &spk_l_endpoint,
118 .endpoints = &spk_r_endpoint,
127 .endpoints = &spk_r_endpoint,
136 .endpoints = &spk_l_endpoint,
145 .endpoints = &spk_r_endpoint,
154 .endpoints = &spk_l_endpoint,
[all …]
Dsoc-acpi-intel-icl-match.c66 .endpoints = &single_endpoint,
84 .endpoints = &single_endpoint,
93 .endpoints = &single_endpoint,
102 .endpoints = &spk_l_endpoint,
111 .endpoints = &spk_r_endpoint,
120 .endpoints = &single_endpoint,
/linux-6.14.4/drivers/usb/gadget/udc/
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 …]
/linux-6.14.4/sound/usb/
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()
1198 if (umidi->endpoints[i].out) in snd_usbmidi_output_open()
1200 if (umidi->endpoints[i].out->ports[j].substream == substream) { in snd_usbmidi_output_open()
1201 port = &umidi->endpoints[i].out->ports[j]; in snd_usbmidi_output_open()
1526 struct snd_usb_midi_endpoint *ep = &umidi->endpoints[i]; in snd_usbmidi_free()
1559 struct snd_usb_midi_endpoint *ep = &umidi->endpoints[i]; in snd_usbmidi_disconnect()
1576 /* free endpoints here; later call can result in Oops */ in snd_usbmidi_disconnect()
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/usb/
Daspeed,usb-vhub.yaml18 Supported number of devices and endpoints vary depending on hardware
20 and 15 generic endpoints, while AST2600 Virtual Hub supports 7 downstream
21 devices and 21 generic endpoints.
46 aspeed,vhub-generic-endpoints:
47 description: Number of generic endpoints supported by the Virtual Hub
108 - aspeed,vhub-generic-endpoints
121 aspeed,vhub-generic-endpoints = <15>;
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.
/linux-6.14.4/Documentation/devicetree/bindings/dma/
Dstericsson,dma40.yaml38 16: USB OTG in/out endpoints 7 & 15
39 17: USB OTG in/out endpoints 6 & 14
40 18: USB OTG in/out endpoints 5 & 13
41 19: USB OTG in/out endpoints 4 & 12
58 36: USB OTG in/out endpoints 3 & 11
59 37: USB OTG in/out endpoints 2 & 10
60 38: USB OTG in/out endpoints 1 & 9
61 39: USB OTG in/out endpoints 8
/linux-6.14.4/drivers/net/ipa/
Dipa_data.h21 * string. The data defines information about how resources, endpoints and
29 * Endpoint configuration data defines properties of both IPA endpoints and
38 * pair. Generally, this driver is concerned with only endpoints associated
103 * Not all endpoints support the IPA filtering capability. A filter table
104 * defines the filters to apply for those endpoints that support it. The
106 * for non-AP endpoints. For this reason we define *all* endpoints used
110 * configuration values that apply only to AP endpoints.
163 * In order to manage quality of service between endpoints, certain resources
164 * required for operation are allocated to groups of endpoints. Generally
Dipa.h59 * @defined: Bitmap of endpoints defined in config data
60 * @available: Bitmap of endpoints supported by hardware
61 * @filtered: Bitmap of endpoints that support filtering
62 * @set_up: Bitmap of endpoints that are set up for use
63 * @enabled: Bitmap of currently enabled endpoints
/linux-6.14.4/drivers/media/i2c/adv748x/
Dadv748x.h93 #define is_tx_enabled(_tx) ((_tx)->state->endpoints[(_tx)->port] != NULL)
99 ((_state)->endpoints[ADV748X_PORT_AIN0] != NULL || \
100 (_state)->endpoints[ADV748X_PORT_AIN1] != NULL || \
101 (_state)->endpoints[ADV748X_PORT_AIN2] != NULL || \
102 (_state)->endpoints[ADV748X_PORT_AIN3] != NULL || \
103 (_state)->endpoints[ADV748X_PORT_AIN4] != NULL || \
104 (_state)->endpoints[ADV748X_PORT_AIN5] != NULL || \
105 (_state)->endpoints[ADV748X_PORT_AIN6] != NULL || \
106 (_state)->endpoints[ADV748X_PORT_AIN7] != NULL)
107 #define is_hdmi_enabled(_state) ((_state)->endpoints[ADV748X_PORT_HDMI] != NULL)
[all …]
/linux-6.14.4/sound/soc/amd/acp/
Damd-acp63-acpi-match.c37 .endpoints = &single_endpoint,
43 .endpoints = &spk_l_endpoint,
49 .endpoints = &spk_r_endpoint,
58 .endpoints = &single_endpoint,
101 .endpoints = rt722_endpoints,
/linux-6.14.4/Documentation/driver-api/cxl/
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"
Daccess-coordinates.rst10 For certain CXL region construction with endpoints behind CXL switches (SW) or
12 the endpoints behind a switch being more than the switch upstream link.
74 in the topology. For endpoints directly attached to RPs, this step is skipped.
79 Once the topology walk reaches the RP, whether it's direct attached endpoints
/linux-6.14.4/Documentation/usb/
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
88 enabling endpoints; allow providing ``stream_id`` for bulk transfers).
/linux-6.14.4/drivers/usb/gadget/
Depautoconf.c42 * For example, isochronous endpoints can be autoconfigured for high
53 * descriptor bEndpointAddress. For bulk endpoints, the wMaxPacket value
77 /* Second, look at endpoints until an unclaimed one looks usable */ in usb_ep_autoconfig_ss()
131 * For example, isochronous endpoints can be autoconfigured for high
141 * descriptor bEndpointAddress. For bulk endpoints, the wMaxPacket value
181 * This function can be used during function bind for endpoints obtained
200 * state such as ep->claimed and the record of assigned endpoints
/linux-6.14.4/Documentation/driver-api/
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.
/linux-6.14.4/Documentation/driver-api/usb/
Dgadget.rst20 - Handles devices with dozens of endpoints just as well as ones with
93 driver is often configured at compile time to work with endpoints
97 involved in supporting new hardware, by *autoconfiguring* endpoints
107 enabling and configuring endpoints
113 - managing IN and OUT transfers on all currently enabled endpoints
164 endpoints is now automated, and many drivers now use autoconfiguration
165 to choose hardware endpoints and initialize their descriptors. A
215 detection of capabilities, through naming conventions for endpoints.
218 autoconfiguration logic that scans the hardware's list of endpoints to
266 host issues a ``set_configuration`` call. It enables all endpoints used
[all …]

12345678910>>...26