Home
last modified time | relevance | path

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

12345

/kernel/linux/linux-5.10/sound/soc/intel/common/
Dsoc-acpi-intel-tgl-match.c42 .endpoints = &single_endpoint,
51 .endpoints = &single_endpoint,
60 .endpoints = &spk_l_endpoint,
66 .endpoints = &spk_r_endpoint,
75 .endpoints = &single_endpoint,
84 .endpoints = &single_endpoint,
93 .endpoints = &spk_l_endpoint,
102 .endpoints = &spk_r_endpoint,
111 .endpoints = &single_endpoint,
120 .endpoints = &single_endpoint,
[all …]
Dsoc-acpi-intel-cml-match.c100 .endpoints = &single_endpoint,
118 .endpoints = &single_endpoint,
127 .endpoints = &single_endpoint,
136 .endpoints = &spk_l_endpoint,
145 .endpoints = &spk_r_endpoint,
154 .endpoints = &single_endpoint,
163 .endpoints = &single_endpoint,
172 .endpoints = &spk_l_endpoint,
181 .endpoints = &spk_r_endpoint,
190 .endpoints = &single_endpoint,
Dsoc-acpi-intel-icl-match.c61 .endpoints = &single_endpoint,
79 .endpoints = &single_endpoint,
88 .endpoints = &single_endpoint,
97 .endpoints = &spk_l_endpoint,
106 .endpoints = &spk_r_endpoint,
115 .endpoints = &single_endpoint,
Dsoc-acpi-intel-cnl-match.c41 .endpoints = &single_endpoint,
/kernel/linux/linux-5.10/sound/usb/
Dmidi.c127 } endpoints[MIDI_MAX_ENDPOINTS]; member
367 struct snd_usb_midi_in_endpoint *in = umidi->endpoints[i].in; in snd_usbmidi_error_timer()
377 if (umidi->endpoints[i].out) in snd_usbmidi_error_timer()
378 snd_usbmidi_do_output(umidi->endpoints[i].out); in snd_usbmidi_error_timer()
1146 if (umidi->endpoints[i].out) in snd_usbmidi_output_open()
1148 if (umidi->endpoints[i].out->ports[j].substream == substream) { in snd_usbmidi_output_open()
1149 port = &umidi->endpoints[i].out->ports[j]; in snd_usbmidi_output_open()
1474 struct snd_usb_midi_endpoint *ep = &umidi->endpoints[i]; in snd_usbmidi_free()
1507 struct snd_usb_midi_endpoint *ep = &umidi->endpoints[i]; in snd_usbmidi_disconnect()
1789 struct snd_usb_midi_endpoint_info *endpoints) in snd_usbmidi_create_endpoints() argument
[all …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/
Dste-dma40.txt78 16: USB OTG in/out endpoints 7 & 15
79 17: USB OTG in/out endpoints 6 & 14
80 18: USB OTG in/out endpoints 5 & 13
81 19: USB OTG in/out endpoints 4 & 12
98 36: USB OTG in/out endpoints 3 & 11
99 37: USB OTG in/out endpoints 2 & 10
100 38: USB OTG in/out endpoints 1 & 9
101 39: USB OTG in/out endpoints 8
/kernel/linux/linux-5.10/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
136 endpoints (plus endpoint zero). This driver supports the
153 It has fifteen fixed-function endpoints, as well as endpoint
160 # if there's only one gadget driver, using only two bulk endpoints,
161 # don't waste memory for the other endpoints
176 It has nine configurable endpoints, and endpoint zero.
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/
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.
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.
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
/kernel/linux/linux-5.10/drivers/usb/musb/
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 …]
Dmusb_core.h345 struct musb_hw_ep endpoints[MUSB_C_NUM_EPS]; member
346 #define control_ep endpoints
484 musb->endpoints[0].max_packet_sz_tx = MUSB_EP0_FIFOSIZE; in musb_configure_ep0()
485 musb->endpoints[0].max_packet_sz_rx = MUSB_EP0_FIFOSIZE; in musb_configure_ep0()
486 musb->endpoints[0].is_shared_fifo = true; in musb_configure_ep0()
Dmusb_gadget.c162 void __iomem *epio = ep->musb->endpoints[ep->current_epnum].regs; in nuke()
227 void __iomem *epio = musb->endpoints[epnum].regs; in txstate()
412 struct musb_ep *musb_ep = &musb->endpoints[epnum].ep_in; in musb_g_tx()
413 void __iomem *epio = musb->endpoints[epnum].regs; in musb_g_tx()
523 void __iomem *epio = musb->endpoints[epnum].regs; in rxstate()
527 struct musb_hw_ep *hw_ep = &musb->endpoints[epnum]; in rxstate()
797 void __iomem *epio = musb->endpoints[epnum].regs; in musb_g_rx()
799 struct musb_hw_ep *hw_ep = &musb->endpoints[epnum]; in musb_g_rx()
1095 epio = musb->endpoints[epnum].regs; in musb_gadget_disable()
1333 void __iomem *epio = musb->endpoints[epnum].regs; in musb_gadget_set_halt()
[all …]
/kernel/linux/linux-5.10/Documentation/usb/
Draw-gadget.rst30 4. Raw Gadget explicitly exposes information about endpoints addresses and
52 Note, that some UDC drivers have fixed addresses assigned to endpoints, and
57 endpoints that the UDC driver has. Based on that information, the user must
58 chose UDC endpoints that will be used for the gadget being emulated, and
82 enabling endpoints; allow providing stream_id for bulk transfers).
Dfunctionfs.rst18 to worry about endpoints, interfaces or strings numbers but
20 only one (endpoints and strings numbers starting from one and
68 closes its endpoints.
/kernel/linux/linux-5.10/sound/soc/intel/boards/
Dsof_sdw.c473 endpoint = link->adr_d->endpoints; in get_sdw_dailink_info()
642 if (link->adr_d[i].endpoints->group_id != group_id) in set_codec_init_func()
689 if (!adr_d->endpoints->aggregated || no_aggregation) { in get_slave_info()
695 *group_id = adr_d->endpoints->group_id; in get_slave_info()
702 endpoint = adr_next->adr_d->endpoints; in get_slave_info()
766 const struct snd_soc_acpi_endpoint *endpoints; in create_sdw_dailink() local
768 endpoints = link_next->adr_d->endpoints; in create_sdw_dailink()
769 if (group_id && (!endpoints->aggregated || in create_sdw_dailink()
770 endpoints->group_id != group_id)) in create_sdw_dailink()
1022 endpoint = adr_link->adr_d->endpoints; in sof_card_dai_links_create()
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/
Dnetns.sh216 [[ $(n2 wg show wg0 endpoints) == "$pub1 127.212.121.99:9999" ]]
222 [[ $(n2 wg show wg0 endpoints) == "$pub1 [::1]:9998" ]]
242 [[ $(n1 wg show wg0 endpoints) == "$pub2 [::1]:9997" ]]
330 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.0.0.1:1" ]]
451 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.0.0.1:1" ]]
454 [[ $(n2 wg show wg0 endpoints) == "$pub1 [fd00:aa::1]:1" ]]
457 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.0.0.2:1" ]]
460 [[ $(n2 wg show wg0 endpoints) == "$pub1 [fd00:aa::2]:1" ]]
469 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.50.0.1:1" ]]
496 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.0.0.1:1" ]]
[all …]
/kernel/linux/linux-5.10/Documentation/driver-api/usb/
Dbulk-streams.rst41 ID for the bulk IN and OUT endpoints used in a Bi-directional command sequence.
43 The return value is an error condition (if one of the endpoints doesn't support
51 Do NOT call this function if you have URBs enqueued for any of the endpoints
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/
Dgraph.txt27 Organisation of ports and endpoints
87 Links between endpoints
93 must not point to anything other than the local endpoint. Two endpoints with
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/drivers/dma/
Dsun4i-dma.c670 u32 endpoints; in sun4i_dma_prep_dma_cyclic() local
698 endpoints = SUN4I_DMA_CFG_DST_DRQ_TYPE(vchan->endpoint) | in sun4i_dma_prep_dma_cyclic()
705 endpoints = SUN4I_DMA_CFG_DST_DRQ_TYPE(ram_type) | in sun4i_dma_prep_dma_cyclic()
761 promise->cfg |= endpoints; in sun4i_dma_prep_dma_cyclic()
783 u32 endpoints, para; in sun4i_dma_prep_slave_sg() local
809 endpoints = SUN4I_DMA_CFG_DST_DRQ_TYPE(vchan->endpoint) | in sun4i_dma_prep_slave_sg()
814 endpoints = SUN4I_DMA_CFG_DST_DRQ_TYPE(ram_type) | in sun4i_dma_prep_slave_sg()
853 promise->cfg |= endpoints; in sun4i_dma_prep_slave_sg()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/interconnect/
Dinterconnect.txt14 etc. The consumer drivers set constraints on interconnect path (or endpoints)
49 to both endpoints and in such cases, this information will be passed
/kernel/linux/linux-5.10/drivers/rpmsg/
Dvirtio_rpmsg_bus.c66 struct idr endpoints; member
271 id = idr_alloc(&vrp->endpoints, ept, id_min, id_max, GFP_KERNEL); in __rpmsg_create_ept()
313 idr_remove(&vrp->endpoints, ept->addr); in __rpmsg_destroy_ept()
739 ept = idr_find(&vrp->endpoints, virtio32_to_cpu(vrp->vdev, msg->dst)); in rpmsg_recv_single()
897 idr_init(&vrp->endpoints); in rpmsg_probe()
1024 idr_destroy(&vrp->endpoints); in rpmsg_remove()
/kernel/linux/linux-5.10/drivers/dma/dw-edma/
DKconfig10 implemented on endpoints SoCs.

12345