Searched refs:max77802 (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/drivers/regulator/ |
| D | max77802-regulator.c | 97 struct max77802_regulator_prv *max77802 = rdev_get_drvdata(rdev); in max77802_set_suspend_disable() local 101 max77802->opmode[id] = val; in max77802_set_suspend_disable() 113 struct max77802_regulator_prv *max77802 = rdev_get_drvdata(rdev); in max77802_set_mode() local 131 max77802->opmode[id] = val; in max77802_set_mode() 138 struct max77802_regulator_prv *max77802 = rdev_get_drvdata(rdev); in max77802_get_mode() local 141 return max77802_map_mode(max77802->opmode[id]); in max77802_get_mode() 163 struct max77802_regulator_prv *max77802 = rdev_get_drvdata(rdev); in max77802_set_suspend_mode() local 172 if (max77802->opmode[id] == MAX77802_OFF_PWRREQ) { in max77802_set_suspend_mode() 185 if (max77802->opmode[id] == MAX77802_OPMODE_NORMAL) in max77802_set_suspend_mode() 196 if (max77802->opmode[id] == MAX77802_OPMODE_LP) in max77802_set_suspend_mode() [all …]
|
| D | Makefile | 75 obj-$(CONFIG_REGULATOR_MAX77802) += max77802-regulator.o
|
| /Linux-v5.4/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-v5.4/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-v5.4/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-v5.4/arch/arm/boot/dts/ |
| 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"; 810 max77802_irq: max77802-irq { 922 clocks = <&clock CLK_RTC>, <&max77802 MAX77802_CLK_32K_AP>;
|
| D | exynos5410-odroidxu.dts | 12 #include <dt-bindings/clock/maxim,max77802.h> 181 max77802: pmic@9 { label 182 compatible = "maxim,max77802"; 581 max77802_irq: max77802-irq { 603 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"; 841 max77802_irq: max77802-irq { 953 clocks = <&clock CLK_RTC>, <&max77802 MAX77802_CLK_32K_AP>;
|
| /Linux-v5.4/ |
| D | MAINTAINERS | 9923 F: drivers/regulator/max77802-regulator.c 9924 F: Documentation/devicetree/bindings/*/*max77802.txt 9925 F: include/dt-bindings/*/*max77802.h
|