| /linux/sound/soc/intel/common/ |
| H A D | soc-acpi-intel-tgl-match.c | 73 .endpoints = &single_endpoint, 82 .endpoints = &single_endpoint, 91 .endpoints = &spk_l_endpoint, 97 .endpoints = &spk_r_endpoint, 106 .endpoints = &single_endpoint, 115 .endpoints = &single_endpoint, 124 .endpoints = &spk_l_endpoint, 133 .endpoints = &spk_r_endpoint, 142 .endpoints = &single_endpoint, 151 .endpoints = &single_endpoint, [all …]
|
| H A D | soc-acpi-intel-lnl-match.c | 222 .endpoints = &spk_l_endpoint, 228 .endpoints = &spk_2_endpoint, 237 .endpoints = &spk_r_endpoint, 243 .endpoints = &spk_3_endpoint, 252 .endpoints = &spk_l_endpoint, 258 .endpoints = &spk_r_endpoint, 267 .endpoints = &spk_1_endpoint, 273 .endpoints = &spk_2_endpoint, 279 .endpoints = &spk_3_endpoint, 288 .endpoints = &spk_4_endpoint, [all …]
|
| H A D | soc-acpi-intel-ptl-match.c | 234 .endpoints = cs42l43_amp_spkagg_endpoints, 243 .endpoints = cs42l43_amp_spkagg_endpoints, 252 .endpoints = &spk_l_endpoint, 258 .endpoints = &spk_r_endpoint, 267 .endpoints = &spk_1_endpoint, 273 .endpoints = &spk_2_endpoint, 279 .endpoints = &spk_3_endpoint, 288 .endpoints = &spk_4_endpoint, 294 .endpoints = &spk_5_endpoint, 300 .endpoints = &spk_6_endpoint, [all …]
|
| H A D | soc-acpi-intel-arl-match.c | 77 .endpoints = &spk_l_endpoint, 83 .endpoints = &spk_r_endpoint, 92 .endpoints = &spk_l_endpoint, 98 .endpoints = &spk_r_endpoint, 107 .endpoints = &spk_r_endpoint, 113 .endpoints = &spk_3_endpoint, 122 .endpoints = &spk_l_endpoint, 128 .endpoints = &spk_2_endpoint, 137 .endpoints = &spk_r_endpoint, 146 .endpoints = &spk_l_endpoint, [all …]
|
| H 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,
|
| H A D | soc-acpi-intel-icl-match.c | 66 .endpoints = &single_endpoint, 84 .endpoints = &single_endpoint, 93 .endpoints = &single_endpoint, 102 .endpoints = &spk_l_endpoint, 111 .endpoints = &spk_r_endpoint, 120 .endpoints = &single_endpoint,
|
| /linux/sound/soc/amd/acp/ |
| H A D | amd-acp70-acpi-match.c | 51 .endpoints = &single_endpoint, 57 .endpoints = &spk_l_endpoint, 63 .endpoints = &spk_r_endpoint, 72 .endpoints = &single_endpoint, 115 .endpoints = rt722_endpoints, 124 .endpoints = &single_endpoint, 160 .endpoints = cs42l43_endpoints, 169 .endpoints = cs42l43_endpoints, 175 .endpoints = &spk_l_endpoint, 181 .endpoints = &spk_r_endpoint, [all …]
|
| H A D | amd-acp63-acpi-match.c | 37 .endpoints = &single_endpoint, 43 .endpoints = &spk_l_endpoint, 49 .endpoints = &spk_r_endpoint, 58 .endpoints = &single_endpoint, 101 .endpoints = rt722_endpoints,
|
| H A D | acp-sdw-sof-mach.c | 82 list_for_each_entry(sof_end, &sof_dai->endpoints, list) { in create_sdw_dailink() 115 sof_end = list_first_entry(&sof_dai->endpoints, in create_sdw_dailink() 170 list_for_each_entry(sof_end, &sof_dai->endpoints, list) { in create_sdw_dailink() 208 list_for_each_entry(sof_end, &sof_dai->endpoints, list) { in create_sdw_dailink()
|
| H A D | acp-sdw-legacy-mach.c | 126 list_for_each_entry(soc_end, &soc_dai->endpoints, list) { in create_sdw_dailink() 159 soc_end = list_first_entry(&soc_dai->endpoints, in create_sdw_dailink() 214 list_for_each_entry(soc_end, &soc_dai->endpoints, list) { in create_sdw_dailink() 251 list_for_each_entry(soc_end, &soc_dai->endpoints, list) { in create_sdw_dailink() 376 dev_err(dev, "failed to count devices/endpoints: %d\n", ret); in soc_card_dai_links_create()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | Kconfig | 40 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 118 endpoints (plus endpoint zero). This driver supports the 135 It has fifteen fixed-function endpoints, as well as endpoint 142 # if there's only one gadget driver, using only two bulk endpoints, 143 # don't waste memory for the other endpoints 158 It has nine configurable endpoints, and endpoint zero. [all …]
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H 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.
|
| H 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.
|
| H 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/Documentation/driver-api/cxl/ |
| H A D | theory-of-operation.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/Documentation/driver-api/ |
| H A D | interconnect.rst | 65 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/Documentation/usb/ |
| H 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 88 enabling endpoints; allow providing ``stream_id`` for bulk transfers).
|
| /linux/Documentation/driver-api/cxl/linux/example-configurations/ |
| H A D | multi-interleave.rst | 12 * Each host bridge with expanders interleaves across two endpoints. 86 "endpoints:port1":[ 141 This chunk shows the endpoints attached to the host bridge :code:`port1`. 206 "endpoints:port3":[ 288 The next chunk shows the two CXL host bridges without attached endpoints.
|
| H A D | hb-interleave.rst | 85 "endpoints:port1":[ 114 This chunk shows the endpoints attached to the host bridge :code:`port1`. 163 "endpoints:port3":[ 212 The next chunk shows the two CXL host bridges without attached endpoints.
|
| H A D | single-device.rst | 85 "endpoints:port1":[ 113 This chunk shows the endpoints attached to the host bridge :code:`port1`. 145 The next chunk shows the three CXL host bridges without attached endpoints.
|
| /linux/drivers/usb/musb/ |
| H A D | musb_core.h | 347 struct musb_hw_ep endpoints[MUSB_C_NUM_EPS]; member 348 #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 D | musb_gadget.c | 163 void __iomem *epio = ep->musb->endpoints[ep->current_epnum].regs; in nuke() 228 void __iomem *epio = musb->endpoints[epnum].regs; in txstate() 413 struct musb_ep *musb_ep = &musb->endpoints[epnum].ep_in; in musb_g_tx() 414 void __iomem *epio = musb->endpoints[epnum].regs; in musb_g_tx() 524 void __iomem *epio = musb->endpoints[epnum].regs; in rxstate() 528 struct musb_hw_ep *hw_ep = &musb->endpoints[epnum]; in rxstate() 798 void __iomem *epio = musb->endpoints[epnum].regs; in musb_g_rx() 800 struct musb_hw_ep *hw_ep = &musb->endpoints[epnum]; in musb_g_rx() 1096 epio = musb->endpoints[epnum].regs; in musb_gadget_disable() 1331 void __iomem *epio = musb->endpoints[epnum].regs; in musb_gadget_set_halt() [all …]
|
| /linux/drivers/soc/apple/ |
| H A D | rtkit.c | 168 set_bit(ep, rtk->endpoints); in apple_rtkit_management_rx_epmap() 182 for_each_set_bit(ep, rtk->endpoints, APPLE_RTKIT_APP_ENDPOINT_START) { in apple_rtkit_management_rx_epmap() 583 if (!test_bit(ep, rtk->endpoints)) in apple_rtkit_rx() 646 if (!test_bit(endpoint, rtk->endpoints)) in apple_rtkit_start_ep() 682 bitmap_zero(rtk->endpoints, APPLE_RTKIT_MAX_ENDPOINTS); in apple_rtkit_init() 683 set_bit(APPLE_RTKIT_EP_MGMT, rtk->endpoints); in apple_rtkit_init() 750 bitmap_zero(rtk->endpoints, APPLE_RTKIT_MAX_ENDPOINTS); in apple_rtkit_reinit() 751 set_bit(APPLE_RTKIT_EP_MGMT, rtk->endpoints); in apple_rtkit_reinit()
|
| /linux/Documentation/driver-api/usb/ |
| H A D | bulk-streams.rst | 41 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
|
| /linux/drivers/rpmsg/ |
| H A D | virtio_rpmsg_bus.c | 65 struct idr endpoints; member 236 id = idr_alloc(&vrp->endpoints, ept, id_min, id_max, GFP_KERNEL); in __rpmsg_create_ept() 296 idr_remove(&vrp->endpoints, ept->addr); in __rpmsg_destroy_ept() 719 ept = idr_find(&vrp->endpoints, __rpmsg32_to_cpu(little_endian, msg->dst)); in rpmsg_recv_single() 868 idr_init(&vrp->endpoints); in rpmsg_probe() 1013 idr_destroy(&vrp->endpoints); in rpmsg_remove()
|