Searched +full:regulator +full:- +full:uv +full:- +full:less +full:- +full:critical +full:- +full:window +full:- +full:ms (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/regulator/regulator.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Liam Girdwood <[email protected]>11 - Mark Brown <[email protected]>14 regulator-name:15 description: A string used as a descriptive name for regulator outputs18 regulator-min-microvolt:21 regulator-max-microvolt:[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * OF helpers for regulator framework12 #include <linux/regulator/machine.h>13 #include <linux/regulator/driver.h>14 #include <linux/regulator/of_regulator.h>19 [PM_SUSPEND_STANDBY] = "regulator-state-standby",20 [PM_SUSPEND_MEM] = "regulator-state-mem",21 [PM_SUSPEND_MAX] = "regulator-state-disk",41 "regulator-oc-%s-microamp", in of_get_regulator_prot_limits()42 "regulator-ov-%s-microvolt", in of_get_regulator_prot_limits()[all …]
16 force -- enable ACPI if default was off17 on -- enable ACPI but allow fallback to DT [arm64,riscv64]18 off -- disable ACPI if default was on19 noirq -- do not use ACPI for IRQ routing20 strict -- Be less tolerant of platforms that are not22 rsdt -- prefer RSDT over (default) XSDT23 copy_dsdt -- copy DSDT to memory24 nocmcff -- Disable firmware first mode for corrected28 nospcr -- disable console in ACPI SPCR table as45 If set to vendor, prefer vendor-specific driver[all …]