Home
last modified time | relevance | path

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

123456

/OK3568_Linux_fs/kernel/sound/soc/intel/common/
H A 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 …]
H A 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,
H A 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,
/OK3568_Linux_fs/kernel/sound/usb/
H A 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 …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/zip_view/detail/
H A Dend_impl.hpp43 struct endpoints struct
49 struct result<endpoints<M1>(SeqRef)> argument
59 typename result<endpoints(Seq&)>::type
67 typename result<endpoints(Seq const&)>::type
93 …typename result_of::transform<typename Sequence::sequences, detail::endpoints<typename Sequence::s…
101 … fusion::transform(sequence.sequences_, detail::endpoints<typename Sequence::size>())); in call()
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dma/
H A 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
/OK3568_Linux_fs/kernel/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
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 …]
/OK3568_Linux_fs/kernel/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 …]
H A 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()
H A 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 …]
/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dmusb_gadget_ep0.c28 #define next_ep0_request(musb) next_in_request(&(musb)->endpoints[0])
101 ep = &musb->endpoints[epnum].ep_in; in service_tx_status_request()
103 ep = &musb->endpoints[epnum].ep_out; in service_tx_status_request()
105 regs = musb->endpoints[epnum].regs; in service_tx_status_request()
136 musb_write_fifo(&musb->endpoints[0], len, result); in service_tx_status_request()
180 musb_g_giveback(&musb->endpoints[0].ep_in, req, 0); in musb_g_ep0_giveback()
252 ep = musb->endpoints + epnum; in service_zero_data_request()
416 ep = musb->endpoints + epnum; in service_zero_data_request()
490 musb_read_fifo(&musb->endpoints[0], count, buf); in ep0_rxstate()
543 musb_write_fifo(&musb->endpoints[0], fifo_count, fifo_src); in ep0_txstate()
[all …]
H A Dmusb_core.h372 struct musb_hw_ep endpoints[MUSB_C_NUM_EPS]; member
373 #define control_ep endpoints
489 musb->endpoints[0].max_packet_sz_tx = MUSB_EP0_FIFOSIZE; in musb_configure_ep0()
490 musb->endpoints[0].max_packet_sz_rx = MUSB_EP0_FIFOSIZE; in musb_configure_ep0()
491 musb->endpoints[0].is_shared_fifo = true; in musb_configure_ep0()
H A Dmusb_gadget.c217 void __iomem *epio = ep->musb->endpoints[ep->current_epnum].regs; in nuke()
318 void __iomem *epio = musb->endpoints[epnum].regs; in txstate()
492 struct musb_ep *musb_ep = &musb->endpoints[epnum].ep_in; in musb_g_tx()
493 void __iomem *epio = musb->endpoints[epnum].regs; in musb_g_tx()
640 void __iomem *epio = musb->endpoints[epnum].regs; in rxstate()
644 struct musb_hw_ep *hw_ep = &musb->endpoints[epnum]; in rxstate()
912 void __iomem *epio = musb->endpoints[epnum].regs; in musb_g_rx()
914 struct musb_hw_ep *hw_ep = &musb->endpoints[epnum]; in musb_g_rx()
1224 epio = musb->endpoints[epnum].regs; in musb_gadget_disable()
1433 void __iomem *epio = musb->endpoints[epnum].regs; in musb_gadget_set_halt()
[all …]
/OK3568_Linux_fs/buildroot/package/freeswitch/
H A Dfreeswitch.mk119 endpoints/mod_loopback \
120 endpoints/mod_rtc \
121 endpoints/mod_rtmp \
122 endpoints/mod_sofia \
123 endpoints/mod_verto \
173 FREESWITCH_ENABLED_MODULES += endpoints/mod_alsa
256 FREESWITCH_ENABLED_MODULES += endpoints/mod_portaudio
/OK3568_Linux_fs/kernel/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 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.
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
/OK3568_Linux_fs/buildroot/support/testing/tests/package/
H A Dsample_python_twisted.py1 from twisted.internet import protocol, reactor, endpoints
8 endpoints.serverFromString(reactor, "tcp:1234").listen(F())
/OK3568_Linux_fs/kernel/Documentation/usb/
H A 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).
H A 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.
/OK3568_Linux_fs/kernel/sound/soc/intel/boards/
H A 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()
/OK3568_Linux_fs/buildroot/package/python-daphne/
H A DConfig.in13 need for URL prefixing to determine WebSocket endpoints
14 versus HTTP endpoints.
/OK3568_Linux_fs/kernel/tools/testing/selftests/wireguard/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/dma/
H A 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()

123456