| /linux-6.15/drivers/input/misc/ |
| H A D | keyspan_remote.c | 208 memcpy(remote->data.buffer + remote->data.len, remote->in_buffer, RECV_SIZE); in keyspan_check_data() 212 while ((remote->data.bits_left >= 14 || remote->data.pos < remote->data.len) && !found) { in keyspan_check_data() 245 memcpy(remote->data.buffer + remote->data.len, remote->in_buffer, RECV_SIZE); in keyspan_check_data() 293 remote->data.tester = remote->data.tester >> 5; in keyspan_check_data() 297 remote->data.tester = remote->data.tester >> 6; in keyspan_check_data() 309 remote->data.tester = remote->data.tester >> 5; in keyspan_check_data() 409 remote->irq_urb->dev = remote->udev; in keyspan_open() 456 remote = kzalloc(sizeof(*remote), GFP_KERNEL); in keyspan_probe() 497 snprintf(remote->name, sizeof(remote->name), in keyspan_probe() 534 remote->irq_urb->transfer_dma = remote->in_dma; in keyspan_probe() [all …]
|
| /linux-6.15/arch/arm64/boot/dts/nvidia/ |
| H A D | tegra186-p2771-0000.dts | 30 remote-endpoint = <&xbar_i2s1_ep>; 56 remote-endpoint = <&xbar_i2s2_ep>; 82 remote-endpoint = <&xbar_i2s3_ep>; 108 remote-endpoint = <&xbar_i2s4_ep>; 134 remote-endpoint = <&xbar_i2s5_ep>; 160 remote-endpoint = <&xbar_i2s6_ep>; 1288 remote-endpoint = <&admaif0_ep>; 1296 remote-endpoint = <&admaif1_ep>; 1304 remote-endpoint = <&admaif2_ep>; 1312 remote-endpoint = <&admaif3_ep>; [all …]
|
| H A D | tegra194-p3509-0000.dtsi | 26 remote-endpoint = <&xbar_i2s3_ep>; 52 remote-endpoint = <&xbar_i2s5_ep>; 1180 remote-endpoint = <&admaif0_ep>; 1188 remote-endpoint = <&admaif1_ep>; 1196 remote-endpoint = <&admaif2_ep>; 1204 remote-endpoint = <&admaif3_ep>; 1212 remote-endpoint = <&admaif4_ep>; 1220 remote-endpoint = <&admaif5_ep>; 1228 remote-endpoint = <&admaif6_ep>; 1236 remote-endpoint = <&admaif7_ep>; [all …]
|
| H A D | tegra194-p2972-0000.dts | 31 remote-endpoint = <&xbar_i2s1_ep>; 40 remote-endpoint = <&rt5658_ep>; 57 remote-endpoint = <&xbar_i2s2_ep>; 83 remote-endpoint = <&xbar_i2s4_ep>; 109 remote-endpoint = <&xbar_i2s6_ep>; 1135 remote-endpoint = <&admaif0_ep>; 1143 remote-endpoint = <&admaif1_ep>; 1151 remote-endpoint = <&admaif2_ep>; 1159 remote-endpoint = <&admaif3_ep>; 1167 remote-endpoint = <&admaif4_ep>; [all …]
|
| H A D | tegra210-p2371-2180.dts | 135 remote-endpoint = <&xbar_i2s1_ep>; 161 remote-endpoint = <&xbar_i2s2_ep>; 187 remote-endpoint = <&xbar_i2s3_ep>; 213 remote-endpoint = <&xbar_i2s4_ep>; 239 remote-endpoint = <&xbar_i2s5_ep>; 859 remote-endpoint = <&i2s1_cif_ep>; 867 remote-endpoint = <&i2s2_cif_ep>; 875 remote-endpoint = <&i2s3_cif_ep>; 883 remote-endpoint = <&i2s4_cif_ep>; 1099 remote-endpoint = <&adx1_in_ep>; [all …]
|
| H A D | tegra210-p3450-0000.dts | 1245 remote-endpoint = <&i2s3_cif_ep>; 1253 remote-endpoint = <&i2s4_cif_ep>; 1373 remote-endpoint = <&amx1_in1_ep>; 1381 remote-endpoint = <&amx1_in2_ep>; 1389 remote-endpoint = <&amx1_in3_ep>; 1397 remote-endpoint = <&amx1_in4_ep>; 1405 remote-endpoint = <&amx1_out_ep>; 1413 remote-endpoint = <&amx2_in1_ep>; 1421 remote-endpoint = <&amx2_in2_ep>; 1453 remote-endpoint = <&adx1_in_ep>; [all …]
|
| H A D | tegra186-p3509-0000+p3636-0001.dts | 76 remote-endpoint = <&xbar_i2s1_ep>; 344 remote-endpoint = <&admaif0_ep>; 352 remote-endpoint = <&admaif1_ep>; 360 remote-endpoint = <&admaif2_ep>; 368 remote-endpoint = <&admaif3_ep>; 376 remote-endpoint = <&admaif4_ep>; 384 remote-endpoint = <&admaif5_ep>; 392 remote-endpoint = <&admaif6_ep>; 400 remote-endpoint = <&admaif7_ep>; 408 remote-endpoint = <&admaif8_ep>; [all …]
|
| /linux-6.15/drivers/rpmsg/ |
| H A D | qcom_glink_trace.h | 17 __string(remote, remote) 42 __string(remote, remote) 67 __string(remote, remote) 95 __string(remote, remote) 123 __string(remote, remote) 151 __string(remote, remote) 188 __string(remote, remote) 222 __string(remote, remote) 253 __string(remote, remote) 284 __string(remote, remote) [all …]
|
| /linux-6.15/tools/testing/selftests/drivers/net/hw/ |
| H A D | iou-zcrx.py | 12 output = ethtool(f"-g {cfg.ifname}", host=cfg.remote).stdout 18 output = ethtool(f"-l {cfg.ifname}", host=cfg.remote).stdout 39 ethtool(f"-G {cfg.ifname} rx 64", host=cfg.remote) 45 with bkg(rx_cmd, host=cfg.remote, exit_wait=True): 46 wait_port_listen(9999, proto="tcp", host=cfg.remote) 50 ethtool(f"-X {cfg.ifname} default", host=cfg.remote) 51 ethtool(f"-G {cfg.ifname} rx {rx_ring}", host=cfg.remote) 65 ethtool(f"-G {cfg.ifname} rx 64", host=cfg.remote) 71 with bkg(rx_cmd, host=cfg.remote, exit_wait=True): 76 ethtool(f"-X {cfg.ifname} default", host=cfg.remote) [all …]
|
| /linux-6.15/sound/soc/generic/ |
| H A D | audio-graph-card2-custom-sample1.dtsi | 189 mcpu_BX_ep: endpoint { remote-endpoint = <&mcodec_Bx_ep>; }; /* (X) to pair */ 225 mcodec_Bx_ep: endpoint { remote-endpoint = <&mcpu_BX_ep>; }; /* (x) to pair */ 267 mcpu_CX_ep: endpoint { remote-endpoint = <&mcodec_Cx_ep>; }; /* (X) to pair */ 309 mcodec_Cx_ep: endpoint { remote-endpoint = <&mcpu_CX_ep>; }; /* (x) to pair */ 352 port@2 { reg = <2>; cpu1_2_ep: endpoint { remote-endpoint = <&mcpu_AA_ep>; }; }; 353 port@3 { reg = <3>; cpu1_3_ep: endpoint { remote-endpoint = <&mcpu_AB_ep>; }; }; 355 port@4 { reg = <4>; cpu1_4_ep: endpoint { remote-endpoint = <&mcpu_BA_ep>; }; }; 356 port@5 { reg = <5>; cpu1_5_ep: endpoint { remote-endpoint = <&mcpu_BB_ep>; }; }; 358 port@6 { reg = <6>; cpu1_6_ep: endpoint { remote-endpoint = <&mcpu_CA_ep>; }; }; 359 port@7 { reg = <7>; cpu1_7_ep: endpoint { remote-endpoint = <&mcpu_CB_ep>; }; }; [all …]
|
| H A D | audio-graph-card2-custom-sample2.dtsi | 309 port@1 { reg = <1>; c2cmb_ep: endpoint { remote-endpoint = <&mc2c1x_ep>; }; }; 332 port@0 { reg = <0>; cpu2_0_ep: endpoint { remote-endpoint = <&feA_ep>; };}; 333 port@1 { reg = <1>; cpu2_1_ep: endpoint { remote-endpoint = <&feB_ep>; };}; 335 port@2 { reg = <2>; cpu2_2_ep: endpoint { remote-endpoint = <&feC_ep>; };}; 336 port@3 { reg = <3>; cpu2_3_ep: endpoint { remote-endpoint = <&feD_ep>; };}; 363 reg = <0>; codec2_0_ep: endpoint { remote-endpoint = <&beA_ep>; }; 366 port@1 { reg = <1>; codec2_1_ep: endpoint { remote-endpoint = <&mbe_a_ep>; };}; 367 port@2 { reg = <2>; codec2_2_ep: endpoint { remote-endpoint = <&mbe_b_ep>; };}; 371 reg = <3>; codec2_3_ep: endpoint { remote-endpoint = <&c2cf_ep>; };}; 372 port@4 { reg = <4>; codec2_4_ep: endpoint { remote-endpoint = <&c2cb_ep>; };}; [all …]
|
| /linux-6.15/Documentation/hwmon/ |
| H A D | max1668.rst | 39 temp2_input ro remote temperature 1 41 temp2_max_alarm ro remote temperature 1 maximum threshold alarm 43 temp2_min_alarm ro remote temperature 1 minimum threshold alarm 44 temp3_input ro remote temperature 2 46 temp3_max_alarm ro remote temperature 2 maximum threshold alarm 48 temp3_min_alarm ro remote temperature 2 minimum threshold alarm 54 temp4_input ro remote temperature 3 56 temp4_max_alarm ro remote temperature 3 maximum threshold alarm 58 temp4_min_alarm ro remote temperature 3 minimum threshold alarm 59 temp5_input ro remote temperature 4 [all …]
|
| /linux-6.15/arch/arm64/boot/dts/hisilicon/ |
| H A D | hi3660-coresight.dtsi | 25 remote-endpoint = 43 remote-endpoint = 61 remote-endpoint = 79 remote-endpoint = 95 remote-endpoint = 144 remote-endpoint = 153 remote-endpoint = 172 remote-endpoint = 190 remote-endpoint = 208 remote-endpoint = [all …]
|
| H A D | hi6220-coresight.dtsi | 22 remote-endpoint = 31 remote-endpoint = 47 remote-endpoint = 56 remote-endpoint = 71 remote-endpoint = 84 remote-endpoint = 92 remote-endpoint = 108 remote-endpoint = 124 remote-endpoint = 140 remote-endpoint = [all …]
|
| /linux-6.15/drivers/net/vxlan/ |
| H A D | vxlan_mdb.c | 680 return remote; in vxlan_mdb_remote_lookup() 735 remote->flags = cfg->flags; in vxlan_mdb_remote_init() 1129 if (remote) { in vxlan_mdb_remote_add() 1142 remote = kzalloc(sizeof(*remote), GFP_KERNEL); in vxlan_mdb_remote_add() 1143 if (!remote) in vxlan_mdb_remote_add() 1164 kfree(remote); in vxlan_mdb_remote_add() 1173 list_del_rcu(&remote->list); in vxlan_mdb_remote_del() 1176 kfree_rcu(remote, rcu); in vxlan_mdb_remote_del() 1268 if (!remote) { in __vxlan_mdb_del() 1515 remote); in vxlan_mdb_get_reply_alloc() [all …]
|
| /linux-6.15/arch/arm/boot/dts/hisilicon/ |
| H A D | hip04.dtsi | 360 remote-endpoint = <&etb0_in_port>; 395 remote-endpoint = <&etb1_in_port>; 429 remote-endpoint = <&etb2_in_port>; 493 remote-endpoint = 542 remote-endpoint = 591 remote-endpoint = 640 remote-endpoint = 701 remote-endpoint = 709 remote-endpoint = 717 remote-endpoint = [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/mailbox/ |
| H A D | thead,th1520-mbox.yaml | 25 - description: Clock for remote ICU 0 26 - description: Clock for remote ICU 1 32 - const: clk-remote-icu0 33 - const: clk-remote-icu1 34 - const: clk-remote-icu2 46 - const: remote-icu0 47 - const: remote-icu1 48 - const: remote-icu2 81 reg-names = "local", "remote-icu0", "remote-icu1", "remote-icu2"; 84 clock-names = "clk-local", "clk-remote-icu0", "clk-remote-icu1", [all …]
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-class-remoteproc | 7 remote processor. 9 To change the running firmware, ensure the remote processor is 25 "offline" means the remote processor is powered off. 27 "suspended" means that the remote processor is suspended and 33 the remote processor. 35 "invalid" is returned if the remote processor is in an 76 "enabled" means when the remote processor's coredump is 80 "inline" means when the remote processor's coredump is 81 collected userspace will directly read from the remote 91 Reports the recovery mechanism of the remote processor, [all …]
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | send_signal.c | 21 bool signal_thread, bool remote) in test_send_signal_common() argument 53 if (remote) { in test_send_signal_common() 68 if (!remote) { in test_send_signal_common() 84 if (remote) in test_send_signal_common() 101 if (!remote) in test_send_signal_common() 120 if (remote) { in test_send_signal_common() 134 if (!remote) in test_send_signal_common() 157 if (!remote) { in test_send_signal_common() 172 if (remote) { in test_send_signal_common() 204 if (remote) in test_send_signal_common() [all …]
|
| /linux-6.15/drivers/staging/media/atomisp/pci/runtime/queue/src/ |
| H A D | queue_access.c | 28 rdesc->desc.remote.cb_desc_addr in ia_css_queue_load() 44 rdesc->desc.remote.cb_desc_addr in ia_css_queue_load() 49 rdesc->desc.remote.cb_desc_addr in ia_css_queue_load() 54 rdesc->desc.remote.cb_desc_addr in ia_css_queue_load() 59 hmm_load(rdesc->desc.remote.cb_desc_addr, in ia_css_queue_load() 83 rdesc->desc.remote.cb_desc_addr in ia_css_queue_store() 89 rdesc->desc.remote.cb_desc_addr in ia_css_queue_store() 95 rdesc->desc.remote.cb_desc_addr in ia_css_queue_store() 101 rdesc->desc.remote.cb_desc_addr in ia_css_queue_store() 127 rdesc->desc.remote.cb_elems_addr in ia_css_queue_item_load() [all …]
|
| /linux-6.15/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6q.dtsi | 252 remote-endpoint = <&hdmi_mux_2>; 257 remote-endpoint = <&mipi_mux_2>; 262 remote-endpoint = <&lvds0_mux_2>; 267 remote-endpoint = <&lvds1_mux_2>; 278 remote-endpoint = <&hdmi_mux_3>; 283 remote-endpoint = <&mipi_mux_3>; 288 remote-endpoint = <&lvds0_mux_3>; 293 remote-endpoint = <&lvds1_mux_3>; 417 remote-endpoint = <&ipu2_di0_hdmi>; 425 remote-endpoint = <&ipu2_di1_hdmi>; [all …]
|
| H A D | imx6dl.dtsi | 193 remote-endpoint = <&mipi_vc0_to_ipu1_csi0_mux>; 201 remote-endpoint = <&mipi_vc1_to_ipu1_csi0_mux>; 209 remote-endpoint = <&mipi_vc2_to_ipu1_csi0_mux>; 217 remote-endpoint = <&mipi_vc3_to_ipu1_csi0_mux>; 247 remote-endpoint = <&mipi_vc0_to_ipu1_csi1_mux>; 255 remote-endpoint = <&mipi_vc1_to_ipu1_csi1_mux>; 263 remote-endpoint = <&mipi_vc2_to_ipu1_csi1_mux>; 271 remote-endpoint = <&mipi_vc3_to_ipu1_csi1_mux>; 306 remote-endpoint = <&ipu1_csi1_mux_to_ipu1_csi1>; 327 remote-endpoint = <&ipu1_csi0_mux_from_mipi_vc0>; [all …]
|
| /linux-6.15/arch/arm64/boot/dts/renesas/ |
| H A D | ulcb-kf-audio-graph-card2-mix+split.dtsi | 79 fe_c: port@2 { reg = <2>; fe_c_ep: endpoint { remote-endpoint = <&rsnd_c_ep>; }; }; 80 fe_d: port@3 { reg = <3>; fe_d_ep: endpoint { remote-endpoint = <&rsnd_d_ep>; }; }; 121 remote-endpoint = <&be_y_ep>; 132 remote-endpoint = <&be_z_ep>; 151 remote-endpoint = <&fe_c_ep>; 163 remote-endpoint = <&fe_d_ep>; 175 remote-endpoint = <&fe_e_ep>; 187 remote-endpoint = <&fe_f_ep>; 199 remote-endpoint = <&fe_g_ep>; 211 remote-endpoint = <&fe_h_ep>; [all …]
|
| /linux-6.15/arch/arm64/boot/dts/sprd/ |
| H A D | sc9863a.dtsi | 204 remote-endpoint = 220 remote-endpoint = 236 remote-endpoint = 285 remote-endpoint = 294 remote-endpoint = 310 remote-endpoint = 319 remote-endpoint = 335 remote-endpoint = 348 remote-endpoint = 356 remote-endpoint = [all …]
|
| H A D | sc9860.dtsi | 321 remote-endpoint = 329 remote-endpoint = 344 remote-endpoint = 361 remote-endpoint = 376 remote-endpoint = 424 remote-endpoint = 473 remote-endpoint = 482 remote-endpoint = 498 remote-endpoint = 507 remote-endpoint = [all …]
|