/linux/drivers/input/misc/ |
H A D | keyspan_remote.c | 26 /* 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/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); 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, remote) 48 __assign_str(remote); [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 | tegra210-p3450-0000.dts | 630 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-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/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-remote.sh | 4 # 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.sh.XXXXXX`" 51 ds=`date +%Y.%m.%d-%H.%M.%S`-remote [all …]
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-remoteproc | 4 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 …]
|
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/tools/testing/selftests/drivers/net/hw/ |
H A D | iou-zcrx.py | 12 output = ethtool(f"-g {cfg.ifname}", json=True, host=cfg.remote)[0] 17 output = ethtool(f"-l {cfg.ifname}", host=cfg.remote).stdout 23 output = ethtool(f"-X {cfg.ifname} context new start {chan} equal 1", host=cfg.remote).stdout 26 return (ctx_id, defer(ethtool, f"-X {cfg.ifname} delete context {ctx_id}", host=cfg.remote)) 30 … = ethtool(f"-N {cfg.ifname} flow-type tcp6 dst-port {port} action {chan}", host=cfg.remote).stdout 36 …ethtool(f"-N {cfg.ifname} flow-type tcp6 dst-port {port} context {ctx_id}", host=cfg.remote).stdout 50 ethtool(f"-G {cfg.ifname} tcp-data-split on", host=cfg.remote) 51 defer(ethtool, f"-G {cfg.ifname} tcp-data-split auto", host=cfg.remote) 53 ethtool(f"-G {cfg.ifname} hds-thresh 0", host=cfg.remote) 54 defer(ethtool, f"-G {cfg.ifname} hds-thresh {hds_thresh}", host=cfg.remote) [all …]
|
/linux/drivers/scsi/isci/ |
H A D | remote_node_table.c | 65 * @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 …]
|
H A D | scu_remote_node_context.h | 61 * 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 …]
|
H A D | remote_node_table.h | 64 * 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 …]
|
H A D | remote_node_context.h | 61 * 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/Documentation/hwmon/ |
H A D | max1668.rst | 25 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/Documentation/devicetree/bindings/mailbox/ |
H A D | thead,th1520-mbox.yaml | 25 - 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-icu0 [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/tools/usb/usbip/doc/ |
H A D | usbip.8 | 29 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/tools/perf/pmu-events/arch/x86/amdzen4/ |
H A D | data-fabric.json | 196 …"PublicDescription": "Read data beats (64 bytes) for remote processor at Coherent Station (CS) 0.", 204 …"PublicDescription": "Read data beats (64 bytes) for remote processor at Coherent Station (CS) 1.", 212 …"PublicDescription": "Read data beats (64 bytes) for remote processor at Coherent Station (CS) 2.", 220 …"PublicDescription": "Read data beats (64 bytes) for remote processor at Coherent Station (CS) 3.", 228 …"PublicDescription": "Read data beats (64 bytes) for remote processor at Coherent Station (CS) 4.", 236 …"PublicDescription": "Read data beats (64 bytes) for remote processor at Coherent Station (CS) 5.", 244 …"PublicDescription": "Read data beats (64 bytes) for remote processor at Coherent Station (CS) 6.", 252 …"PublicDescription": "Read data beats (64 bytes) for remote processor at Coherent Station (CS) 7.", 260 …"PublicDescription": "Read data beats (64 bytes) for remote processor at Coherent Station (CS) 8.", 268 …"PublicDescription": "Read data beats (64 bytes) for remote processor at Coherent Station (CS) 9.", [all …]
|
/linux/tools/testing/selftests/drivers/net/hw/lib/py/ |
H A D | linkconfig.py |
|
/linux/drivers/media/rc/keymaps/ |
H A D | rc-fusionhdtv-mce.c | 2 // fusionhdtv-mce.h - Keytable for fusionhdtv_mce Remote Controller 11 /* DViCO FUSION HDTV MCE remote */ 32 { 0x02, KEY_TV }, /* Labeled DTV on remote */ 35 { 0x1e, KEY_FAVORITES }, /* Labeled CPF on remote */ 37 { 0x46, KEY_POWER2 }, /* TV On/Off button on remote */ 38 { 0x0a, KEY_EPG }, /* Labeled Guide on remote */ 41 { 0x59, KEY_INFO }, /* Labeled MORE on remote */ 42 { 0x4d, KEY_MENU }, /* Labeled DVDMENU on remote */ 43 { 0x55, KEY_CYCLEWINDOWS }, /* Labeled ALT-TAB on remote */ 45 { 0x0f, KEY_PREVIOUSSONG }, /* Labeled |<< REPLAY on remote */ [all …]
|