/linux-6.3-rc2/sound/soc/intel/common/ |
A D | soc-acpi-intel-tgl-match.c | 48 .endpoints = &single_endpoint, 57 .endpoints = &single_endpoint, 66 .endpoints = &spk_l_endpoint, 72 .endpoints = &spk_r_endpoint, 81 .endpoints = &single_endpoint, 90 .endpoints = &single_endpoint, 99 .endpoints = &spk_l_endpoint, 108 .endpoints = &spk_r_endpoint, 135 .endpoints = &spk_r_endpoint, 141 .endpoints = &spk_l_endpoint, [all …]
|
A D | soc-acpi-intel-rpl-match.c | 36 .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 …]
|
A D | soc-acpi-intel-adl-match.c | 41 .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 …]
|
A D | soc-acpi-intel-sdw-mockup-match.c | 38 .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,
|
A D | soc-acpi-intel-cml-match.c | 120 .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,
|
A D | soc-acpi-intel-icl-match.c | 72 .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,
|
A D | soc-acpi-intel-mtl-match.c | 72 .endpoints = &single_endpoint, 81 .endpoints = &spk_l_endpoint, 87 .endpoints = &spk_r_endpoint, 96 .endpoints = &single_endpoint,
|
/linux-6.3-rc2/sound/usb/ |
A D | midi.c | 111 } endpoints[MIDI_MAX_ENDPOINTS]; member 361 if (umidi->endpoints[i].out) in snd_usbmidi_error_timer() 1130 if (umidi->endpoints[i].out) in snd_usbmidi_output_open() 1863 &endpoints[i], in snd_usbmidi_create_endpoints() 1868 if (endpoints[i].in_cables) { in snd_usbmidi_create_endpoints() 1870 &endpoints[i], in snd_usbmidi_create_endpoints() 2007 endpoints[epidx].in_cables = in snd_usbmidi_get_ms_info() 2154 if (endpoints[i].out_ep) in snd_usbmidi_detect_per_port_endpoints() 2156 if (endpoints[i].in_ep) in snd_usbmidi_detect_per_port_endpoints() 2489 memset(endpoints, 0, sizeof(endpoints)); in __snd_usbmidi_create() [all …]
|
/linux-6.3-rc2/drivers/media/i2c/adv748x/ |
A D | adv748x.h | 94 #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.3-rc2/Documentation/devicetree/bindings/usb/ |
A D | aspeed,usb-vhub.yaml | 18 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>;
|
A D | gr-udc.txt | 21 - 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.
|
A D | da8xx-usb.txt | 24 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.
|
A D | aspeed,ast2600-udc.yaml | 15 4 generic endpoints for AST260x. 18 Supports 32/256 stages descriptor mode for all generic endpoints.
|
A D | am33xx-usb.txt | 41 - 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
|
/linux-6.3-rc2/Documentation/devicetree/bindings/dma/ |
A D | stericsson,dma40.yaml | 38 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.3-rc2/drivers/usb/gadget/udc/ |
A D | Kconfig | 40 endpoints (plus endpoint zero). 98 The number of programmable endpoints is different through 124 endpoints (plus endpoint zero). This driver supports the 149 # don't waste memory for the other endpoints 164 It has nine configurable endpoints, and endpoint zero. 224 It has up to 23 endpoints, as well as endpoint zero (for 285 It has seven configurable endpoints, and endpoint zero. 322 programmable endpoints. This driver supports the 385 endpoints, plus endpoint zero (for control transfers). 423 endpoints(bulk or interrupt or isochronous), as well as [all …]
|
/linux-6.3-rc2/drivers/usb/musb/ |
A D | musb_gadget_ep0.c | 21 #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 …]
|
A D | musb_core.h | 347 struct musb_hw_ep endpoints[MUSB_C_NUM_EPS]; member 348 #define control_ep endpoints 486 musb->endpoints[0].max_packet_sz_tx = MUSB_EP0_FIFOSIZE; in musb_configure_ep0() 487 musb->endpoints[0].max_packet_sz_rx = MUSB_EP0_FIFOSIZE; in musb_configure_ep0() 488 musb->endpoints[0].is_shared_fifo = true; in musb_configure_ep0()
|
/linux-6.3-rc2/Documentation/driver-api/cxl/ |
A D | memory-devices.rst | 25 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.3-rc2/Documentation/usb/ |
A D | raw-gadget.rst | 37 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 91 enabling endpoints; allow providing ``stream_id`` for bulk transfers).
|
/linux-6.3-rc2/drivers/net/mctp/ |
A D | Kconfig | 16 This allows communication with external MCTP endpoints which use 21 Say y here if you need to connect to MCTP endpoints over serial. To
|
/linux-6.3-rc2/Documentation/devicetree/bindings/display/ |
A D | st,stm32-ltdc.yaml | 40 ltdc has one video port with up to 2 endpoints: 43 Note: These 2 endpoints cannot be activated simultaneously.
|
/linux-6.3-rc2/drivers/soc/apple/ |
A D | rtkit.c | 164 set_bit(ep, rtk->endpoints); in apple_rtkit_management_rx_epmap() 178 for_each_set_bit(ep, rtk->endpoints, APPLE_RTKIT_APP_ENDPOINT_START) { in apple_rtkit_management_rx_epmap() 555 if (!test_bit(ep, rtk->endpoints)) in apple_rtkit_rx() 674 if (!test_bit(endpoint, rtk->endpoints)) in apple_rtkit_start_ep() 724 bitmap_zero(rtk->endpoints, APPLE_RTKIT_MAX_ENDPOINTS); in apple_rtkit_init() 725 set_bit(APPLE_RTKIT_EP_MGMT, rtk->endpoints); in apple_rtkit_init() 786 bitmap_zero(rtk->endpoints, APPLE_RTKIT_MAX_ENDPOINTS); in apple_rtkit_reinit() 787 set_bit(APPLE_RTKIT_EP_MGMT, rtk->endpoints); in apple_rtkit_reinit()
|
/linux-6.3-rc2/tools/testing/selftests/wireguard/ |
A D | netns.sh | 216 [[ $(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) == "$pub1 10.0.0.1:1" ]] [all …]
|
/linux-6.3-rc2/sound/soc/intel/boards/ |
A D | sof_sdw.c | 736 endpoint = link->adr_d->endpoints; in get_sdw_dailink_info() 904 if (link->adr_d[i].endpoints->group_id != group_id) in set_codec_init_func() 952 if (!adr_d->endpoints->aggregated || no_aggregation) { in get_slave_info() 958 *group_id = adr_d->endpoints->group_id; in get_slave_info() 965 endpoint = adr_next->adr_d->endpoints; in get_slave_info() 1030 const struct snd_soc_acpi_endpoint *endpoints; in create_sdw_dailink() local 1032 endpoints = link_next->adr_d->endpoints; in create_sdw_dailink() 1033 if (group_id && (!endpoints->aggregated || in create_sdw_dailink() 1034 endpoints->group_id != group_id)) in create_sdw_dailink() 1297 endpoint = adr_link->adr_d->endpoints; in sof_card_dai_links_create()
|