| /OK3568_Linux_fs/u-boot/drivers/power/regulator/ |
| H A D | Kconfig | 33 driver implements get/set api for the various BUCKS and LDOS supported 42 driver implements enable/disable for step-down bucks and LDOs, 68 of regulator. The driver implements get/set api for the various BUCKS. 116 driver implements get/set api for the various BUCKS and LDOs supported 125 driver implements get/set api for the various BUCKS and LDOs supported 135 common requirements, including all LDOs and BUCKs. This allows many 200 LP87565 series of PMICs have 4 single phase BUCKs that can also
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/ |
| H A D | rohm,bd71828-regulator.yaml | 54 bucks which support this. 0 means disabled. 62 bucks which support this. 0 means disabled. 70 bucks which support this. 0 means disabled. 78 bucks which support this. 0 means disabled.
|
| H A D | rohm,bd71847-regulator.yaml | 62 bucks which support this. 0 means disabled. 70 bucks which support this. 0 means disabled. 78 bucks which support this. 0 means disabled.
|
| H A D | rohm,bd71837-regulator.yaml | 63 bucks which support this. 0 means disabled. 71 bucks which support this. 0 means disabled. 79 bucks which support this. 0 means disabled.
|
| H A D | samsung,s2mpa01.txt | 34 Note: Some bucks share the ramp rate setting i.e. same ramp value 35 will be set for a particular group of bucks so provide the same
|
| H A D | samsung,s2mps11.txt | 43 Note: On S2MPS11 some bucks share the ramp rate setting i.e. same ramp value 44 will be set for a particular group of bucks so provide the same
|
| H A D | max77802.txt | 47 -BUCKn : for BUCKs, where n can lie in range 1 to 10. 68 are: BUCKs 2-4 and LDOs 1-35. Also, it only takes effect if the regulator has
|
| H A D | max8997-regulator.txt | 44 multiple bucks, changing the voltage value of one of the bucks may affect
|
| H A D | max77686.txt | 26 -BUCKn : for BUCKs, where n can lie in range 1 to 9.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/ |
| H A D | da9062.txt | 11 da9062-regulator : : LDOs & BUCKs 22 da9062-regulator : : LDOs & BUCKs 53 - regulators : This node defines the settings for the LDOs and BUCKs.
|
| H A D | da9063.txt | 7 da9063-regulator : : LDOs & BUCKs 24 - regulators : This node defines the settings for the LDOs and BUCKs.
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | max77802-regulator.c | 241 /* Used for BUCKs 2-4 */ 309 /* BUCKS 1, 6 */ 323 /* BUCKs 2-4 */ 338 /* BUCKs 5, 7-10 */ 394 /* BUCKs 1, 6 */ 415 /* BUCKS 2-4 */ 458 /* BUCKs 7-10 */
|
| H A D | Kconfig | 275 Say y here to support the BUCKs and LDOs regulators found on 289 Say y here to support the BUCKs and LDOs regulators found on 299 Say y here to support the BUCKs and LDOs regulators found on 309 Say y here to support the BUCKs and LDOs regulators found on 385 21 general purpose LDOs, 3 dedicated LDOs, and 5 BUCKs. All 1001 via I2C bus. S2MPA01 has 10 Bucks and 26 LDO outputs. 1017 via I2C bus. S5M8767A have 9 Bucks and 28 LDOs output and
|
| H A D | da9063-regulator.c | 32 /* BUCKs */ 44 /* When two BUCKs are merged, they cannot be reused separately */ 107 /* Macros for voltage DC/DC converters (BUCKs) */ 229 * Bucks use single mode register field for normal operation 713 "Error while reading BUCKs configuration\n"); in da9063_regulator_probe()
|
| H A D | bd718x7-regulator.c | 155 * Bucks 1 to 4 support DVS. PWM mode is used when voltage is changed. 156 * Bucks 5 to 8 and LDOs can use PFM and must be disabled when voltage 371 * BD71837 bucks 3 and 4 support defining their enable/disable state also 571 * bucks/LDOs which are controlled via register interface are changed. 573 * beginning of shut-down sequence. As bucks 6 and 7 are parent
|
| H A D | max77686-regulator.c | 42 * Values used for configuring LDOs and bucks. 119 /* Some BUCKs and LDOs supports Normal[ON/OFF] mode during suspend */
|
| H A D | hi6421v530-regulator.c | 23 * @mode_mask: ECO mode bitmask of LDOs; for BUCKs, this masks sleep
|
| H A D | lp87565-regulator.c | 106 /* Operations permitted on BUCKs */
|
| H A D | hi6421-regulator.c | 35 * @mode_mask: ECO mode bitmask of LDOs; for BUCKs, this masks sleep 374 * more LDO or BUCKs simultaneously, or it may burn the chip. in hi6421_regulator_enable()
|
| H A D | mt6380-regulator.c | 80 * @vselon_reg: Register sections for hardware control mode of bucks
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | 88pm80x.h | 54 #define PM800_MAX_REGULATOR PM800_ID_RG_MAX /* 5 Bucks, 19 LDOs */ 55 #define PM800_NUM_BUCK (5) /*5 Bucks */ 56 #define PM800_NUM_LDO (19) /*19 Bucks */
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/ |
| H A D | mediatek,mt6360-tcpc.yaml | 14 regulators (BUCKs/LDOs), and TypeC Port Switch with Power Delivery controller.
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | lp8788.c | 71 /* 4 bucks */
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.power-framework | 41 consumption (by disabling not needed LDOs, BUCKs) and get current state of
|
| /OK3568_Linux_fs/u-boot/drivers/power/pmic/ |
| H A D | Kconfig | 175 The S5M8767 PMIC provides a large array of LDOs and BUCKs for use
|