Searched refs:max77802 (Results 1 – 9 of 9) sorted by relevance
| /Linux-v4.19/drivers/regulator/ |
| D | max77802-regulator.c | 99 struct max77802_regulator_prv *max77802 = rdev_get_drvdata(rdev); in max77802_set_suspend_disable() local 103 max77802->opmode[id] = val; in max77802_set_suspend_disable() 115 struct max77802_regulator_prv *max77802 = rdev_get_drvdata(rdev); in max77802_set_mode() local 133 max77802->opmode[id] = val; in max77802_set_mode() 140 struct max77802_regulator_prv *max77802 = rdev_get_drvdata(rdev); in max77802_get_mode() local 143 return max77802_map_mode(max77802->opmode[id]); in max77802_get_mode() 165 struct max77802_regulator_prv *max77802 = rdev_get_drvdata(rdev); in max77802_set_suspend_mode() local 174 if (max77802->opmode[id] == MAX77802_OFF_PWRREQ) { in max77802_set_suspend_mode() 187 if (max77802->opmode[id] == MAX77802_OPMODE_NORMAL) in max77802_set_suspend_mode() 198 if (max77802->opmode[id] == MAX77802_OPMODE_LP) in max77802_set_suspend_mode() [all …]
|
| D | Makefile | 72 obj-$(CONFIG_REGULATOR_MAX77802) += max77802-regulator.o
|
| /Linux-v4.19/Documentation/devicetree/bindings/clock/ |
| D | maxim,max77686.txt | 7 bindings/mfd/max77802.txt for MAX77802 and 17 dt-bindings/clock/maxim,max77802.h. 34 - 0: 32khz_ap clock (max77686, max77802), 32khz_out0 (max77620) 35 - 1: 32khz_cp clock (max77686, max77802), 70 #include <dt-bindings/clock/maxim,max77802.h> 74 max77802: max77802@9 { 75 compatible = "maxim,max77802"; 90 clocks = <&max77802 MAX77802_CLK_32K_AP>;
|
| /Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
| D | max77802.txt | 10 regulators are defined in ../clk/maxim,max77802.txt and 11 ../regulator/max77802.txt respectively. 14 - compatible : Must be "maxim,max77802" 20 max77802: pmic@9 { 21 compatible = "maxim,max77802";
|
| /Linux-v4.19/Documentation/devicetree/bindings/regulator/ |
| D | max77802.txt | 4 More information can be found in bindings/mfd/max77802.txt file. 33 - regulators : The regulators of max77802 have to be instantiated 50 The max77802 regulator supports two different operating modes: Normal and Low 63 The valid modes list is defined in the dt-bindings/regulator/maxim,max77802.h 74 max77802@9 { 75 compatible = "maxim,max77802";
|
| /Linux-v4.19/arch/arm/boot/dts/ |
| D | exynos5410-odroidxu.dts | 12 #include <dt-bindings/clock/maxim,max77802.h> 178 max77802: pmic@9 { label 179 compatible = "maxim,max77802"; 570 max77802_irq: max77802-irq { 592 clocks = <&clock CLK_RTC>, <&max77802 MAX77802_CLK_32K_AP>;
|
| D | exynos5800-peach-pi.dts | 12 #include <dt-bindings/clock/maxim,max77802.h> 13 #include <dt-bindings/regulator/maxim,max77802.h> 144 clocks = <&max77802 MAX77802_CLK_32K_CP>; 208 max77802: max77802-pmic@9 { label 209 compatible = "maxim,max77802"; 806 max77802_irq: max77802-irq { 918 clocks = <&clock CLK_RTC>, <&max77802 MAX77802_CLK_32K_AP>;
|
| D | exynos5420-peach-pit.dts | 12 #include <dt-bindings/clock/maxim,max77802.h> 13 #include <dt-bindings/regulator/maxim,max77802.h> 144 clocks = <&max77802 MAX77802_CLK_32K_CP>; 208 max77802: max77802-pmic@9 { label 209 compatible = "maxim,max77802"; 837 max77802_irq: max77802-irq { 949 clocks = <&clock CLK_RTC>, <&max77802 MAX77802_CLK_32K_AP>;
|
| /Linux-v4.19/ |
| D | MAINTAINERS | 8906 F: drivers/regulator/max77802-regulator.c 8907 F: Documentation/devicetree/bindings/*/*max77802.txt 8908 F: include/dt-bindings/*/*max77802.h
|