Searched refs:max77802 (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/regulator/ |
| H A D | max77802-regulator.c | 96 struct max77802_regulator_prv *max77802 = rdev_get_drvdata(rdev); in max77802_set_suspend_disable() local 100 if (WARN_ON_ONCE(id >= ARRAY_SIZE(max77802->opmode))) in max77802_set_suspend_disable() 102 max77802->opmode[id] = val; in max77802_set_suspend_disable() 114 struct max77802_regulator_prv *max77802 = rdev_get_drvdata(rdev); in max77802_set_mode() local 132 if (WARN_ON_ONCE(id >= ARRAY_SIZE(max77802->opmode))) in max77802_set_mode() 135 max77802->opmode[id] = val; in max77802_set_mode() 142 struct max77802_regulator_prv *max77802 = rdev_get_drvdata(rdev); in max77802_get_mode() local 145 if (WARN_ON_ONCE(id >= ARRAY_SIZE(max77802->opmode))) in max77802_get_mode() 147 return max77802_map_mode(max77802->opmode[id]); in max77802_get_mode() 169 struct max77802_regulator_prv *max77802 = rdev_get_drvdata(rdev); in max77802_set_suspend_mode() local [all …]
|
| /linux/arch/arm/boot/dts/samsung/ |
| H A D | exynos5410-odroidxu.dts | 12 #include <dt-bindings/clock/maxim,max77802.h> 185 max77802: pmic@9 { label 186 compatible = "maxim,max77802"; 569 max77802_irq: max77802-irq-pins { 591 clocks = <&clock CLK_RTC>, <&max77802 MAX77802_CLK_32K_AP>;
|
| H A D | exynos5420-peach-pit.dts | 12 #include <dt-bindings/clock/maxim,max77802.h> 13 #include <dt-bindings/regulator/maxim,max77802.h> 148 clocks = <&max77802 MAX77802_CLK_32K_CP>; 212 max77802: pmic@9 { label 213 compatible = "maxim,max77802"; 846 max77802_irq: max77802-irq-pins { 951 clocks = <&clock CLK_RTC>, <&max77802 MAX77802_CLK_32K_AP>;
|
| H A D | exynos5800-peach-pi.dts | 12 #include <dt-bindings/clock/maxim,max77802.h> 13 #include <dt-bindings/regulator/maxim,max77802.h> 148 clocks = <&max77802 MAX77802_CLK_32K_CP>; 221 max77802: pmic@9 { label 222 compatible = "maxim,max77802"; 828 max77802_irq: max77802-irq-pins { 933 clocks = <&clock CLK_RTC>, <&max77802 MAX77802_CLK_32K_AP>;
|
| /linux/ |
| H A D | MAINTAINERS | 15559 F: Documentation/devicetree/bindings/*/*max77802.yaml 15560 F: drivers/regulator/max77802-regulator.c 15561 F: include/dt-bindings/*/*max77802.h
|