Searched refs:describe (Results 1 – 25 of 324) sorted by relevance
12345678910>>...13
/Linux-v6.6/scripts/ |
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-v6.6/Documentation/devicetree/bindings/i2c/ |
D | i2c-fsi.txt | 11 - child nodes : Nodes to describe busses off the I2C 18 - child nodes : Nodes to describe devices on the I2C
|
/Linux-v6.6/Documentation/devicetree/bindings/fsi/ |
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-v6.6/Documentation/PCI/ |
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-v6.6/Documentation/devicetree/bindings/pinctrl/ |
D | atmel,at91-pinctrl.txt | 23 - atmel,mux-mask: array of mask (periph per bank) to describe if a pin can be 24 configured in this periph mode. All the periph and bank need to be describe. 41 For each peripheral/bank we will describe in a u32 if a pin can be 112 name describe the pin function and group hierarchy. 118 4. The gpio controller must be describe in the pinctrl simple-bus.
|
/Linux-v6.6/Documentation/driver-api/80211/ |
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-v6.6/security/keys/ |
D | user_defined.c | 31 .describe = user_describe, 51 .describe = user_describe,
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-bus-nvdimm | 14 Description: (RO) Attribute group to describe the magic bits 32 Description: (RO) Attribute group to describe performance monitoring events
|
D | sysfs-bus-event_source-devices-uncore | 5 Description: Read-only. An attribute to describe the alias name of
|
D | sysfs-bus-event_source-devices-format | 6 Attribute group to describe the magic bits that go into
|
D | sysfs-bus-event_source-devices-caps | 6 Attribute group to describe the capabilities exposed
|
D | sysfs-bus-iio-adc-max9611 | 15 These attributes describe a single physical component, exposed as two distinct
|
/Linux-v6.6/Documentation/input/ |
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-v6.6/Documentation/ABI/stable/ |
D | sysfs-platform-wmi-bmof | 5 Binary MOF metadata used to describe the details of available ACPI WMI interfaces.
|
/Linux-v6.6/include/keys/ |
D | asymmetric-subtype.h | 30 void (*describe)(const struct key *key, struct seq_file *m); member
|
/Linux-v6.6/tools/power/cpupower/utils/ |
D | version-gen.sh | 15 VN=$(git describe --abbrev=4 HEAD 2>/dev/null) &&
|
/Linux-v6.6/Documentation/devicetree/bindings/phy/ |
D | qcom-ipq806x-sata-phy.txt | 4 SATA PHY nodes are defined to describe on-chip SATA Physical layer controllers.
|
D | qcom-apq8064-sata-phy.txt | 4 SATA PHY nodes are defined to describe on-chip SATA Physical layer controllers.
|
/Linux-v6.6/Documentation/devicetree/bindings/sound/ |
D | armada-370db-audio.txt | 4 These Device Tree bindings are used to describe the audio complex
|
/Linux-v6.6/scripts/dtc/ |
D | update-dtc-source.sh | 52 dtc_version=$(git describe HEAD)
|
/Linux-v6.6/Documentation/devicetree/bindings/ata/ |
D | fsl-sata.txt | 3 SATA nodes are defined to describe on-chip Serial ATA controllers.
|
/Linux-v6.6/crypto/asymmetric_keys/ |
D | pkcs7_key_type.c | 77 .describe = user_describe,
|
/Linux-v6.6/Documentation/devicetree/bindings/misc/ |
D | fsl,qoriq-mc.txt | 20 The generic 'iommus' property is insufficient to describe the relationship 84 The fsl-mc node may optionally have dpmac sub-nodes that describe 144 to describe the MSI controller used by the devices on the
|
/Linux-v6.6/Documentation/devicetree/bindings/net/ |
D | apm-xgene-mdio.txt | 3 MDIO node is defined to describe on-chip MDIO controller.
|
/Linux-v6.6/tools/testing/selftests/powerpc/ |
D | Makefile | 10 GIT_VERSION = $(shell git describe --always --long --dirty || echo "unknown")
|
12345678910>>...13