Home
last modified time | relevance | path

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

12345678910>>...24

/linux-6.8/sound/soc/intel/common/
Dsoc-acpi-intel-mtl-match.c139 * RT722 is a multi-function codec, three endpoints are created for
181 .endpoints = &single_endpoint,
190 .endpoints = rt712_endpoints,
199 .endpoints = &single_endpoint,
208 .endpoints = rt722_endpoints,
217 .endpoints = &single_endpoint,
226 .endpoints = &single_endpoint,
235 .endpoints = &spk_l_endpoint,
241 .endpoints = &spk_r_endpoint,
250 .endpoints = &single_endpoint,
[all …]
Dsoc-acpi-intel-tgl-match.c77 .endpoints = &single_endpoint,
86 .endpoints = &single_endpoint,
95 .endpoints = &spk_l_endpoint,
101 .endpoints = &spk_r_endpoint,
110 .endpoints = &single_endpoint,
119 .endpoints = &single_endpoint,
128 .endpoints = &spk_l_endpoint,
137 .endpoints = &spk_r_endpoint,
146 .endpoints = &single_endpoint,
155 .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-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 …]
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.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 …]
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,
Dsoc-acpi-intel-lnl-match.c43 .endpoints = &single_endpoint,
52 .endpoints = &spk_l_endpoint,
61 .endpoints = &spk_r_endpoint,
70 .endpoints = &single_endpoint,
/linux-6.8/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.8/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()
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()
1508 /* free endpoints here; later call can result in Oops */ in snd_usbmidi_disconnect()
[all …]
/linux-6.8/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.
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
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-6.8/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.8/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.h65 * @defined: Bitmap of endpoints defined in config data
66 * @available: Bitmap of endpoints supported by hardware
67 * @filtered: Bitmap of endpoints that support filtering
68 * @set_up: Bitmap of endpoints that are set up for use
69 * @enabled: Bitmap of currently enabled endpoints
/linux-6.8/drivers/media/i2c/adv748x/
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 …]
/linux-6.8/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"
/linux-6.8/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.8/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.8/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.8/include/linux/usb/
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-6.8/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 …]
/linux-6.8/drivers/usb/gadget/function/
Du_serial.h24 * on any given USB peripheral device, if it provides enough endpoints.
27 * style I/O using the USB peripheral endpoints listed here, including
32 * REVISIT someday, allow multiplexing several TTYs over these endpoints.

12345678910>>...24