Home
last modified time | relevance | path

Searched full:remote (Results 1 – 25 of 3008) sorted by relevance

12345678910>>...121

/linux/drivers/input/misc/
H A Dkeyspan_remote.c26 /* Defines for converting the data from the remote. */
85 /* Structure to store all the real stuff that a remote sends to us. */
115 /* variables used to parse messages from remote. */
124 * Debug routine that prints out what we've received from the remote.
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()
177 * Routine that handles all the logic needed to parse out the message from the remote.
179 static void keyspan_check_data(struct usb_keyspan *remote) in keyspan_check_data() argument
185 switch(remote in keyspan_check_data()
407 struct usb_keyspan *remote = input_get_drvdata(dev); keyspan_open() local
418 struct usb_keyspan *remote = input_get_drvdata(dev); keyspan_close() local
448 struct usb_keyspan *remote; keyspan_probe() local
560 struct usb_keyspan *remote; keyspan_disconnect() local
[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);
28 TP_printk("%s remote: %s version: %u features: %#x",
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, remot
[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
[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
[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
[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
[all...]
H A Dtegra210-p3450-0000.dts630 remote-endpoint = <&xbar_i2s3_ep>;
656 remote-endpoint = <&xbar_i2s4_ep>;
682 remote-endpoint = <&xbar_sfc1_in_ep>;
690 remote-endpoint = <&xbar_sfc1_out_ep>;
707 remote-endpoint = <&xbar_sfc2_in_ep>;
715 remote-endpoint = <&xbar_sfc2_out_ep>;
732 remote-endpoint = <&xbar_sfc3_in_ep>;
740 remote-endpoint = <&xbar_sfc3_out_ep>;
757 remote-endpoint = <&xbar_sfc4_in_ep>;
765 remote
[all...]
/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm-remote.sh4 # Run a series of tests on remote systems under KVM.
6 # Usage: kvm-remote.sh "systems" [ <kvm.sh args> ]
7 # kvm-remote.sh "systems" /path/to/old/run [ <kvm-again.sh args> ]
37 # T: /tmp/kvm-remote.sh.NNNNNN where "NNNNNN" is set by mktemp
38 # resdir: /tmp/kvm-remote.sh.NNNNNN/res
39 # rundir: /tmp/kvm-remote.sh.NNNNNN/res/$ds ("-remote" suffix)
43 # TD: kvm-remote.sh.NNNNNN
44 # ds: yyyy.mm.dd-hh.mm.ss-remote
46 T="`mktemp -d ${TMPDIR-/tmp}/kvm-remote
[all...]
/linux/Documentation/ABI/testing/
H A Dsysfs-class-remoteproc4 Description: Remote processor firmware
7 remote processor.
9 To change the running firmware, ensure the remote processor is
15 Description: Remote processor state
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 processo
[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/drivers/scsi/isci/
H A Dremote_node_table.c65 * @remote_node_table: This is the remote node index table from which the
100 * @remote_node_table: This the remote node table in which to clear the
102 * @group_table_index: This is the remote node selector in which the change will be
130 * @remote_node_table: This the remote node table in which to set the
132 * @group_table_index: This is the remote node selector in which the change
160 * @remote_node_table: This is the remote node table in which to modify
161 * the remote node availability.
162 * @remote_node_index: This is the remote node index that is being returned to
165 * This method will set the remote to available in the remote nod
[all...]
H A Dscu_remote_node_context.h61 * describe a remote node context.
68 * definition for an SSP remote node.
76 * This field is the remote node index assigned for this remote node. All
77 * remote nodes must have a unique remote node index. The value of the remote
78 * node index can not exceed the maximum number of remote nodes reported in
86 * this remote node will support.
92 * remote nod
[all...]
H A Dremote_node_table.h64 * Remote node sets are sets of remote node index in the remote node table. The
65 * SCU hardware requires that STP remote node entries take three consecutive
66 * remote node index so the table is arranged in sets of three. The bits are
67 * used as 0111 0111 to make a byte and the bits define the set of three remote
75 * Since the remote node table is organized as DWORDS take the remote node sets
85 * This is a count of the numeber of remote nodes that can be represented in a
94 * This is a count of the number of remote node
[all...]
/linux/drivers/remoteproc/
H A DKconfig5 bool "Support for Remote Processor subsystem"
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 processo
[all...]
/linux/tools/perf/pmu-events/arch/x86/amdzen5/
H A Ddata-fabric.json4 "PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socket and DRAM Channel 0.",
12 "PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socket and DRAM Channel 1.",
20 "PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socket and DRAM Channel 2.",
28 "PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socket and DRAM Channel 3.",
36 "PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socket and DRAM Channel 4.",
44 "PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socket and DRAM Channel 5.",
52 "PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socket and DRAM Channel 6.",
60 "PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socket and DRAM Channel 7.",
68 "PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socket and DRAM Channel 8.",
76 "PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socke
[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 temperatur
[all...]
/linux/Documentation/devicetree/bindings/mailbox/
H A Dthead,th1520-mbox.yaml25 - description: Clock for remote ICU 0
26 - description: Clock for remote ICU 1
27 - description: Clock for remote ICU 2
32 - const: clk-remote-icu0
33 - const: clk-remote-icu1
34 - const: clk-remote-icu2
39 - description: Remote ICU 0 base address
40 - description: Remote ICU 1 base address
41 - description: Remote ICU 2 base address
46 - const: remote
[all...]
/linux/tools/usb/usbip/doc/
H A Dusbip.829 Connect to PORT on remote host (used for attach and list --remote).
47 \fBattach\fR \-\-remote=<\fIhost\fR> \-\-busid=<\fIbus_id\fR>
49 Attach a remote USB device.
53 \fBattach\fR \-\-remote=<\fIhost\fR> \-\-device=<\fIdev_id\fR>
55 Attach a remote USB gadget.
56 Only used when the remote usbipd is in device mode.
78 \fBlist\fR \-\-remote=<\fIhost\fR>
80 List USB devices exported by a remote host.
88 Note that this can not list usbip-vudc USB gadgets of the remote devic
[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 in vxlan_mdb_entry_info_fill()
224 struct vxlan_mdb_remote *remote; vxlan_mdb_entry_fill() local
674 struct vxlan_mdb_remote *remote; vxlan_mdb_remote_lookup() local
695 vxlan_mdb_remote_rdst_init(const struct vxlan_mdb_config * cfg,struct vxlan_mdb_remote * remote) vxlan_mdb_remote_rdst_init() argument
727 vxlan_mdb_remote_init(const struct vxlan_mdb_config * cfg,struct vxlan_mdb_remote * remote) vxlan_mdb_remote_init() argument
744 vxlan_mdb_remote_fini(struct vxlan_dev * vxlan,struct vxlan_mdb_remote * remote) vxlan_mdb_remote_fini() argument
751 vxlan_mdb_remote_src_entry_lookup(const struct vxlan_mdb_remote * remote,const union vxlan_addr * addr) vxlan_mdb_remote_src_entry_lookup() argument
765 vxlan_mdb_remote_src_entry_add(struct vxlan_mdb_remote * remote,const union vxlan_addr * addr) vxlan_mdb_remote_src_entry_add() argument
816 vxlan_mdb_remote_src_fwd_del(struct vxlan_dev * vxlan,const struct vxlan_mdb_entry_key * group,const struct vxlan_mdb_remote * remote,const union vxlan_addr * addr) vxlan_mdb_remote_src_fwd_del() argument
835 vxlan_mdb_remote_src_add(const struct vxlan_mdb_config * cfg,struct vxlan_mdb_remote * remote,const struct vxlan_mdb_config_src_entry * src,struct netlink_ext_ack * extack) vxlan_mdb_remote_src_add() argument
870 vxlan_mdb_remote_src_del(struct vxlan_dev * vxlan,const struct vxlan_mdb_entry_key * group,const struct vxlan_mdb_remote * remote,struct vxlan_mdb_src_entry * ent) vxlan_mdb_remote_src_del() argument
878 vxlan_mdb_remote_srcs_add(const struct vxlan_mdb_config * cfg,struct vxlan_mdb_remote * remote,struct netlink_ext_ack * extack) vxlan_mdb_remote_srcs_add() argument
902 vxlan_mdb_remote_srcs_del(struct vxlan_dev * vxlan,const struct vxlan_mdb_entry_key * group,struct vxlan_mdb_remote * remote) vxlan_mdb_remote_srcs_del() argument
913 vxlan_mdb_nlmsg_src_list_size(const struct vxlan_mdb_entry_key * group,const struct vxlan_mdb_remote * remote) vxlan_mdb_nlmsg_src_list_size() argument
939 vxlan_mdb_nlmsg_remote_size(const struct vxlan_dev * vxlan,const struct vxlan_mdb_entry * mdb_entry,const struct vxlan_mdb_remote * remote) vxlan_mdb_nlmsg_remote_size() argument
979 vxlan_mdb_nlmsg_size(const struct vxlan_dev * vxlan,const struct vxlan_mdb_entry * mdb_entry,const struct vxlan_mdb_remote * remote) vxlan_mdb_nlmsg_size() argument
993 vxlan_mdb_nlmsg_fill(const struct vxlan_dev * vxlan,struct sk_buff * skb,const struct vxlan_mdb_entry * mdb_entry,const struct vxlan_mdb_remote * remote,int type) vxlan_mdb_nlmsg_fill() argument
1032 vxlan_mdb_remote_notify(const struct vxlan_dev * vxlan,const struct vxlan_mdb_entry * mdb_entry,const struct vxlan_mdb_remote * remote,int type) vxlan_mdb_remote_notify() argument
1059 vxlan_mdb_remote_srcs_replace(const struct vxlan_mdb_config * cfg,const struct vxlan_mdb_entry * mdb_entry,struct vxlan_mdb_remote * remote,struct netlink_ext_ack * extack) vxlan_mdb_remote_srcs_replace() argument
1090 vxlan_mdb_remote_replace(const struct vxlan_mdb_config * cfg,const struct vxlan_mdb_entry * mdb_entry,struct vxlan_mdb_remote * remote,struct netlink_ext_ack * extack) vxlan_mdb_remote_replace() argument
1125 struct vxlan_mdb_remote *remote; vxlan_mdb_remote_add() local
1170 vxlan_mdb_remote_del(struct vxlan_dev * vxlan,struct vxlan_mdb_entry * mdb_entry,struct vxlan_mdb_remote * remote) vxlan_mdb_remote_del() argument
1259 struct vxlan_mdb_remote *remote; __vxlan_mdb_del() local
1391 struct vxlan_mdb_remote *remote, *tmp; vxlan_mdb_remotes_flush() local
1504 struct vxlan_mdb_remote *remote; vxlan_mdb_get_reply_alloc() local
1527 struct vxlan_mdb_remote *remote; vxlan_mdb_get_reply_fill() local
1689 struct vxlan_mdb_remote *remote, *fremote = NULL; vxlan_mdb_xmit() local
[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
[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
[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 Element */
135 port@2 { reg = <2>; smcodec_B_ep: endpoint { remote-endpoint = <&codec1_2_ep>; };};/* (B) Multi Element */
150 mcpuA: port@0 { reg = <0>; mcpu_A_ep: endpoint { remote-endpoint = <&mcodec_A_ep>; };}; /* (X) to pair */
151 port@1 { reg = <1>; mcpu_AA_ep: endpoint { remote-endpoint = <&cpu1_2_ep>; };}; /* (A) Multi Element */
152 port@2 { reg = <2>; mcpu_AB_ep: endpoint { remote-endpoint = <&cpu1_3_ep>; };}; /* (B) Multi Element */
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 Element */
169 port@2 { reg = <2>; mcodec_Ab_ep: endpoint { remote-endpoint = <&codec1_4_ep>; };}; /* (b) Multi Element */
189 mcpu_BX_ep: endpoint { remote
[all...]
/linux/drivers/net/ovpn/
H A Dbind.h33 * struct ovpn_bind - remote peer binding
34 * @remote: the remote peer sockaddress
41 union ovpn_sockaddr remote; /* remote sockaddr */ member
56 * Return: true if the packet source matches the remote peer sockaddr
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 in ovpn_bind_skb_src_match()
[all...]
/linux/drivers/media/rc/
H A DKconfig4 tristate "Remote Controller support"
7 Enable support for Remote Controllers on Linux. This is
35 Enable this option to enable the Linux Infrared Remote
43 bool "Remote controller decoders"
51 remote control and you would like to use it with a raw IR
59 Enable this option if you have an infrared remote control which
67 Enable this option if you have a Microsoft Remote Keyboard for
92 Enable this option if you have an infrared remote control which
112 Enable this option if you have an infrared remote control which
121 Enable this option if you have an infrared remote contro
[all...]
/linux/Documentation/staging/
H A Drpmsg.rst2 Remote Processor Messaging (rpmsg) Framework
14 Modern SoCs typically employ heterogeneous remote processor devices in
24 Typically AMP remote processors employ dedicated DSP codecs and multimedia
28 These remote processors could also be used to control latency-sensitive
32 Users of those remote processors can either be userland apps (e.g. multimedia
33 frameworks talking with remote OMX components) or kernel drivers (controlling
34 hardware accessible only by the remote processor, reserving kernel-controlled
35 resources on behalf of the remote processor, etc..).
38 with remote processors available on the system. In turn, drivers could then
42 keep in mind that remote processor
[all...]

12345678910>>...121