Searched refs:endpoints (Results 1 - 25 of 45) sorted by relevance

12

/linux-master/sound/soc/intel/common/
H A 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
[all...]
H A 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,
H A 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
[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
[all...]
H A 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,
H A 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
[all...]
H A Dsoc-acpi-intel-lnl-match.c55 * RT722 is a multi-function codec, three endpoints are created for
83 .endpoints = &single_endpoint,
92 .endpoints = rt712_endpoints,
101 .endpoints = &single_endpoint,
110 .endpoints = rt722_endpoints,
119 .endpoints = &spk_l_endpoint,
128 .endpoints = &spk_r_endpoint,
137 .endpoints = &single_endpoint,
H A 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
[all...]
H A Dsoc-acpi-intel-arl-match.c22 .endpoints = &single_endpoint,
H A Dsoc-acpi-intel-cnl-match.c55 .endpoints = &single_endpoint,
/linux-master/sound/usb/
H A Dmidi.c111 } endpoints[MIDI_MAX_ENDPOINTS]; member in struct:snd_usb_midi
351 struct snd_usb_midi_in_endpoint *in = umidi->endpoints[i].in;
361 if (umidi->endpoints[i].out)
362 snd_usbmidi_do_output(umidi->endpoints[i].out);
1130 if (umidi->endpoints[i].out)
1132 if (umidi->endpoints[i].out->ports[j].substream == substream) {
1133 port = &umidi->endpoints[i].out->ports[j];
1458 struct snd_usb_midi_endpoint *ep = &umidi->endpoints[i];
1491 struct snd_usb_midi_endpoint *ep = &umidi->endpoints[i];
1508 /* free endpoints her
1831 snd_usbmidi_create_endpoints(struct snd_usb_midi *umidi, struct snd_usb_midi_endpoint_info *endpoints) argument
1902 snd_usbmidi_get_ms_info(struct snd_usb_midi *umidi, struct snd_usb_midi_endpoint_info *endpoints) argument
2124 snd_usbmidi_detect_per_port_endpoints(struct snd_usb_midi *umidi, struct snd_usb_midi_endpoint_info *endpoints) argument
2445 struct snd_usb_midi_endpoint_info endpoints[MIDI_MAX_ENDPOINTS]; local
[all...]
/linux-master/drivers/soc/apple/
H A Drtkit-internal.h43 DECLARE_BITMAP(endpoints, APPLE_RTKIT_MAX_ENDPOINTS);
H A Drtkit.c159 set_bit(ep, rtk->endpoints);
173 for_each_set_bit(ep, rtk->endpoints, APPLE_RTKIT_APP_ENDPOINT_START) {
562 if (!test_bit(ep, rtk->endpoints))
618 if (!test_bit(endpoint, rtk->endpoints))
654 bitmap_zero(rtk->endpoints, APPLE_RTKIT_MAX_ENDPOINTS);
655 set_bit(APPLE_RTKIT_EP_MGMT, rtk->endpoints);
721 bitmap_zero(rtk->endpoints, APPLE_RTKIT_MAX_ENDPOINTS);
722 set_bit(APPLE_RTKIT_EP_MGMT, rtk->endpoints);
/linux-master/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_HDM
189 struct device_node *endpoints[ADV748X_PORT_MAX]; member in struct:adv748x_state
[all...]
H A Dadv748x-csi2.c315 of_fwnode_handle(state->endpoints[tx->port]));
/linux-master/drivers/usb/musb/
H A Dmusb_gadget_ep0.c20 /* ep0 is always musb->endpoints[0].ep_in */
21 #define next_ep0_request(musb) next_in_request(&(musb)->endpoints[0])
99 ep = &musb->endpoints[epnum].ep_in;
101 ep = &musb->endpoints[epnum].ep_out;
102 regs = musb->endpoints[epnum].regs;
133 musb_write_fifo(&musb->endpoints[0], len, result);
177 musb_g_giveback(&musb->endpoints[0].ep_in, req, 0);
249 ep = musb->endpoints + epnum;
409 ep = musb->endpoints + epnum;
484 musb_read_fifo(&musb->endpoints[
[all...]
H A Dmusb_core.h209 /* index in musb->endpoints[] */
305 * direction has its own ring of host side endpoints.
347 struct musb_hw_ep endpoints[MUSB_C_NUM_EPS]; member in struct:musb
348 #define control_ep endpoints
460 /* 0's returned when no more endpoints */
484 musb->endpoints[0].max_packet_sz_tx = MUSB_EP0_FIFOSIZE;
485 musb->endpoints[0].max_packet_sz_rx = MUSB_EP0_FIFOSIZE;
486 musb->endpoints[0].is_shared_fifo = true;
H A Dmusb_gadget.c162 void __iomem *epio = ep->musb->endpoints[ep->current_epnum].regs;
227 void __iomem *epio = musb->endpoints[epnum].regs;
412 struct musb_ep *musb_ep = &musb->endpoints[epnum].ep_in;
413 void __iomem *epio = musb->endpoints[epnum].regs;
523 void __iomem *epio = musb->endpoints[epnum].regs;
527 struct musb_hw_ep *hw_ep = &musb->endpoints[epnum];
797 void __iomem *epio = musb->endpoints[epnum].regs;
799 struct musb_hw_ep *hw_ep = &musb->endpoints[epnum];
1095 epio = musb->endpoints[epnum].regs;
1333 void __iomem *epio = musb->endpoints[epnu
[all...]
/linux-master/include/sound/
H A Dsoc-acpi.h109 * @num_endpoints: number of endpoints for this device
110 * @endpoints: array of endpoints
116 const struct snd_soc_acpi_endpoint *endpoints; member in struct:snd_soc_acpi_adr_device
/linux-master/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" ]]
342 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.0.0.1:1" ]]
463 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.0.0.1:1" ]]
466 [[ $(n2 wg show wg0 endpoints) == "$pub1 [fd00:aa::1]:1" ]]
469 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.0.0.2:1" ]]
472 [[ $(n2 wg show wg0 endpoints) == "$pub1 [fd00:aa::2]:1" ]]
481 [[ $(n2 wg show wg0 endpoints) == "$pub1 10.50.0.1:1" ]]
508 [[ $(n2 wg show wg0 endpoints)
[all...]
/linux-master/drivers/dma/
H A Dsun4i-dma.c105 * that's 16 channels. As for endpoints, there's 29 and 21
106 * respectively. Given that the Normal DMA endpoints (other than
347 * Channel endpoints must not be repeated, so if this vchan
681 u32 endpoints; local
709 endpoints = SUN4I_DMA_CFG_DST_DRQ_TYPE(vchan->endpoint) |
716 endpoints = SUN4I_DMA_CFG_DST_DRQ_TYPE(ram_type) |
781 promise->cfg |= endpoints;
803 u32 endpoints, para; local
829 endpoints = SUN4I_DMA_CFG_DST_DRQ_TYPE(vchan->endpoint) |
834 endpoints
[all...]
/linux-master/sound/soc/intel/boards/
H A Dsof_sdw.c1143 endpoint = adr_link->adr_d[i].endpoints;
1319 if (adr_link->adr_d[i].endpoints->group_id != group_id)
1361 if (!adr_link->adr_d[adr_index].endpoints->aggregated || no_aggregation) {
1371 *group_id = adr_link->adr_d[adr_index].endpoints->group_id;
1373 /* Count endpoints with the same group_id in the adr_link */
1378 if (adr_link->adr_d[i].endpoints->aggregated &&
1379 adr_link->adr_d[i].endpoints->group_id == *group_id)
1510 const struct snd_soc_acpi_endpoint *endpoints; local
1512 endpoints = adr_link_next->adr_d[j].endpoints;
[all...]
/linux-master/drivers/net/wireless/purelifi/plfxlc/
H A Dusb.h140 enum endpoints { enum
/linux-master/drivers/rpmsg/
H A Dvirtio_rpmsg_bus.c47 * @endpoints: idr of local endpoints, allows fast retrieval
48 * @endpoints_lock: lock of the endpoints set
65 struct idr endpoints; member in struct:virtproc_info
242 id = idr_alloc(&vrp->endpoints, ept, id_min, id_max, GFP_KERNEL);
302 idr_remove(&vrp->endpoints, ept->addr);
741 ept = idr_find(&vrp->endpoints, __rpmsg32_to_cpu(little_endian, msg->dst));
829 * The endpoints are rattached to the ctrldev RPMsg device.
888 idr_init(&vrp->endpoints);
1033 idr_destroy(&vrp->endpoints);
[all...]
/linux-master/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_usb.h32 enum endpoints { enum

Completed in 371 milliseconds

12