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.14.4/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 <[email protected]> 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.14.4/include/linux/ |
D | power_supply.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 24 * All voltages, currents, charges, energies, time and temperatures in uV, 26 * stated. It's driver's job to convert its raw values to units in which 33 * space. Unused/unknown fields will not appear in sysfs. 139 POWER_SUPPLY_PROP_CHARGE_CONTROL_START_THRESHOLD, /* in percents! */ 140 POWER_SUPPLY_PROP_CHARGE_CONTROL_END_THRESHOLD, /* in percents! */ 151 POWER_SUPPLY_PROP_CAPACITY, /* in percents! */ 152 POWER_SUPPLY_PROP_CAPACITY_ALERT_MIN, /* in percents! */ 153 POWER_SUPPLY_PROP_CAPACITY_ALERT_MAX, /* in percents! */ 154 POWER_SUPPLY_PROP_CAPACITY_ERROR_MARGIN, /* in percents! */ [all …]
|