/Linux-v6.6/Documentation/devicetree/bindings/mfd/ |
D | da9062.txt | 4 - https://www.dialog-semiconductor.com/products/da9062 11 da9062-regulator : : LDOs & BUCKs 12 da9062-rtc : : Real-Time Clock 13 da9062-onkey : : On Key 14 da9062-watchdog : : Watchdog Timer 15 da9062-thermal : : Thermal 16 da9062-gpio : : GPIOs 22 da9062-regulator : : LDOs & BUCKs 23 da9062-onkey : : On Key 24 da9062-watchdog : : Watchdog Timer [all …]
|
/Linux-v6.6/drivers/pinctrl/ |
D | pinctrl-da9062.c | 40 struct da9062 *da9062; member 48 struct regmap *regmap = pctl->da9062->regmap; in da9062_pctl_get_pin_mode() 64 struct regmap *regmap = pctl->da9062->regmap; in da9062_pctl_set_pin_mode() 84 struct regmap *regmap = pctl->da9062->regmap; in da9062_gpio_get() 114 struct regmap *regmap = pctl->da9062->regmap; in da9062_gpio_set() 146 struct regmap *regmap = pctl->da9062->regmap; in da9062_gpio_direction_input() 189 struct regmap *regmap = pctl->da9062->regmap; in da9062_gpio_set_config() 234 struct da9062 *da9062 = pctl->da9062; in da9062_gpio_to_irq() local 236 return regmap_irq_get_virq(da9062->regmap_irq, in da9062_gpio_to_irq() 266 pctl->da9062 = dev_get_drvdata(parent); in da9062_pctl_probe() [all …]
|
D | Makefile | 22 obj-$(CONFIG_PINCTRL_DA9062) += pinctrl-da9062.o
|
/Linux-v6.6/Documentation/devicetree/bindings/thermal/ |
D | da9062-thermal.txt | 4 DA9062 and DA9061 chips see Documentation/devicetree/bindings/mfd/da9062.txt 12 "dlg,da9061-thermal", "dlg,da9062-thermal" 13 "dlg,da9062-thermal" 22 pmic0: da9062@58 { 24 compatible = "dlg,da9062-thermal"; 33 compatible = "dlg,da9061-thermal", "dlg,da9062-thermal";
|
/Linux-v6.6/Documentation/devicetree/bindings/input/ |
D | da9062-onkey.txt | 4 DA9062 and DA9061 chips see Documentation/devicetree/bindings/mfd/da9062.txt 12 "dlg,da9061-onkey", "dlg,da9062-onkey" 13 "dlg,da9062-onkey" 33 pmic0: da9062@58 { 35 compatible = "dlg,da9062-onkey"; 44 compatible = "dlg,da9061-onkey", "dlg,da9062-onkey";
|
/Linux-v6.6/Documentation/devicetree/bindings/watchdog/ |
D | da9062-wdt.txt | 6 "dlg,da9061-watchdog", "dlg,da9062-watchdog" 7 "dlg,da9062-watchdog" 22 pmic0: da9062@58 { 24 compatible = "dlg,da9062-watchdog"; 32 compatible = "dlg,da9061-watchdog", "dlg,da9062-watchdog";
|
/Linux-v6.6/arch/arm/boot/dts/nxp/imx/ |
D | imx6qdl-phytec-phycore-som.dtsi | 96 compatible = "dlg,da9062"; 107 compatible = "dlg,da9062-rtc"; 111 compatible = "dlg,da9062-onkey"; 115 compatible = "dlg,da9062-watchdog"; 120 compatible = "dlg,da9062-thermal"; 125 compatible = "dlg,da9062-gpio";
|
D | imx6ull-dhcor-som.dtsi | 87 compatible = "dlg,da9061-onkey", "dlg,da9062-onkey"; 162 compatible = "dlg,da9061-thermal", "dlg,da9062-thermal"; 167 compatible = "dlg,da9061-watchdog", "dlg,da9062-watchdog";
|
/Linux-v6.6/drivers/watchdog/ |
D | da9062_wdt.c | 33 struct da9062 *hw; 69 struct da9062 *chip = wdt->hw; in da9062_wdt_update_timeout_register() 207 struct da9062 *chip; in da9062_wdt_probe()
|
/Linux-v6.6/drivers/thermal/ |
D | da9062-thermal.c | 51 struct da9062 *hw; 161 struct da9062 *chip = dev_get_drvdata(pdev->dev.parent); in da9062_thermal_probe()
|
D | Makefile | 53 obj-$(CONFIG_DA9062_THERMAL) += da9062-thermal.o
|
/Linux-v6.6/include/linux/mfd/da9062/ |
D | core.h | 59 struct da9062 { struct
|
/Linux-v6.6/drivers/mfd/ |
D | da9062-core.c | 265 static int da9062_clear_fault_log(struct da9062 *chip) in da9062_clear_fault_log() 299 static int da9062_get_device_type(struct da9062 *chip) in da9062_get_device_type() 350 static u32 da9062_configure_irq_type(struct da9062 *chip, int irq, u32 *trigger) in da9062_configure_irq_type() 601 struct da9062 *chip; in da9062_i2c_probe() 711 struct da9062 *chip = i2c_get_clientdata(i2c); in da9062_i2c_remove()
|
D | Makefile | 154 obj-$(CONFIG_MFD_DA9062) += da9062-core.o
|
/Linux-v6.6/drivers/regulator/ |
D | da9062-regulator.c | 62 struct da9062 *hw; 892 struct da9062 *hw = regulators->regulator[0].hw; in da9062_ldo_lim_event() 922 struct da9062 *chip = dev_get_drvdata(pdev->dev.parent); in da9062_regulator_probe()
|
D | Makefile | 41 obj-$(CONFIG_REGULATOR_DA9062) += da9062-regulator.o
|
D | Kconfig | 311 will be called da9062-regulator.
|
/Linux-v6.6/arch/arm64/boot/dts/xilinx/ |
D | zynqmp-sm-k26-revA.dts | 275 /* da9062@30 - u170 - also at address 0x31 */
|
/Linux-v6.6/ |
D | MAINTAINERS | 6083 F: include/linux/mfd/da9062/
|