Home
last modified time | relevance | path

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

12345678910>>...63

/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-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 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 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 Dtegra264.dtsi175 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 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/sound/soc/generic/
H A Daudio-graph-card2-custom-sample1.dtsi133 …port@0 { reg = <0>; smcodec_ep: endpoint { remote-endpoint = <&cpu1_1_ep>; };};/* (X) to pair …
134 …port@1 { reg = <1>; smcodec_A_ep: endpoint { remote-endpoint = <&codec1_1_ep>; };};/* (A) Multi El…
135 …port@2 { reg = <2>; smcodec_B_ep: endpoint { remote-endpoint = <&codec1_2_ep>; };};/* (B) Multi El…
150 …mcpuA: port@0 { reg = <0>; mcpu_A_ep: endpoint { remote-endpoint = <&mcodec_A_ep>; };}; /* (X) to…
151 …port@1 { reg = <1>; mcpu_AA_ep: endpoint { remote-endpoint = <&cpu1_2_ep>; };}; /* (A) Multi Ele…
152 …port@2 { reg = <2>; mcpu_AB_ep: endpoint { remote-endpoint = <&cpu1_3_ep>; };}; /* (B) Multi Ele…
167 …port@0 { reg = <0>; mcodec_A_ep: endpoint { remote-endpoint = <&mcpu_A_ep>; };}; /* (x) to pair…
168 …port@1 { reg = <1>; mcodec_Aa_ep: endpoint { remote-endpoint = <&codec1_3_ep>; };}; /* (a) Multi E…
169 …port@2 { reg = <2>; mcodec_Ab_ep: endpoint { remote-endpoint = <&codec1_4_ep>; };}; /* (b) Multi E…
189 mcpu_BX_ep: endpoint { remote-endpoint = <&mcodec_Bx_ep>; }; /* (X) to pair */
[all …]
H A Daudio-graph-card2-custom-sample2.dtsi153 port@0 { reg = <0>; mbe_x_ep: endpoint { remote-endpoint = <&beB_ep>; };};/* (x) to pair */
154 …port@1 { reg = <1>; mbe_a_ep: endpoint { remote-endpoint = <&codec2_1_ep>; };};/* (a) Multi Elemen…
155 …port@2 { reg = <2>; mbe_b_ep: endpoint { remote-endpoint = <&codec2_2_ep>; };};/* (b) Multi Elemen…
174 … port@0 { reg = <0>; mc2c0X_ep: endpoint { remote-endpoint = <&c2cmf_ep>; };};/* (X) to pair */
175 …port@1 { reg = <1>; mc2c0A_ep: endpoint { remote-endpoint = <&codec2_5_ep>; };};/* (A) Multi Eleme…
176 …port@2 { reg = <2>; mc2c0B_ep: endpoint { remote-endpoint = <&codec2_6_ep>; };};/* (B) Multi Eleme…
195 … port@0 { reg = <0>; mc2c1x_ep: endpoint { remote-endpoint = <&c2cmb_ep>; };};/* (x) to pair */
196 …port@1 { reg = <1>; mc2c1a_ep: endpoint { remote-endpoint = <&codec2_7_ep>; };};/* (a) Multi Eleme…
197 …port@2 { reg = <2>; mc2c1b_ep: endpoint { remote-endpoint = <&codec2_8_ep>; };};/* (b) Multi Eleme…
220 feA: port@0 { reg = <0>; feA_ep: endpoint { remote-endpoint = <&cpu2_0_ep>; }; };
[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/Documentation/hwmon/
H A Dmax1668.rst25 set; only two remote temperature inputs vs the four available on the other
39 temp2_input ro remote temperature 1
40 temp2_max rw remote temperature 1 maximum threshold for alarm
41 temp2_max_alarm ro remote temperature 1 maximum threshold alarm
42 temp2_min rw remote temperature 1 minimum threshold for alarm
43 temp2_min_alarm ro remote temperature 1 minimum threshold alarm
44 temp3_input ro remote temperature 2
45 temp3_max rw remote temperature 2 maximum threshold for alarm
46 temp3_max_alarm ro remote temperature 2 maximum threshold alarm
47 temp3_min rw remote temperature 2 minimum threshold for alarm
[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/arm64/boot/dts/apple/
H A Dt6022-j180d.dts80 remote-endpoint = <&dwc3_2_hs>;
86 remote-endpoint = <&atcphy2_typec_lanes>;
112 remote-endpoint = <&dwc3_3_hs>;
118 remote-endpoint = <&atcphy3_typec_lanes>;
146 remote-endpoint = <&dwc3_6_hs>;
152 remote-endpoint = <&atcphy6_typec_lanes>;
178 remote-endpoint = <&dwc3_7_hs>;
184 remote-endpoint = <&atcphy7_typec_lanes>;
223 remote-endpoint = <&dwc3_0_hs>;
229 remote-endpoint = <&atcphy0_typec_lanes>;
[all …]
H A Dt600x-j375.dtsi72 remote-endpoint = <&dwc3_0_hs>;
78 remote-endpoint = <&atcphy0_typec_lanes>;
104 remote-endpoint = <&dwc3_1_hs>;
110 remote-endpoint = <&atcphy1_typec_lanes>;
136 remote-endpoint = <&dwc3_2_hs>;
142 remote-endpoint = <&atcphy2_typec_lanes>;
168 remote-endpoint = <&dwc3_3_hs>;
174 remote-endpoint = <&atcphy3_typec_lanes>;
191 remote-endpoint = <&typec0_connector_hs>;
198 remote-endpoint = <&atcphy0_usb3>;
[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 …]
/linux/drivers/net/ovpn/
H A Dbind.h41 union ovpn_sockaddr remote; /* remote sockaddr */ member
62 const union ovpn_sockaddr *remote; in ovpn_bind_skb_src_match() local
67 remote = &bind->remote; in ovpn_bind_skb_src_match()
71 if (unlikely(remote->in4.sin_family != AF_INET)) in ovpn_bind_skb_src_match()
74 if (unlikely(remote->in4.sin_addr.s_addr != ip_hdr(skb)->saddr)) in ovpn_bind_skb_src_match()
77 if (unlikely(remote->in4.sin_port != udp_hdr(skb)->source)) in ovpn_bind_skb_src_match()
81 if (unlikely(remote->in6.sin6_family != AF_INET6)) in ovpn_bind_skb_src_match()
84 if (unlikely(!ipv6_addr_equal(&remote->in6.sin6_addr, in ovpn_bind_skb_src_match()
88 if (unlikely(remote->in6.sin6_port != udp_hdr(skb)->source)) in ovpn_bind_skb_src_match()
/linux/drivers/staging/media/atomisp/pci/runtime/queue/src/
H A Dqueue_access.c28 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()
106 hmm_store(rdesc->desc.remote.cb_desc_addr, in ia_css_queue_store()
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsend_signal.c21 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/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 …]
/linux/arch/arm64/boot/dts/sprd/
H A Dsc9860.dtsi247 remote-endpoint = <&etb_in>;
259 remote-endpoint =
267 remote-endpoint =
283 remote-endpoint =
300 remote-endpoint =
315 remote-endpoint =
328 remote-endpoint = <&etm0_out>;
335 remote-endpoint = <&etm1_out>;
342 remote-endpoint = <&etm2_out>;
349 remote-endpoint = <&etm3_out>;
[all …]
H A Dsc9863a.dtsi196 remote-endpoint = <&etb_in>;
204 remote-endpoint =
220 remote-endpoint =
236 remote-endpoint =
249 remote-endpoint = <&etm0_out>;
256 remote-endpoint = <&etm1_out>;
263 remote-endpoint = <&etm2_out>;
270 remote-endpoint = <&etm3_out>;
285 remote-endpoint =
294 remote-endpoint =
[all …]

12345678910>>...63