Home
last modified time | relevance | path

Searched refs:remote (Results 1 – 25 of 963) sorted by relevance

12345678910>>...39

/linux/drivers/input/misc/
H A Dkeyspan_remote.c167 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 Dtegra194-p2972-0000.dts31 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 Dtegra194-p3509-0000.dtsi26 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 Dtegra186-p2771-0000.dts30 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 Dtegra210-p2371-2180.dts141 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 Dtegra210-p3450-0000.dts636 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 Dtegra186-p3509-0000+p3636-0001.dts76 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 Dqcom_glink_trace.h14 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/drivers/net/vxlan/
H A Dvxlan_mdb.c99 const struct vxlan_mdb_remote *remote, in vxlan_br_mdb_entry_fill() argument
108 if (remote->flags & VXLAN_MDB_REMOTE_F_BLOCKED) in vxlan_br_mdb_entry_fill()
126 const struct vxlan_mdb_remote *remote) in vxlan_mdb_entry_info_fill_srcs() argument
131 if (hlist_empty(&remote->src_list)) in vxlan_mdb_entry_info_fill_srcs()
138 hlist_for_each_entry(ent, &remote->src_list, node) { in vxlan_mdb_entry_info_fill_srcs()
165 const struct vxlan_mdb_remote *remote) in vxlan_mdb_entry_info_fill() argument
167 struct vxlan_rdst *rd = rtnl_dereference(remote->rd); in vxlan_mdb_entry_info_fill()
175 vxlan_br_mdb_entry_fill(vxlan, mdb_entry, remote, &e); in vxlan_mdb_entry_info_fill()
185 if (nla_put_u8(skb, MDBA_MDB_EATTR_RTPROT, remote->rt_protocol) || in vxlan_mdb_entry_info_fill()
186 nla_put_u8(skb, MDBA_MDB_EATTR_GROUP_MODE, remote->filter_mode) || in vxlan_mdb_entry_info_fill()
[all …]
/linux/arch/arm64/boot/dts/hisilicon/
H A Dhi3660-coresight.dtsi25 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 Dhi6220-coresight.dtsi22 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 Dhip04.dtsi280 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 Dsysfs-class-remoteproc7 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 Dsysfs-bus-rpmsg6 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 Dimx6q.dtsi229 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 Dimx6dl.dtsi193 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/renesas/
H A Dulcb-kf-audio-graph-card2-mix+split.dtsi79 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 Dulcb-kf-audio-graph-card-mix+split.dtsi78 remote-endpoint = <&rsnd_for_pcm3168a_play1>;
84 remote-endpoint = <&rsnd_for_pcm3168a_play2>;
90 remote-endpoint = <&rsnd_for_pcm3168a_play3>;
96 remote-endpoint = <&rsnd_for_pcm3168a_play4>;
113 remote-endpoint = <&rsnd_for_pcm3168a_capture1>;
119 remote-endpoint = <&rsnd_for_pcm3168a_capture2>;
125 remote-endpoint = <&rsnd_for_pcm3168a_capture3>;
144 remote-endpoint = <&pcm3168a_endpoint_p1>;
156 remote-endpoint = <&pcm3168a_endpoint_p2>;
168 remote-endpoint = <&pcm3168a_endpoint_p3>;
[all …]
H A Dr8a77970-eagle-function-expansion.dtso23 remote-endpoint = <&adv7482_ain7>;
37 remote-endpoint = <&adv7612_in>;
51 remote-endpoint = <&adv7482_hdmi>;
96 remote-endpoint = <&hdmi_in_con2>;
104 remote-endpoint = <&vin0_in>;
128 remote-endpoint = <&cvbs_con>;
136 remote-endpoint = <&hdmi_in_con>;
146 remote-endpoint = <&csi40_in>;
167 remote-endpoint = <&adv7482_txa>;
214 remote-endpoint = <&adv7612_out>;
/linux/tools/testing/selftests/drivers/net/hw/lib/py/
H A Dlinkconfig.py
/linux/tools/testing/selftests/drivers/net/
H A Dping.py19 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 Dkcov.c66 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_obj(*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/sprd/
H A Dsc9836.dtsi55 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/drivers/hid/
H A Dwacom_sys.c1904 static struct kobj_attribute remote##SET_ID##_mode_attr = { \
1909 static struct attribute *remote##SET_ID##_serial_attrs[] = { \
1910 &remote##SET_ID##_mode_attr.attr, \
1913 static const struct attribute_group remote##SET_ID##_serial_group = { \
1915 .attrs = remote##SET_ID##_serial_attrs, \
1928 struct wacom_remote *remote = wacom->remote; in wacom_remote_create_attr_group() local
1930 remote->remotes[index].group.name = devm_kasprintf(&wacom->hdev->dev, in wacom_remote_create_attr_group()
1933 if (!remote->remotes[index].group.name) in wacom_remote_create_attr_group()
1936 error = __wacom_devm_sysfs_create_group(wacom, remote->remote_dir, in wacom_remote_create_attr_group()
1937 &remote->remotes[index].group); in wacom_remote_create_attr_group()
[all …]
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3588-orangepi-5-max.dts20 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>;

12345678910>>...39