/kernel/linux/linux-5.10/drivers/net/ipa/ |
D | ipa_endpoint.c | 114 if (data->endpoint.filter_support) { in ipa_endpoint_data_valid_one() 124 if (data->endpoint.config.status_enable) { in ipa_endpoint_data_valid_one() 125 other_name = data->endpoint.config.tx.status_endpoint; in ipa_endpoint_data_valid_one() 153 if (!other_data->endpoint.config.status_enable) { in ipa_endpoint_data_valid_one() 162 if (data->endpoint.config.dma_mode) { in ipa_endpoint_data_valid_one() 163 other_name = data->endpoint.config.dma_endpoint; in ipa_endpoint_data_valid_one() 234 static struct gsi_trans *ipa_endpoint_trans_alloc(struct ipa_endpoint *endpoint, in ipa_endpoint_trans_alloc() argument 237 struct gsi *gsi = &endpoint->ipa->gsi; in ipa_endpoint_trans_alloc() 238 u32 channel_id = endpoint->channel_id; in ipa_endpoint_trans_alloc() 241 direction = endpoint->toward_ipa ? DMA_TO_DEVICE : DMA_FROM_DEVICE; in ipa_endpoint_trans_alloc() [all …]
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/hisilicon/ |
D | hi3660-coresight.dtsi | 23 etm0_out: endpoint { 24 remote-endpoint = 40 etm1_out: endpoint { 41 remote-endpoint = 57 etm2_out: endpoint { 58 remote-endpoint = 74 etm3_out: endpoint { 75 remote-endpoint = 90 cluster0_funnel_out: endpoint { 91 remote-endpoint = [all …]
|
D | hi6220-coresight.dtsi | 21 soc_funnel_out: endpoint { 22 remote-endpoint = 30 soc_funnel_in: endpoint { 31 remote-endpoint = 46 etf_in: endpoint { 47 remote-endpoint = 55 etf_out: endpoint { 56 remote-endpoint = 70 replicator_in: endpoint { 71 remote-endpoint = [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
D | audio-graph-card.txt | 48 cpu_endpoint: endpoint { 49 remote-endpoint = <&codec_endpoint>; 60 codec_endpoint: endpoint { 61 remote-endpoint = <&cpu_endpoint>; 83 codec0_endpoint: endpoint { 84 remote-endpoint = <&cpu_endpoint0>; 92 codec1_endpoint: endpoint { 93 remote-endpoint = <&cpu_endpoint1>; 101 codec2_endpoint: endpoint { 102 remote-endpoint = <&cpu_endpoint2>; [all …]
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | hip04.dtsi | 279 etb0_in_port: endpoint@0 { 280 remote-endpoint = <&replicator0_out_port0>; 294 etb1_in_port: endpoint@0 { 295 remote-endpoint = <&replicator1_out_port0>; 309 etb2_in_port: endpoint@0 { 310 remote-endpoint = <&replicator2_out_port0>; 324 etb3_in_port: endpoint@0 { 325 remote-endpoint = <&replicator3_out_port0>; 339 tpiu_in_port: endpoint@0 { 340 remote-endpoint = <&funnel4_out_port0>; [all …]
|
D | imx6q.dtsi | 228 ipu2_csi0_from_mipi_vc2: endpoint { 229 remote-endpoint = <&mipi_vc2_to_ipu2_csi0>; 236 ipu2_csi1_from_ipu2_csi1_mux: endpoint { 237 remote-endpoint = <&ipu2_csi1_mux_to_ipu2_csi1>; 246 ipu2_di0_disp0: endpoint@0 { 250 ipu2_di0_hdmi: endpoint@1 { 252 remote-endpoint = <&hdmi_mux_2>; 255 ipu2_di0_mipi: endpoint@2 { 257 remote-endpoint = <&mipi_mux_2>; 260 ipu2_di0_lvds0: endpoint@3 { [all …]
|
D | imx6dl.dtsi | 192 ipu1_csi0_mux_from_mipi_vc0: endpoint { 193 remote-endpoint = <&mipi_vc0_to_ipu1_csi0_mux>; 200 ipu1_csi0_mux_from_mipi_vc1: endpoint { 201 remote-endpoint = <&mipi_vc1_to_ipu1_csi0_mux>; 208 ipu1_csi0_mux_from_mipi_vc2: endpoint { 209 remote-endpoint = <&mipi_vc2_to_ipu1_csi0_mux>; 216 ipu1_csi0_mux_from_mipi_vc3: endpoint { 217 remote-endpoint = <&mipi_vc3_to_ipu1_csi0_mux>; 224 ipu1_csi0_mux_from_parallel_sensor: endpoint { 231 ipu1_csi0_mux_to_ipu1_csi0: endpoint { [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
D | socket.c | 21 struct endpoint *endpoint, u8 ds, struct dst_cache *cache) in send4() argument 24 .saddr = endpoint->src4.s_addr, in send4() 25 .daddr = endpoint->addr4.sin_addr.s_addr, in send4() 26 .fl4_dport = endpoint->addr4.sin_port, in send4() 55 endpoint->src4.s_addr = 0; in send4() 56 *(__force __be32 *)&endpoint->src_if4 = 0; in send4() 62 if (unlikely(endpoint->src_if4 && ((IS_ERR(rt) && in send4() 64 rt->dst.dev->ifindex != endpoint->src_if4)))) { in send4() 65 endpoint->src4.s_addr = 0; in send4() 66 *(__force __be32 *)&endpoint->src_if4 = 0; in send4() [all …]
|
/kernel/linux/linux-5.10/drivers/char/xillybus/ |
D | xillybus_core.c | 101 static void malformed_message(struct xilly_endpoint *endpoint, u32 *buf) in malformed_message() argument 112 dev_warn(endpoint->dev, in malformed_message() 474 channel->endpoint = ep; in xilly_setupchannels() 564 static int xilly_scan_idt(struct xilly_endpoint *endpoint, in xilly_scan_idt() argument 568 unsigned char *idt = endpoint->channels[1]->wr_buffers[0]->addr; in xilly_scan_idt() 569 unsigned char *end_of_idt = idt + endpoint->idtlen - 4; in xilly_scan_idt() 587 dev_err(endpoint->dev, in xilly_scan_idt() 593 len = endpoint->idtlen - (3 + ((int) (scan - idt))); in xilly_scan_idt() 596 dev_err(endpoint->dev, in xilly_scan_idt() 602 endpoint->num_channels = count; in xilly_scan_idt() [all …]
|
D | xillybus_pcie.c | 130 struct xilly_endpoint *endpoint; in xilly_probe() local 133 endpoint = xillybus_init_endpoint(pdev, &pdev->dev, &pci_hw); in xilly_probe() 135 if (!endpoint) in xilly_probe() 138 pci_set_drvdata(pdev, endpoint); in xilly_probe() 142 dev_err(endpoint->dev, in xilly_probe() 152 dev_err(endpoint->dev, in xilly_probe() 159 dev_err(endpoint->dev, in xilly_probe() 164 endpoint->registers = pcim_iomap_table(pdev)[0]; in xilly_probe() 170 dev_err(endpoint->dev, in xilly_probe() 175 xillyname, endpoint); in xilly_probe() [all …]
|
D | xillybus_of.c | 116 struct xilly_endpoint *endpoint; in xilly_drv_probe() local 124 endpoint = xillybus_init_endpoint(NULL, dev, ephw); in xilly_drv_probe() 126 if (!endpoint) in xilly_drv_probe() 129 dev_set_drvdata(dev, endpoint); in xilly_drv_probe() 131 endpoint->registers = devm_platform_ioremap_resource(op, 0); in xilly_drv_probe() 132 if (IS_ERR(endpoint->registers)) in xilly_drv_probe() 133 return PTR_ERR(endpoint->registers); in xilly_drv_probe() 137 rc = devm_request_irq(dev, irq, xillybus_isr, 0, xillyname, endpoint); in xilly_drv_probe() 140 dev_err(endpoint->dev, in xilly_drv_probe() 145 return xillybus_endpoint_discovery(endpoint); in xilly_drv_probe() [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
D | htc_mbox.c | 45 ep_dist->endpoint, credits); in ath6kl_credit_deposit() 65 if (cur_ep_dist->endpoint == ENDPOINT_0) in ath6kl_credit_init() 112 if (cur_ep_dist->endpoint == ENDPOINT_0) in ath6kl_credit_init() 136 cur_ep_dist->endpoint, in ath6kl_credit_init() 173 ep_dist->endpoint, limit); in ath6kl_credit_reduce() 191 if (cur_list->endpoint == ENDPOINT_0) in ath6kl_credit_update() 281 if (curdist_list->endpoint == ENDPOINT_0) in ath6kl_credit_seek() 302 if (curdist_list->endpoint == ENDPOINT_0) in ath6kl_credit_redistribute() 370 hdr->eid = packet->endpoint; in ath6kl_htc_tx_prep_pkt() 409 struct htc_endpoint *endpoint, in htc_tx_comp_update() argument [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
D | htc_hst.c | 26 struct htc_endpoint *endpoint = &target->endpoint[epid]; in htc_issue_send() local 35 status = target->hif->send(target->hif_dev, endpoint->ul_pipeid, skb); in htc_issue_send() 40 static struct htc_endpoint *get_next_avail_ep(struct htc_endpoint *endpoint) in get_next_avail_ep() argument 45 if (endpoint[avail_epid].service_id == 0) in get_next_avail_ep() 46 return &endpoint[avail_epid]; in get_next_avail_ep() 91 struct htc_endpoint *endpoint; in htc_process_target_rdy() local 96 endpoint = &target->endpoint[ENDPOINT0]; in htc_process_target_rdy() 97 endpoint->service_id = HTC_CTRL_RSVD_SVC; in htc_process_target_rdy() 98 endpoint->max_msglen = HTC_MAX_CONTROL_MESSAGE_LENGTH; in htc_process_target_rdy() 107 struct htc_endpoint *endpoint, *tmp_endpoint = NULL; in htc_process_conn_rsp() local [all …]
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/sprd/ |
D | sc9863a.dtsi | 195 funnel_soc_out_port: endpoint { 196 remote-endpoint = <&etb_in>; 203 funnel_soc_in_port: endpoint { 204 remote-endpoint = 219 etb_in: endpoint { 220 remote-endpoint = 235 funnel_little_out_port: endpoint { 236 remote-endpoint = 248 funnel_little_in_port0: endpoint { 249 remote-endpoint = <&etm0_out>; [all …]
|
D | sc9860.dtsi | 309 soc_funnel_out_port: endpoint { 310 remote-endpoint = <&etb_in>; 321 soc_funnel_in_port0: endpoint { 322 remote-endpoint = 329 soc_funnel_in_port1: endpoint { 330 remote-endpoint = 344 etb_in: endpoint { 345 remote-endpoint = 361 stm_out_port: endpoint { 362 remote-endpoint = [all …]
|
D | sc9836.dtsi | 55 etf_in: endpoint { 56 remote-endpoint = <&funnel_out_port0>; 70 funnel_out_port0: endpoint { 71 remote-endpoint = <&etf_in>; 82 funnel_in_port0: endpoint { 83 remote-endpoint = <&etm0_out>; 89 funnel_in_port1: endpoint { 90 remote-endpoint = <&etm1_out>; 96 funnel_in_port2: endpoint { 97 remote-endpoint = <&etm2_out>; [all …]
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/renesas/ |
D | r8a77950.dtsi | 196 csi21vin0: endpoint@0 { 198 remote-endpoint = <&vin0csi21>; 200 csi21vin1: endpoint@1 { 202 remote-endpoint = <&vin1csi21>; 204 csi21vin2: endpoint@2 { 206 remote-endpoint = <&vin2csi21>; 208 csi21vin3: endpoint@3 { 210 remote-endpoint = <&vin3csi21>; 212 csi21vin4: endpoint@4 { 214 remote-endpoint = <&vin4csi21>; [all …]
|
D | r8a77995-draak.dts | 42 composite_con_in: endpoint { 43 remote-endpoint = <&adv7180_in>; 53 hdmi_con_in: endpoint { 54 remote-endpoint = <&adv7612_in>; 64 hdmi_con_out: endpoint { 65 remote-endpoint = <&adv7511_out>; 80 thc63lvd1024_in: endpoint { 81 remote-endpoint = <&lvds0_out>; 87 thc63lvd1024_out: endpoint { 88 remote-endpoint = <&adv7511_in>; [all …]
|
D | r8a77951-salvator-x.dts | 61 rcar_dw_hdmi0_out: endpoint { 62 remote-endpoint = <&hdmi0_con>; 67 dw_hdmi0_snd_in: endpoint { 68 remote-endpoint = <&rsnd_endpoint1>; 75 remote-endpoint = <&rcar_dw_hdmi0_out>; 84 rcar_dw_hdmi1_out: endpoint { 85 remote-endpoint = <&hdmi1_con>; 90 dw_hdmi1_snd_in: endpoint { 91 remote-endpoint = <&rsnd_endpoint2>; 98 remote-endpoint = <&rcar_dw_hdmi1_out>; [all …]
|
D | r8a77950-salvator-x.dts | 61 rcar_dw_hdmi0_out: endpoint { 62 remote-endpoint = <&hdmi0_con>; 67 dw_hdmi0_snd_in: endpoint { 68 remote-endpoint = <&rsnd_endpoint1>; 75 remote-endpoint = <&rcar_dw_hdmi0_out>; 84 rcar_dw_hdmi1_out: endpoint { 85 remote-endpoint = <&hdmi1_con>; 90 dw_hdmi1_snd_in: endpoint { 91 remote-endpoint = <&rsnd_endpoint2>; 98 remote-endpoint = <&rcar_dw_hdmi1_out>; [all …]
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/arm/ |
D | juno-cs-r1r2.dtsi | 12 csys1_funnel_out_port: endpoint { 13 remote-endpoint = <&etf1_in_port>; 19 csys1_funnel_in_port0: endpoint { 35 etf1_in_port: endpoint { 36 remote-endpoint = <&csys1_funnel_out_port>; 42 etf1_out_port: endpoint { 43 remote-endpoint = <&csys2_funnel_in_port1>; 58 csys2_funnel_out_port: endpoint { 59 remote-endpoint = <&replicator_in_port0>; 69 csys2_funnel_in_port0: endpoint { [all …]
|
D | juno-base.dtsi | 132 etf0_in_port: endpoint { 133 remote-endpoint = <&main_funnel_out_port>; 140 etf0_out_port: endpoint { 155 tpiu_in_port: endpoint { 156 remote-endpoint = <&replicator_out_port0>; 173 main_funnel_out_port: endpoint { 174 remote-endpoint = <&etf0_in_port>; 185 main_funnel_in_port0: endpoint { 186 remote-endpoint = <&cluster0_funnel_out_port>; 192 main_funnel_in_port1: endpoint { [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/i2c/ |
D | tvp5150.txt | 29 port must be linked to an endpoint defined in [1]. The port/connector layout is 33 endpoint@0 -----------> Comp0-Con port 34 endpoint@1 ------+----> Svideo-Con port 36 endpoint@1 ------+ 37 endpoint@0 -----------> Comp1-Con port 39 endpoint (video bitstream output at YOUT[0-7] parallel bus) 70 composite0_to_tvp5150: endpoint { 71 remote-endpoint = <&tvp5150_to_composite0>; 82 composite1_to_tvp5150: endpoint { 83 remote-endpoint = <&tvp5150_to_composite1>; [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/ |
D | graph.txt | 31 Each port node contains an 'endpoint' subnode for each remote device port 33 remote device, an 'endpoint' child node must be provided for each link. 35 endpoint at a port, or a port node needs to be associated with a selected 49 endpoint@0 { 53 endpoint@1 { 62 endpoint { ... }; 79 endpoint@0 { ... }; 80 endpoint@1 { ... }; 90 Each endpoint should contain a 'remote-endpoint' phandle property that points 91 to the corresponding endpoint in the port of the remote device. In turn, the [all …]
|
/kernel/linux/linux-5.10/include/drm/ |
D | drm_of.h | 45 struct of_endpoint *endpoint); 47 int port, int endpoint, 83 struct of_endpoint *endpoint) in drm_of_encoder_active_endpoint() argument 88 int port, int endpoint, in drm_of_find_panel_or_bridge() argument 112 int port, int endpoint) in drm_of_panel_bridge_remove() argument 118 remote = of_graph_get_remote_node(np, port, endpoint); in drm_of_panel_bridge_remove() 134 struct of_endpoint endpoint; in drm_of_encoder_active_endpoint_id() local 136 &endpoint); in drm_of_encoder_active_endpoint_id() 138 return ret ?: endpoint.id; in drm_of_encoder_active_endpoint_id() 144 struct of_endpoint endpoint; in drm_of_encoder_active_port_id() local [all …]
|