| /linux/drivers/input/misc/ |
| H A D | keyspan_remote.c | 167 static void keyspan_report_button(struct usb_keyspan *remote, int button, int press) in keyspan_report_button() argument 169 struct input_dev *input = remote->input; in keyspan_report_button() 172 input_report_key(input, remote->keymap[button], press); in keyspan_report_button() 179 static void keyspan_check_data(struct usb_keyspan *remote) in keyspan_check_data() argument 185 switch(remote->stage) { in keyspan_check_data() 191 for (i = 0; i < RECV_SIZE && remote->in_buffer[i] == GAP; ++i); in keyspan_check_data() 194 memcpy(remote->data.buffer, remote->in_buffer, RECV_SIZE); in keyspan_check_data() 195 remote->data.len = RECV_SIZE; in keyspan_check_data() 196 remote->data.pos = 0; in keyspan_check_data() 197 remote->data.tester = 0; in keyspan_check_data() [all …]
|
| /linux/arch/arm64/boot/dts/nvidia/ |
| 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>; 135 remote-endpoint = <&xbar_sfc1_in_ep>; 143 remote-endpoint = <&xbar_sfc1_out_ep>; 160 remote-endpoint = <&xbar_sfc2_in_ep>; 168 remote-endpoint = <&xbar_sfc2_out_ep>; 185 remote-endpoint = <&xbar_sfc3_in_ep>; [all …]
|
| H A D | tegra194-p3509-0000.dtsi | 26 remote-endpoint = <&xbar_i2s3_ep>; 52 remote-endpoint = <&xbar_i2s5_ep>; 78 remote-endpoint = <&xbar_sfc1_in_ep>; 87 remote-endpoint = <&xbar_sfc1_out_ep>; 105 remote-endpoint = <&xbar_sfc2_in_ep>; 113 remote-endpoint = <&xbar_sfc2_out_ep>; 130 remote-endpoint = <&xbar_sfc3_in_ep>; 138 remote-endpoint = <&xbar_sfc3_out_ep>; 155 remote-endpoint = <&xbar_sfc4_in_ep>; 163 remote-endpoint = <&xbar_sfc4_out_ep>; [all …]
|
| 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>; 186 remote-endpoint = <&xbar_sfc1_in_ep>; 195 remote-endpoint = <&xbar_sfc1_out_ep>; 213 remote-endpoint = <&xbar_sfc2_in_ep>; 221 remote-endpoint = <&xbar_sfc2_out_ep>; [all …]
|
| H A D | tegra210-p2371-2180.dts | 141 remote-endpoint = <&xbar_i2s1_ep>; 167 remote-endpoint = <&xbar_i2s2_ep>; 193 remote-endpoint = <&xbar_i2s3_ep>; 219 remote-endpoint = <&xbar_i2s4_ep>; 245 remote-endpoint = <&xbar_i2s5_ep>; 271 remote-endpoint = <&xbar_sfc1_in_ep>; 279 remote-endpoint = <&xbar_sfc1_out_ep>; 296 remote-endpoint = <&xbar_sfc2_in_ep>; 304 remote-endpoint = <&xbar_sfc2_out_ep>; 321 remote-endpoint = <&xbar_sfc3_in_ep>; [all …]
|
| H A D | tegra264.dtsi | 175 remote-endpoint = <&xbar_i2s1>; 210 remote-endpoint = <&xbar_i2s2>; 245 remote-endpoint = <&xbar_i2s3>; 280 remote-endpoint = <&xbar_i2s4>; 315 remote-endpoint = <&xbar_i2s5>; 350 remote-endpoint = <&xbar_i2s6>; 385 remote-endpoint = <&xbar_i2s7>; 420 remote-endpoint = <&xbar_i2s8>; 455 remote-endpoint = <&xbar_dmic1>; 489 remote-endpoint = <&xbar_dmic2>; [all …]
|
| H A D | tegra210-p3450-0000.dts | 636 remote-endpoint = <&xbar_i2s3_ep>; 662 remote-endpoint = <&xbar_i2s4_ep>; 688 remote-endpoint = <&xbar_sfc1_in_ep>; 696 remote-endpoint = <&xbar_sfc1_out_ep>; 713 remote-endpoint = <&xbar_sfc2_in_ep>; 721 remote-endpoint = <&xbar_sfc2_out_ep>; 738 remote-endpoint = <&xbar_sfc3_in_ep>; 746 remote-endpoint = <&xbar_sfc3_out_ep>; 763 remote-endpoint = <&xbar_sfc4_in_ep>; 771 remote-endpoint = <&xbar_sfc4_out_ep>; [all …]
|
| H A D | tegra186-p3509-0000+p3636-0001.dts | 76 remote-endpoint = <&xbar_i2s1_ep>; 102 remote-endpoint = <&xbar_i2s3_ep>; 128 remote-endpoint = <&xbar_dmic1_ep>; 153 remote-endpoint = <&xbar_dmic2_ep>; 178 remote-endpoint = <&xbar_admaif0_ep>; 186 remote-endpoint = <&xbar_admaif1_ep>; 194 remote-endpoint = <&xbar_admaif2_ep>; 202 remote-endpoint = <&xbar_admaif3_ep>; 210 remote-endpoint = <&xbar_admaif4_ep>; 218 remote-endpoint = <&xbar_admaif5_ep>; [all …]
|
| /linux/drivers/rpmsg/ |
| H A D | qcom_glink_trace.h | 14 TP_PROTO(const char *remote, unsigned int version, unsigned int features, bool tx), 15 TP_ARGS(remote, version, features, tx), 17 __string(remote, remote) 23 __assign_str(remote); 30 __get_str(remote), 39 TP_PROTO(const char *remote, unsigned int version, unsigned int features, bool tx), 40 TP_ARGS(remote, version, features, tx), 42 __string(remote, remote) 48 __assign_str(remote); 55 __get_str(remote), [all …]
|
| /linux/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 = 108 remote-endpoint = <&etm0_out>; 115 remote-endpoint = <&etm1_out>; 122 remote-endpoint = <&etm2_out>; 129 remote-endpoint = <&etm3_out>; 144 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/arch/arm/boot/dts/hisilicon/ |
| H A D | hip04.dtsi | 280 remote-endpoint = <&replicator0_out_port0>; 295 remote-endpoint = <&replicator1_out_port0>; 310 remote-endpoint = <&replicator2_out_port0>; 325 remote-endpoint = <&replicator3_out_port0>; 340 remote-endpoint = <&funnel4_out_port0>; 360 remote-endpoint = <&etb0_in_port>; 367 remote-endpoint = <&funnel4_in_port0>; 375 remote-endpoint = <&funnel0_out_port0>; 395 remote-endpoint = <&etb1_in_port>; 402 remote-endpoint = <&funnel4_in_port1>; [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-remoteproc | 7 remote processor. 9 To change the running firmware, ensure the remote processor is 17 Reports the state of the remote processor, which will be one of: 25 "offline" means the remote processor is powered off. 27 "suspended" means that the remote processor is suspended and 30 "running" is the normal state of an available remote processor 33 the remote processor. 35 "invalid" is returned if the remote processor is in an 38 Writing this file controls the state of the remote processor. 46 /sys/class/remoteproc/.../firmware. The remote processor should [all …]
|
| H A D | sysfs-bus-rpmsg | 6 Every rpmsg device is a communication channel with a remote 18 Every rpmsg device is a communication channel with a remote 20 and remote ("destination") rpmsg address. When an entity 36 Every rpmsg device is a communication channel with a remote 38 and remote ("destination") rpmsg address. When an entity 44 This sysfs entry contains the dst (remote) rpmsg address 48 remote processor. This make it a local rpmsg server, 50 from any remote rpmsg client; it is not bound to a single 51 remote entity). 58 Every rpmsg device is a communication channel with a remote [all …]
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6q.dtsi | 229 remote-endpoint = <&mipi_vc2_to_ipu2_csi0>; 237 remote-endpoint = <&ipu2_csi1_mux_to_ipu2_csi1>; 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>; [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>; 232 remote-endpoint = <&ipu1_csi0_from_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>; 286 remote-endpoint = <&ipu1_csi1_from_ipu1_csi1_mux>; [all …]
|
| /linux/arch/arm64/boot/dts/sprd/ |
| H A D | sc9860.dtsi | 247 remote-endpoint = <&etb_in>; 259 remote-endpoint = 267 remote-endpoint = 282 remote-endpoint = 299 remote-endpoint = 314 remote-endpoint = 327 remote-endpoint = <&etm0_out>; 334 remote-endpoint = <&etm1_out>; 341 remote-endpoint = <&etm2_out>; 348 remote-endpoint = <&etm3_out>; [all …]
|
| H A D | sc9836.dtsi | 55 remote-endpoint = <&funnel_out_port0>; 70 remote-endpoint = <&etf_in>; 82 remote-endpoint = <&etm0_out>; 89 remote-endpoint = <&etm1_out>; 96 remote-endpoint = <&etm2_out>; 103 remote-endpoint = <&etm3_out>; 110 remote-endpoint = <&stm_out>; 127 remote-endpoint = <&funnel_in_port0>; 143 remote-endpoint = <&funnel_in_port1>; 159 remote-endpoint = <&funnel_in_port2>; [all …]
|
| /linux/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>; }; }; 81 fe_e: port@4 { reg = <4>; fe_e_ep: endpoint { remote-endpoint = <&rsnd_e_ep>; }; }; 82 fe_f: port@5 { reg = <5>; fe_f_ep: endpoint { remote-endpoint = <&rsnd_f_ep>; }; }; 84 fe_g: port@6 { reg = <6>; fe_g_ep: endpoint { remote-endpoint = <&rsnd_g_ep>; }; }; 85 fe_h: port@7 { reg = <7>; fe_h_ep: endpoint { remote-endpoint = <&rsnd_h_ep>; }; }; 86 fe_i: port@8 { reg = <8>; fe_i_ep: endpoint { remote-endpoint = <&rsnd_i_ep>; }; }; 99 be_y: port@0 { reg = <0>; be_y_ep: endpoint { remote-endpoint = <&pcm3168a_y_ep>; }; }; 100 be_z: port@1 { reg = <1>; be_z_ep: endpoint { remote-endpoint = <&pcm3168a_z_ep>; }; }; 121 remote-endpoint = <&be_y_ep>; [all …]
|
| H A D | gmsl-cameras.dtsi | 96 remote-endpoint = <&fakra_con0>; 104 remote-endpoint = <&fakra_con1>; 113 remote-endpoint = <&fakra_con2>; 122 remote-endpoint = <&fakra_con3>; 140 remote-endpoint = <&max9286_in0>; 157 remote-endpoint = <&max9286_in1>; 174 remote-endpoint = <&max9286_in2>; 191 remote-endpoint = <&max9286_in3>; 229 remote-endpoint = <&fakra_con4>; 237 remote-endpoint = <&fakra_con5>; [all …]
|
| /linux/drivers/remoteproc/ |
| H A D | Kconfig | 12 Support for remote processors (such as DSP coprocessors). These 21 framework. Userspace can boot/shutdown remote processors through 32 Say y here to support iMX's remote processors via the remote 43 Say y here to support iMX's DSP remote processors via the remote 63 the remote processor framework. 74 Say y here to support OMAP's remote processors (dual M3 75 and DSP on OMAP4) via the remote processor framework. 81 offloaded to remote DSP processors using this framework). 91 Say Y here to enable watchdog timer for remote processors. 93 This option controls the watchdog functionality for the remote [all …]
|
| /linux/tools/testing/selftests/drivers/net/hw/lib/py/ |
| H A D | linkconfig.py | |
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | ping.py | 19 cmd("ping -c 1 -W0.5 " + cfg.addr_v["4"], host=cfg.remote) 21 cmd("ping -s 65000 -c 1 -W0.5 " + cfg.addr_v["4"], host=cfg.remote) 28 cmd("ping -c 1 -W5 " + cfg.addr_v["6"], host=cfg.remote) 30 cmd("ping -s 65000 -c 1 -W0.5 " + cfg.addr_v["6"], host=cfg.remote) 33 cfg.require_cmd("socat", local=False, remote=True) 43 shell=True, host=cfg.remote) 47 with bkg(listen_cmd, host=cfg.remote, exit_wait=True) as nc: 48 wait_port_listen(port, host=cfg.remote) 71 cmd(f"ip link set dev {cfg.remote_ifname} mtu 1500", shell=True, host=cfg.remote) 80 cmd(f"ip link set dev {cfg.remote_ifname} mtu 9000", shell=True, host=cfg.remote) [all …]
|
| /linux/kernel/ |
| H A D | kcov.c | 66 bool remote; member 109 struct kcov_remote *remote; in kcov_remote_find() local 111 hash_for_each_possible(kcov_remote_map, remote, hnode, handle) { in kcov_remote_find() 112 if (remote->handle == handle) in kcov_remote_find() 113 return remote; in kcov_remote_find() 121 struct kcov_remote *remote; in kcov_remote_add() local 125 remote = kmalloc(sizeof(*remote), GFP_ATOMIC); in kcov_remote_add() 126 if (!remote) in kcov_remote_add() 128 remote->handle = handle; in kcov_remote_add() 129 remote->kcov = kcov; in kcov_remote_add() [all …]
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588-orangepi-5-max.dts | 20 remote-endpoint = <&hdmi0_out_con>; 31 remote-endpoint = <&hdmi1_out_con>; 43 remote-endpoint = <&vp0_out_hdmi0>; 49 remote-endpoint = <&hdmi0_con_in>; 66 remote-endpoint = <&vp1_out_hdmi1>; 72 remote-endpoint = <&hdmi1_con_in>; 116 remote-endpoint = <&hdmi0_in_vp0>; 123 remote-endpoint = <&hdmi1_in_vp1>;
|