Home
last modified time | relevance | path

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

12345678910>>...19

/linux/sound/soc/amd/acp/
H A Damd-acp63-acpi-match.c51 .endpoints = &single_endpoint,
57 .endpoints = &spk_l_endpoint,
63 .endpoints = &spk_r_endpoint,
72 .endpoints = &single_endpoint,
115 .endpoints = rt722_endpoints,
151 .endpoints = &spk_l_endpoint,
157 .endpoints = &spk_r_endpoint,
163 .endpoints = &spk_2_endpoint,
169 .endpoints = &spk_3_endpoint,
178 .endpoints = &spk_l_endpoint,
[all …]
H A Damd-acp70-acpi-match.c98 .endpoints = jack_amp_g1_dmic_endpoints,
107 .endpoints = &single_endpoint,
113 .endpoints = &spk_l_endpoint,
119 .endpoints = &spk_r_endpoint,
128 .endpoints = &single_endpoint,
171 .endpoints = rt722_endpoints,
180 .endpoints = &single_endpoint,
216 .endpoints = &spk_l_endpoint,
222 .endpoints = &spk_r_endpoint,
228 .endpoints = &spk_2_endpoint,
[all …]
/linux/sound/soc/intel/common/
H A Dsoc-acpi-intel-mtl-match.c162 * RT722 is a multi-function codec, three endpoints are created for
204 .endpoints = &single_endpoint,
213 .endpoints = rt712_endpoints,
222 .endpoints = rt712_vb_endpoints,
231 .endpoints = &single_endpoint,
240 .endpoints = rt722_endpoints,
249 .endpoints = &single_endpoint,
258 .endpoints = &single_endpoint,
267 .endpoints = &spk_l_endpoint,
273 .endpoints = &spk_r_endpoint,
[all …]
H A Dsoc-acpi-intel-lnl-match.c99 * RT722 is a multi-function codec, three endpoints are created for
222 .endpoints = &spk_l_endpoint,
228 .endpoints = &spk_2_endpoint,
237 .endpoints = &spk_r_endpoint,
243 .endpoints = &spk_3_endpoint,
252 .endpoints = &spk_l_endpoint,
258 .endpoints = &spk_r_endpoint,
267 .endpoints = &spk_1_endpoint,
273 .endpoints = &spk_2_endpoint,
279 .endpoints = &spk_3_endpoint,
[all …]
H A 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 …]
H A Dsoc-acpi-intel-ptl-match.c209 .endpoints = cs42l43_amp_spkagg_endpoints,
218 .endpoints = cs42l43_amp_spkagg_endpoints,
227 .endpoints = &spk_l_endpoint,
233 .endpoints = &spk_r_endpoint,
242 .endpoints = &spk_1_endpoint,
248 .endpoints = &spk_2_endpoint,
254 .endpoints = &spk_3_endpoint,
263 .endpoints = &spk_4_endpoint,
269 .endpoints = &spk_5_endpoint,
275 .endpoints
[all...]
H A Dsoc-acpi-intel-arl-match.c76 .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,
145 .endpoints
[all...]
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-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/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
118 endpoints (plus endpoint zero). This driver supports the
135 It has fifteen fixed-function endpoints, as well as endpoint
142 # if there's only one gadget driver, using only two bulk endpoints,
143 # don't waste memory for the other endpoints
158 It has nine configurable endpoints, and endpoint zero.
[all …]
/linux/sound/usb/
H A Dmidi.c111 } endpoints[MIDI_MAX_ENDPOINTS]; member
345 struct snd_usb_midi_in_endpoint *in = umidi->endpoints[i].in; in snd_usbmidi_error_timer()
355 if (umidi->endpoints[i].out) in snd_usbmidi_error_timer()
356 snd_usbmidi_do_output(umidi->endpoints[i].out); in snd_usbmidi_error_timer()
1191 if (umidi->endpoints[i].out) in snd_usbmidi_output_open()
1193 if (umidi->endpoints[i].out->ports[j].substream == substream) { in snd_usbmidi_output_open()
1194 port = &umidi->endpoints[i].out->ports[j]; in snd_usbmidi_output_open()
1522 struct snd_usb_midi_endpoint *ep = &umidi->endpoints[i]; in snd_usbmidi_free()
1551 struct snd_usb_midi_endpoint *ep = &umidi->endpoints[i]; in snd_usbmidi_disconnect()
1568 /* free endpoints her in snd_usbmidi_disconnect()
1896 snd_usbmidi_create_endpoints(struct snd_usb_midi * umidi,struct snd_usb_midi_endpoint_info * endpoints) snd_usbmidi_create_endpoints() argument
1967 snd_usbmidi_get_ms_info(struct snd_usb_midi * umidi,struct snd_usb_midi_endpoint_info * endpoints) snd_usbmidi_get_ms_info() argument
2188 snd_usbmidi_detect_per_port_endpoints(struct snd_usb_midi * umidi,struct snd_usb_midi_endpoint_info * endpoints) snd_usbmidi_detect_per_port_endpoints() argument
2505 struct snd_usb_midi_endpoint_info endpoints[MIDI_MAX_ENDPOINTS]; __snd_usbmidi_create() local
[all...]
/linux/Documentation/devicetree/bindings/dma/
H A 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/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.
H A Dam33xx-usb.txt41 - mentor,num-eps: Specifies the number of endpoints. This is also a
49 and "txN" for transmit endpoints. N specifies the endpoint number.
61 endpoint number (0 … 14 for endpoints 1 … 15 on instance 0 and 15 … 29
62 for endpoints 1 … 15 on instance 1). The second number is 0 for RX and
64 - dma-channels: should be set to 30 representing the 15 endpoints for
H A Dda8xx-usb.txt24 and "txN" for transmit endpoints. N specifies the endpoint number.
37 channel number (0 … 3 for endpoints 1 … 4).
39 - dma-channels: should be set to 4 representing the 4 endpoints.
/linux/Documentation/driver-api/cxl/
H A Dtheory-of-operation.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"
/linux/drivers/fwctl/pds/
H A Dmain.c38 struct pds_fwctl_query_data *endpoints; member
112 if (!pdsfc->endpoints) in pdsfc_free_endpoints()
115 num_endpoints = le32_to_cpu(pdsfc->endpoints->num_entries); in pdsfc_free_endpoints()
121 pdsfc->endpoints, pdsfc->endpoints_pa); in pdsfc_free_endpoints()
122 pdsfc->endpoints = NULL; in pdsfc_free_endpoints()
132 num_endpoints = le32_to_cpu(pdsfc->endpoints->num_entries); in pdsfc_free_operations()
190 pdsfc->endpoints = pdsfc_get_endpoints(pdsfc, &pdsfc->endpoints_pa); in pdsfc_init_endpoints()
191 if (IS_ERR(pdsfc->endpoints)) in pdsfc_init_endpoints()
192 return PTR_ERR(pdsfc->endpoints); in pdsfc_init_endpoints()
194 num_endpoints = le32_to_cpu(pdsfc->endpoints->num_entries); in pdsfc_init_endpoints()
[all …]
/linux/drivers/usb/gadget/
H A 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/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
88 enabling endpoints; allow providing ``stream_id`` for bulk transfers).
/linux/drivers/net/ipa/
H A 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/include/linux/usb/
H A Dserial.h131 * @num_interrupt_in: number of interrupt in endpoints we have
132 * @num_interrupt_out: number of interrupt out endpoints we have
133 * @num_bulk_in: number of bulk in endpoints we have
134 * @num_bulk_out: number of bulk out endpoints we have
192 * @num_bulk_in: minimum number of bulk-in endpoints
193 * @num_bulk_out: minimum number of bulk-out endpoints
194 * @num_interrupt_in: minimum number of interrupt-in endpoints
195 * @num_interrupt_out: minimum number of interrupt-out endpoints
201 * endpoints or to modify the port-endpoint mapping. It will be called
/linux/drivers/usb/gadget/function/
H A Du_serial.h28 * on any given USB peripheral device, if it provides enough endpoints.
31 * style I/O using the USB peripheral endpoints listed here, including
36 * REVISIT someday, allow multiplexing several TTYs over these endpoints.
/linux/drivers/usb/core/
H A Dmessage.c365 * interrupt endpoints. We will take the liberty of creating an interrupt URB
539 * @period: polling rate for interrupt endpoints, in frames or
540 * (for high speed endpoints) microframes; ignored for bulk
693 * Bulk transfers are valid for full or high speed endpoints.
702 * speed interrupt endpoints, which allow at most one packet per millisecond,
1248 * This is used to clear halt conditions for bulk and interrupt endpoints,
1249 * as reported by URB completion status. Endpoints that are halted are
1250 * sometimes referred to as being "stalled". Such endpoints are unable
1256 * Note that control and isochronous endpoints don't halt, although control
1257 * endpoints report "protocol stall" (for unsupported requests) using the
[all …]
/linux/sound/soc/intel/avs/
H A Dboard_selection.c459 dev_dbg(adev->dev, "no DMIC endpoints present\n"); in avs_register_dmic_board()
565 dev_dbg(adev->dev, "no I2S endpoints present\n"); in avs_register_i2s_boards()
571 dev_dbg(adev->dev, "no I2S endpoints supported\n"); in avs_register_i2s_boards()
622 dev_dbg(adev->dev, "no HDA endpoints present\n"); in avs_register_hda_boards()
647 dev_warn(adev->dev, "enumerate PROBE endpoints failed: %d\n", ret); in avs_register_all_boards()
652 dev_warn(adev->dev, "enumerate DMIC endpoints failed: %d\n", in avs_register_all_boards()
657 dev_dbg(adev->dev, "enumerate I2S TEST endpoints failed: %d\n", ret); in avs_register_all_boards()
661 dev_warn(adev->dev, "enumerate I2S endpoints failed: %d\n", in avs_register_all_boards()
666 dev_warn(adev->dev, "enumerate HDA endpoints failed: %d\n", in avs_register_all_boards()
/linux/Documentation/driver-api/cxl/linux/example-configurations/
H A Dmulti-interleave.rst12 * Each host bridge with expanders interleaves across two endpoints.
86 "endpoints:port1":[
141 This chunk shows the endpoints attached to the host bridge :code:`port1`.
206 "endpoints:port3":[
288 The next chunk shows the two CXL host bridges without attached endpoints.

12345678910>>...19