Home
last modified time | relevance | path

Searched refs:da9062 (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.10/Documentation/devicetree/bindings/mfd/
Dda9062.txt4 - 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-v5.10/drivers/pinctrl/
Dpinctrl-da9062.c39 struct da9062 *da9062; member
47 struct regmap *regmap = pctl->da9062->regmap; in da9062_pctl_get_pin_mode()
63 struct regmap *regmap = pctl->da9062->regmap; in da9062_pctl_set_pin_mode()
83 struct regmap *regmap = pctl->da9062->regmap; in da9062_gpio_get()
113 struct regmap *regmap = pctl->da9062->regmap; in da9062_gpio_set()
145 struct regmap *regmap = pctl->da9062->regmap; in da9062_gpio_direction_input()
188 struct regmap *regmap = pctl->da9062->regmap; in da9062_gpio_set_config()
233 struct da9062 *da9062 = pctl->da9062; in da9062_gpio_to_irq() local
235 return regmap_irq_get_virq(da9062->regmap_irq, in da9062_gpio_to_irq()
263 pctl->da9062 = dev_get_drvdata(parent); in da9062_pctl_probe()
[all …]
DMakefile19 obj-$(CONFIG_PINCTRL_DA9062) += pinctrl-da9062.o
/Linux-v5.10/Documentation/devicetree/bindings/thermal/
Dda9062-thermal.txt4 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-v5.10/Documentation/devicetree/bindings/watchdog/
Dda9062-wdt.txt6 "dlg,da9061-watchdog", "dlg,da9062-watchdog"
7 "dlg,da9062-watchdog"
16 pmic0: da9062@58 {
18 compatible = "dlg,da9062-watchdog";
26 compatible = "dlg,da9061-watchdog", "dlg,da9062-watchdog";
/Linux-v5.10/Documentation/devicetree/bindings/input/
Dda9062-onkey.txt4 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-v5.10/arch/arm/boot/dts/
Dimx6qdl-phytec-phycore-som.dtsi92 compatible = "dlg,da9062";
103 compatible = "dlg,da9062-rtc";
107 compatible = "dlg,da9062-onkey";
111 compatible = "dlg,da9062-watchdog";
/Linux-v5.10/drivers/watchdog/
Dda9062_wdt.c33 struct da9062 *hw;
69 struct da9062 *chip = wdt->hw; in da9062_wdt_update_timeout_register()
191 struct da9062 *chip; in da9062_wdt_probe()
/Linux-v5.10/include/linux/mfd/da9062/
Dcore.h59 struct da9062 { struct
/Linux-v5.10/drivers/mfd/
Dda9062-core.c290 static int da9062_clear_fault_log(struct da9062 *chip) in da9062_clear_fault_log()
324 static int da9062_get_device_type(struct da9062 *chip) in da9062_get_device_type()
375 static u32 da9062_configure_irq_type(struct da9062 *chip, int irq, u32 *trigger) in da9062_configure_irq_type()
624 struct da9062 *chip; in da9062_i2c_probe()
721 struct da9062 *chip = i2c_get_clientdata(i2c); in da9062_i2c_remove()
DMakefile157 obj-$(CONFIG_MFD_DA9062) += da9062-core.o
/Linux-v5.10/drivers/thermal/
Dda9062-thermal.c49 struct da9062 *hw;
192 struct da9062 *chip = dev_get_drvdata(pdev->dev.parent); in da9062_thermal_probe()
DMakefile51 obj-$(CONFIG_DA9062_THERMAL) += da9062-thermal.o
/Linux-v5.10/drivers/regulator/
Dda9062-regulator.c62 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()
DMakefile39 obj-$(CONFIG_REGULATOR_DA9062) += da9062-regulator.o
DKconfig294 will be called da9062-regulator.
/Linux-v5.10/
DMAINTAINERS5160 F: include/linux/mfd/da9062/