Home
last modified time | relevance | path

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

12345678910>>...105

/Linux-v6.1/drivers/input/misc/
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->stage) { in keyspan_check_data()
[all …]
/Linux-v6.1/arch/arm64/boot/dts/nvidia/
Dtegra234-p3737-0000+p3701-0000.dts35 remote-endpoint = <&admaif0>;
43 remote-endpoint = <&admaif1>;
51 remote-endpoint = <&admaif2>;
59 remote-endpoint = <&admaif3>;
67 remote-endpoint = <&admaif4>;
75 remote-endpoint = <&admaif5>;
83 remote-endpoint = <&admaif6>;
91 remote-endpoint = <&admaif7>;
99 remote-endpoint = <&admaif8>;
107 remote-endpoint = <&admaif9>;
[all …]
Dtegra194-p3509-0000.dtsi30 remote-endpoint = <&admaif0_ep>;
38 remote-endpoint = <&admaif1_ep>;
46 remote-endpoint = <&admaif2_ep>;
54 remote-endpoint = <&admaif3_ep>;
62 remote-endpoint = <&admaif4_ep>;
70 remote-endpoint = <&admaif5_ep>;
78 remote-endpoint = <&admaif6_ep>;
86 remote-endpoint = <&admaif7_ep>;
94 remote-endpoint = <&admaif8_ep>;
102 remote-endpoint = <&admaif9_ep>;
[all …]
Dtegra194-p2972-0000.dts36 remote-endpoint = <&admaif0_ep>;
44 remote-endpoint = <&admaif1_ep>;
52 remote-endpoint = <&admaif2_ep>;
60 remote-endpoint = <&admaif3_ep>;
68 remote-endpoint = <&admaif4_ep>;
76 remote-endpoint = <&admaif5_ep>;
84 remote-endpoint = <&admaif6_ep>;
92 remote-endpoint = <&admaif7_ep>;
100 remote-endpoint = <&admaif8_ep>;
108 remote-endpoint = <&admaif9_ep>;
[all …]
Dtegra186-p2771-0000.dts35 remote-endpoint = <&admaif0_ep>;
43 remote-endpoint = <&admaif1_ep>;
51 remote-endpoint = <&admaif2_ep>;
59 remote-endpoint = <&admaif3_ep>;
67 remote-endpoint = <&admaif4_ep>;
75 remote-endpoint = <&admaif5_ep>;
83 remote-endpoint = <&admaif6_ep>;
91 remote-endpoint = <&admaif7_ep>;
99 remote-endpoint = <&admaif8_ep>;
107 remote-endpoint = <&admaif9_ep>;
[all …]
Dtegra210-p2371-2180.dts145 remote-endpoint = <&xbar_i2s1_ep>;
171 remote-endpoint = <&xbar_i2s2_ep>;
197 remote-endpoint = <&xbar_i2s3_ep>;
223 remote-endpoint = <&xbar_i2s4_ep>;
249 remote-endpoint = <&xbar_i2s5_ep>;
275 remote-endpoint = <&xbar_dmic1_ep>;
300 remote-endpoint = <&xbar_dmic2_ep>;
325 remote-endpoint = <&xbar_dmic3_ep>;
350 remote-endpoint = <&xbar_sfc1_in_ep>;
358 remote-endpoint = <&xbar_sfc1_out_ep>;
[all …]
Dtegra210-p3450-0000.dts640 remote-endpoint = <&xbar_i2s3_ep>;
666 remote-endpoint = <&xbar_i2s4_ep>;
692 remote-endpoint = <&xbar_dmic1_ep>;
717 remote-endpoint = <&xbar_dmic2_ep>;
742 remote-endpoint = <&xbar_sfc1_in_ep>;
750 remote-endpoint = <&xbar_sfc1_out_ep>;
767 remote-endpoint = <&xbar_sfc2_in_ep>;
775 remote-endpoint = <&xbar_sfc2_out_ep>;
792 remote-endpoint = <&xbar_sfc3_in_ep>;
800 remote-endpoint = <&xbar_sfc3_out_ep>;
[all …]
/Linux-v6.1/tools/testing/selftests/rcutorture/bin/
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.$$
38 # resdir: /tmp/kvm-remote.sh.$$/res
39 # rundir: /tmp/kvm-remote.sh.$$/res/$ds ("-remote" suffix)
43 # TD: kvm-remote.sh.$$
44 # ds: yyyy.mm.dd-hh.mm.ss-remote
46 TD=kvm-remote.sh.$$
52 ds=`date +%Y.%m.%d-%H.%M.%S`-remote
[all …]
/Linux-v6.1/Documentation/ABI/testing/
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 processor is in an
[all …]
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-v6.1/drivers/scsi/isci/
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 node allocation
193 * @remote_node_table: This is the remote node table from which to clear
[all …]
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 node.
98 * This field will enable the I_T nexus loss timer for this remote node.
108 * This field must be set to true when the hardware DMAs the remote node
109 * context to the hardware SRAM. When the remote node is being invalidated
[all …]
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 nodes that can be represented in a
103 * This is the number of bits in a remote node group
114 * Expander attached sata remote node count
121 * Expander or direct attached ssp remote node count
[all …]
Dremote_node_context.h61 * the remote node context in the silicon. It exists to model and manage
62 * the remote node context in the silicon.
72 * This constant represents an invalid remote device id, it is used to program
94 * @SCI_RNC_INITIAL initial state for a remote node context. On a resume
95 * request the remote node context will transition to the posting state.
98 * the RNC is posted the remote node context will be made ready.
101 * the hardware. Once the invalidate is complete the remote node context will
106 * remote node context will transition to the ready state.
108 * @SCI_RNC_READY: state that the remote node context must be in to accept io
111 * @SCI_RNC_TX_SUSPENDED: state that the remote node context transitions to when
[all …]
/Linux-v6.1/drivers/remoteproc/
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 processor framework.
81 offloaded to remote DSP processors using this framework).
91 Say Y here to enable watchdog timer for remote processors.
[all …]
/Linux-v6.1/sound/soc/generic/
Daudio-graph-card2-custom-sample.dtsi162 mcpu0: port@0 { mcpu0_ep: endpoint { remote-endpoint = <&mcodec0_ep>; }; };
163 port@1 { mcpu1_ep: endpoint { remote-endpoint = <&cpu1_ep>; }; };
164 port@2 { mcpu2_ep: endpoint { remote-endpoint = <&cpu2_ep>; }; };
169 port@0 { mcodec0_ep: endpoint { remote-endpoint = <&mcpu0_ep>; }; };
170 port@1 { mcodec1_ep: endpoint { remote-endpoint = <&codec1_ep>; }; };
171 port@2 { mcodec2_ep: endpoint { remote-endpoint = <&codec2_ep>; }; };
176 port@0 { mbe_ep: endpoint { remote-endpoint = <&be10_ep>; }; };
177 port@1 { mbe1_ep: endpoint { remote-endpoint = <&codec4_ep>; }; };
178 port@2 { mbe2_ep: endpoint { remote-endpoint = <&codec5_ep>; }; };
183 port@0 { mc2c0_ep: endpoint { remote-endpoint = <&c2cmf_ep>; }; };
[all …]
/Linux-v6.1/Documentation/hwmon/
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-v6.1/arch/arm64/boot/dts/hisilicon/
Dhi3660-coresight.dtsi24 remote-endpoint =
41 remote-endpoint =
58 remote-endpoint =
75 remote-endpoint =
91 remote-endpoint =
104 remote-endpoint = <&etm0_out>;
111 remote-endpoint = <&etm1_out>;
118 remote-endpoint = <&etm2_out>;
125 remote-endpoint = <&etm3_out>;
140 remote-endpoint =
[all …]
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-v6.1/tools/usb/usbip/doc/
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 device mode usbipd.
106 client:# usbip list --remote=server
[all …]
/Linux-v6.1/arch/arm/boot/dts/
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-v6.1/Documentation/staging/
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 processors might have direct access to the
[all …]
/Linux-v6.1/drivers/media/rc/
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 control which
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/remoteproc/
Dst,stm32-rproc.yaml7 title: STMicroelectronics STM32 remote processor controller bindings
23 Address ranges of the RETRAM and MCU SRAM memories used by the remote
31 description: remote processor reset hold boot
61 remote proc.
63 - from local to remote = send message
64 - from remote to local = send message ack
68 A channel (c) used by the local proc to notify the remote proc that it
71 - from local to remote, where ACK from the remote means that it is
74 A channel (d) used by the local proc to notify the remote proc that it
77 - from local to remote, where ACK from the remote means that communnication
[all …]
/Linux-v6.1/arch/arm64/boot/dts/sprd/
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>>...105