/linux/Documentation/arch/arm64/ |
H A D | cpu-hotplug.rst | 8 CPU hotplug in the arm64 world is commonly used to describe the kernel taking 26 while the system is running, and ACPI is not able to sufficiently describe 35 structures can describe a redistributor associated with a disabled CPU, but 36 can't describe whether the redistributor is accessible, only that it is not 62 The ACPI tables must describe all the resources of the virtual machine. CPUs 66 ``enabled``. The 'always on' GICR structure must be used to describe the 77 may malfunction if these no longer describe the running system. Linux will
|
/linux/scripts/ |
H A D | setlocalversion | 70 desc=$(git describe --match=$tag 2>/dev/null) 79 desc=$(git describe --match=$tag 2>/dev/null) 85 desc=$(git describe --match=$tag 2>/dev/null)
|
/linux/Documentation/PCI/ |
H A D | acpi-info.rst | 7 The general rule is that the ACPI namespace should describe everything the 11 host bridges, so the ACPI namespace must describe each host bridge, the 19 devices and read and size their BARs. However, ACPI may describe PCI 22 controllers and a _PRT is needed to describe those connections. 45 describe all the address space they consume. This includes all the windows 49 range below the bridge, window registers that describe the apertures, etc. 64 Consumer/Producer meant there was no way to describe bridge registers in 65 the PNP0A03/PNP0A08 device itself. The workaround was to describe the 76 describe bridge registers this way on those architectures. 92 The MCFG table must describe the ECAM space of non-hot pluggable host
|
/linux/Documentation/devicetree/bindings/fsi/ |
H A D | fsi.txt | 11 FSI masters may require their own DT nodes (to describe the master HW itself); 15 Under the masters' nodes, we can describe the bus topology using nodes to 52 Since the master nodes describe the top-level of the FSI topology, they also 116 additional engines, but they don't necessarily need to be describe in the 135 * it's an I2C master controller, so subnodes describe the
|
/linux/Documentation/driver-api/80211/ |
H A D | mac80211.rst | 49 This chapter should describe PHY handling including start/stop callbacks 62 This chapter should describe virtual interface basics that are relevant 85 This should describe the receive and transmit paths in mac80211/the
|
/linux/security/keys/ |
H A D | user_defined.c | 31 .describe = user_describe, 51 .describe = user_describe,
|
H A D | proc.c | 244 if (key->type->describe) in proc_keys_show() 245 key->type->describe(key, m); in proc_keys_show()
|
/linux/Documentation/input/ |
H A D | event-codes.rst | 41 - Used to describe state changes of keyboards, buttons, or other key-like 46 - Used to describe relative axis value changes, e.g. moving the mouse 5 units 51 - Used to describe absolute axis value changes, e.g. describing the 56 - Used to describe miscellaneous input data that do not fit into other types. 60 - Used to describe binary state input switches. 187 EV_REL events describe relative changes in a property. For example, a mouse may 221 EV_ABS events describe absolute changes in a property. For example, a touchpad 228 - Used to describe the distance of a tool from an interaction surface. This 240 - Used to describe the state of a multi-value profile switch. An event is 246 - Used to describe multitouch input events. Please see [all …]
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-nvdimm | 14 Description: (RO) Attribute group to describe the magic bits 32 Description: (RO) Attribute group to describe performance monitoring events
|
H A D | sysfs-bus-event_source-devices-uncore | 5 Description: Read-only. An attribute to describe the alias name of
|
H A D | sysfs-bus-event_source-devices-format | 6 Attribute group to describe the magic bits that go into
|
H A D | sysfs-bus-event_source-devices-dfl_fme | 5 Description: Read-only. Attribute group to describe the magic bits 35 Description: Read-only. Attribute group to describe performance monitoring
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | metafmt-pisp-be.rst | 29 The global configuration data describe how the pixels in a particular image are 40 As the ISP processes images in tiles, each set of tiles parameters describe how
|
/linux/tools/testing/selftests/powerpc/ |
H A D | flags.mk | 4 GIT_VERSION := $(shell git describe --always --long --dirty || echo "unknown")
|
/linux/Documentation/ABI/stable/ |
H A D | sysfs-platform-wmi-bmof | 5 Binary MOF metadata used to describe the details of available ACPI WMI interfaces.
|
/linux/include/keys/ |
H A D | asymmetric-subtype.h | 30 void (*describe)(const struct key *key, struct seq_file *m); member
|
/linux/tools/power/cpupower/utils/ |
H A D | version-gen.sh | 15 VN=$(git describe --abbrev=4 HEAD 2>/dev/null) &&
|
/linux/scripts/dtc/ |
H A D | update-dtc-source.sh | 52 dtc_version=$(git describe HEAD)
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | armada-370db-audio.txt | 4 These Device Tree bindings are used to describe the audio complex
|
/linux/Documentation/devicetree/bindings/ata/ |
H A D | fsl-sata.txt | 3 SATA nodes are defined to describe on-chip Serial ATA controllers.
|
/linux/crypto/asymmetric_keys/ |
H A D | pkcs7_key_type.c | 77 .describe = user_describe,
|
/linux/Documentation/mm/ |
H A D | physical_memory.rst | 205 ``include/linux/mmzone.h``. Here we briefly describe fields of this 344 This section is incomplete. Please list and describe the appropriate fields. 353 This section is incomplete. Please list and describe the appropriate fields. 362 This section is incomplete. Please list and describe the appropriate fields. 371 This section is incomplete. Please list and describe the appropriate fields.
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | apm-xgene-mdio.txt | 3 MDIO node is defined to describe on-chip MDIO controller.
|
/linux/Documentation/wmi/devices/ |
H A D | wmi-bmof.rst | 11 describe the details of their ACPI WMI interfaces. The data can be decoded
|
/linux/include/linux/ |
H A D | key-type.h | 123 void (*describe)(const struct key *key, struct seq_file *p); member
|