| /linux/drivers/accessibility/speakup/ |
| H A D | DefaultKeyAssignments | 12 InsKeyPad-8 say from top of screen to reading cursor. 18 InsKeyPad-4 say from left edge of line to reading cursor. 20 InsKeyPad-6 Say from reading cursor to right edge of line. 26 InsKeyPad-plus Say from reading cursor line to bottom of screen. 27 KeyPad-Minus Park reading cursor (toggle) 31 InsKeyPad-9 Move reading cursor to top of screen (insert pgup) 32 InsKeyPad-3 Move reading cursor to bottom of screen (insert pgdn) 33 InsKeyPad-7 Move reading cursor to left edge of screen (insert home) 34 InsKeyPad-1 Move reading cursor to right edge of screen (insert end) 35 ControlKeyPad-1 Move reading cursor to last character on current line. [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-uniwill-laptop | 9 Reading this file returns the current enable status of the FN lock functionality. 19 Reading this file returns the current enable status of the super key. 29 Reading this file returns the current enable status of the touchpad toggle 41 Reading this file returns the current status of the rainbow animation functionality. 52 Reading this file returns the current status of the breathing animation 67 Reading this file returns the current configurable TGP offset. 79 Reading this file returns the profile names with the currently active one in
|
| H A D | sysfs-bus-iio-resolver-ad2s1210 | 5 Reading returns the current Degradation of Signal Reset Maximum 12 Reading returns the allowable voltage range for 19 Reading returns the current Degradation of Signal Reset Minimum 26 Reading returns the allowable voltage range for
|
| H A D | sysfs-bus-event_source-devices-hv_gpci | 102 * The end user reading this sysfs file must decode the content as per 105 Possible error codes while reading this sysfs file: 134 * The end user reading this sysfs file must decode the content as per 137 Possible error codes while reading this sysfs file: 166 * The end user reading this sysfs file must decode the content as per 169 Possible error codes while reading this sysfs file: 198 * The end user reading this sysfs file must decode the content as per 201 Possible error codes while reading this sysfs file: 230 * The end user reading this sysfs file must decode the content as per 233 Possible error codes while reading this sysfs file:
|
| H A D | sysfs-bus-iio-timer-stm32 | 5 Reading returns the list possible master modes which are: 90 Reading returns the current master modes. 97 Reading returns the current preset value. 108 Reading returns the list possible enable modes. 134 Reading returns the list possible trigger modes.
|
| H A D | sysfs-ocfs2 | 23 Reading from this file returns a single line, the major 43 Reading from this file returns the names of all loaded 58 Reading from this file returns the name of the active plugin 80 Reading from this file returns the name of the current
|
| H A D | sysfs-driver-hid-picolcd | 7 Reading: returns list of available modes, the active mode being 24 Reading/Writing: It is expressed in ms and permitted range is 33 Reading: returns list of available refresh rates (expressed in Hz),
|
| H A D | sysfs-bus-vfio-mdev | 47 Reading this attribute will show the number of mediated 60 Reading this attribute will show VFIO device API supported 68 Reading this attribute will show human readable name of the 80 Reading this attribute will show description of the type of
|
| /linux/tools/perf/tests/ |
| H A D | mmap-basic.c | 235 pr_err("User space counter reading %" PRIu64 "\n", event); in test_stat_user_read() 237 pr_err("User space counter reading [Failed to create threads]\n"); in test_stat_user_read() 260 pr_debug("User space counter reading for PMU %s\n", pmu->name); in test_stat_user_read() 273 pr_err("User space counter reading for PMU %s [Failed to allocate evsel]\n", in test_stat_user_read() 281 pr_err("User space counter reading for PMU %s [Failed to open evsel]\n", in test_stat_user_read() 289 pr_err("User space counter reading for PMU %s [Failed to mmap evsel]\n", in test_stat_user_read() 298 pr_err("User space counter reading for PMU %s [Failed to get mmaped address]\n", in test_stat_user_read() 310 pr_err("User space counter reading for PMU %s [Failed unexpected supported counter access %d %d]\n", in test_stat_user_read() 317 pr_err("User space counter reading for PMU %s [Failed unexpected unsupported counter access %d]\n", in test_stat_user_read() 324 pr_err("User space counter reading fo in test_stat_user_read() [all...] |
| /linux/tools/perf/pmu-events/arch/x86/sierraforest/ |
| H A D | uncore-io.json | 436 …"BriefDescription": "Data requested by the CPU : Another card (different IIO stack) reading from t… 469 "BriefDescription": "Four byte data request of the CPU : Card reading from DRAM", 480 "BriefDescription": "Four byte data request of the CPU : Card reading from DRAM", 491 "BriefDescription": "Four byte data request of the CPU : Card reading from DRAM", 502 "BriefDescription": "Four byte data request of the CPU : Card reading from DRAM", 513 "BriefDescription": "Four byte data request of the CPU : Card reading from DRAM", 524 "BriefDescription": "Four byte data request of the CPU : Card reading from DRAM", 535 "BriefDescription": "Four byte data request of the CPU : Card reading from DRAM", 546 "BriefDescription": "Four byte data request of the CPU : Card reading from DRAM", 656 …"BriefDescription": "Data requested of the CPU : Card reading from another Card (same or different… [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/graniterapids/ |
| H A D | uncore-io.json | 436 …"BriefDescription": "Data requested by the CPU : Another card (different IIO stack) reading from t… 469 "BriefDescription": "Four byte data request of the CPU : Card reading from DRAM", 480 "BriefDescription": "Four byte data request of the CPU : Card reading from DRAM", 491 "BriefDescription": "Four byte data request of the CPU : Card reading from DRAM", 502 "BriefDescription": "Four byte data request of the CPU : Card reading from DRAM", 513 "BriefDescription": "Four byte data request of the CPU : Card reading from DRAM", 524 "BriefDescription": "Four byte data request of the CPU : Card reading from DRAM", 535 "BriefDescription": "Four byte data request of the CPU : Card reading from DRAM", 546 "BriefDescription": "Four byte data request of the CPU : Card reading from DRAM", 656 …"BriefDescription": "Data requested of the CPU : Card reading from another Card (same or different… [all …]
|
| /linux/tools/perf/util/bpf_skel/ |
| H A D | bpf_prog_profiler.bpf.c | 40 /* look up before reading, to reduce error */ in BPF_PROG() 79 struct bpf_perf_event_value reading; in BPF_PROG() local 84 err = bpf_perf_event_read_value(&events, cpu, &reading, sizeof(reading)); in BPF_PROG() 88 fexit_update_maps(&reading); in BPF_PROG()
|
| /linux/Documentation/ABI/obsolete/ |
| H A D | sysfs-driver-hid-roccat-ryos | 27 Before reading this file, control has to be written to select 37 Before reading this file, control has to be written to select 47 Before reading this file, control has to be written to select 57 Before reading this file, control has to be written to select 67 Before reading this file, control has to be written to select 77 Before reading this file, control has to be written to select 88 Before reading this file, control has to be written to select 99 Before reading this file, control has to be written to select 110 Before reading this file, control has to be written to select 156 Before reading this file, control has to be written to select [all …]
|
| H A D | sysfs-driver-hid-roccat-isku | 27 Before reading this file, control has to be written to select 37 Before reading this file, control has to be written to select 47 Before reading this file, control has to be written to select 57 Before reading this file, control has to be written to select 67 Before reading this file, control has to be written to select 77 Before reading this file, control has to be written to select 87 Before reading this file, control has to be written to select 106 Before reading this file, control has to be written to select 117 Before reading this file, control has to be written to select
|
| /linux/tools/bpf/bpftool/skeleton/ |
| H A D | profiler.bpf.c | 52 /* look up before reading, to reduce error */ in BPF_PROG() 62 struct bpf_perf_event_value___local reading; in BPF_PROG() local 65 err = bpf_perf_event_read_value(&events, key, (void *)&reading, in BPF_PROG() 66 sizeof(reading)); in BPF_PROG() 69 *(ptrs[i]) = reading; in BPF_PROG()
|
| /linux/Documentation/hwmon/ |
| H A D | ina209.rst | 41 in0_input_highest shunt voltage historical maximum reading (mV) 42 in0_input_lowest shunt voltage historical minimum reading (mV) 54 in1_input_highest bus voltage historical maximum reading (mV) 55 in1_input_lowest bus voltage historical minimum reading (mV) 67 power1_input_highest power historical maximum reading (uW)
|
| H A D | smsc47b397.rst | 35 Methods for detecting the HP SIO and reading the thermal data on a dc7100 45 Reading temperature information. 69 Reading tach information. 83 Reading the tach LSB locks the tach MSB. 86 How to convert the tach reading to RPM 89 The tach reading (TCount) is given by: (Tach MSB * 256) + (Tach LSB)
|
| /linux/tools/testing/selftests/net/bench/page_pool/ |
| H A D | time_bench.h | 81 * The way TSC reading is used, many iterations, does not require as 88 * Recommend reading, to understand details of reading TSC accurately: 153 /* Raw reading via rdpmc() using fixed counters 176 /* Reading all pipelined instruction */ 182 /* Reading CPU clock cycles */ 188 /* Raw reading via MSR rdmsr() is likely wrong
|
| /linux/tools/perf/pmu-events/arch/x86/grandridge/ |
| H A D | uncore-io.json | 434 "BriefDescription": "Four byte data request of the CPU : Card reading from DRAM", 445 "BriefDescription": "Four byte data request of the CPU : Card reading from DRAM", 456 "BriefDescription": "Four byte data request of the CPU : Card reading from DRAM", 467 "BriefDescription": "Four byte data request of the CPU : Card reading from DRAM", 478 "BriefDescription": "Four byte data request of the CPU : Card reading from DRAM", 489 "BriefDescription": "Four byte data request of the CPU : Card reading from DRAM", 500 "BriefDescription": "Four byte data request of the CPU : Card reading from DRAM", 511 "BriefDescription": "Four byte data request of the CPU : Card reading from DRAM", 932 "BriefDescription": "Number Transactions requested by the CPU : Core reading from Cards MMIO space", 943 "BriefDescription": "Number Transactions requested by the CPU : Core reading fro [all...] |
| /linux/drivers/pci/ |
| H A D | pci-bridge-emul.h | 77 * Called when reading from the regular PCI bridge 81 * be emulated by the common code by reading from the 88 * Same as ->read_base(), except it is for reading from the 95 * Same as ->read_base(), except it is for reading from the
|
| /linux/drivers/nvdimm/ |
| H A D | dimm.c | 37 * label reading commands, revalidate it each time the driver is in nvdimm_probe() 59 * status codes from the label reading commands. in nvdimm_probe() 67 * EACCES failures reading the namespace label-area-properties in nvdimm_probe() 85 * EACCES failures reading the namespace label-data are in nvdimm_probe()
|
| /linux/Documentation/devicetree/bindings/iio/proximity/ |
| H A D | nicera,d3323aa.yaml | 30 During configuration, it is used as clock for data reading and writing (on 38 GPIO for data reading and writing. This is denoted "DO (SI)" in datasheet. 39 During configuration, this pin is used for writing and reading
|
| /linux/fs/jffs2/ |
| H A D | read.c | 41 pr_warn("Error reading node from 0x%08x: %d\n", in jffs2_read_dnode() 85 Reading whole node and it's uncompressed - read directly to buffer provided, check CRC. in jffs2_read_dnode() 86 …Reading whole node and it's compressed - read into comprbuf, check CRC and decompress to buffer pr… in jffs2_read_dnode() 87 Reading partial node and it's uncompressed - read into readbuf, check CRC, and copy in jffs2_read_dnode() 88 …Reading partial node and it's compressed - read into readbuf, check checksum, decompress to decomp… in jffs2_read_dnode() 203 uint32_t fragofs; /* offset within the frag to start reading */ in jffs2_read_inode_range() 207 jffs2_dbg(1, "Reading %d-%d from node at 0x%08x (%d)\n", in jffs2_read_inode_range()
|
| /linux/sound/soc/sof/ |
| H A D | ipc4-fw-reg.h | 74 * @reading: Llp information in memory window 78 struct sof_ipc4_llp_reading reading; member 100 /* Number of GPDMA LLP Reading slots in FW Regs. */ 103 /* Number of Aggregated SNDW Reading slots in FW Regs. */
|
| /linux/include/media/ |
| H A D | dvb_ca_en50221.h | 40 * @read_attribute_mem: function for reading attribute memory on the CAM 42 * @read_cam_control: function for reading the control interface on the CAM 43 * @write_cam_control: function for reading the control interface on the CAM 44 * @read_data: function for reading data (block mode)
|