Searched +full:property +full:- +full:in +full:- +full:standard +full:- +full:units +full:- +full:microvolt (Results 1 – 2 of 2) sorted by relevance
/linux-6.6/Documentation/devicetree/bindings/ |
D | example-schema.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 # All the top-level keys are standard json-schema keywords except for 10 $id: http://devicetree.org/schemas/example-schema.yaml# 11 # $schema is the meta-schema this schema should be validated with. 12 $schema: http://devicetree.org/meta-schemas/core.yaml# 17 - Rob Herring <robh@kernel.org> 20 A more detailed multi-line description of the binding. 33 # In this case, a 'false' schema will never match. 40 # In this case, it's needed to handle a variable number of values as there [all …]
|
/linux-6.6/include/linux/ |
D | power_supply.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 22 * All voltages, currents, charges, energies, time and temperatures in uV, 24 * stated. It's driver's job to convert its raw values to units in which 31 * space. Unused/unknown fields will not appear in sysfs. 135 POWER_SUPPLY_PROP_CHARGE_CONTROL_START_THRESHOLD, /* in percents! */ 136 POWER_SUPPLY_PROP_CHARGE_CONTROL_END_THRESHOLD, /* in percents! */ 147 POWER_SUPPLY_PROP_CAPACITY, /* in percents! */ 148 POWER_SUPPLY_PROP_CAPACITY_ALERT_MIN, /* in percents! */ 149 POWER_SUPPLY_PROP_CAPACITY_ALERT_MAX, /* in percents! */ 150 POWER_SUPPLY_PROP_CAPACITY_ERROR_MARGIN, /* in percents! */ [all …]
|