Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/drivers/pinctrl/
Dpinctrl-da9062.c40 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 …]
DMakefile22 obj-$(CONFIG_PINCTRL_DA9062) += pinctrl-da9062.o
/Linux-v6.6/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-v6.6/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-v6.6/Documentation/devicetree/bindings/watchdog/
Dda9062-wdt.txt6 "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/
Dimx6qdl-phytec-phycore-som.dtsi96 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";
Dimx6ull-dhcor-som.dtsi87 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/
Dda9062_wdt.c33 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/
Dda9062-thermal.c51 struct da9062 *hw;
161 struct da9062 *chip = dev_get_drvdata(pdev->dev.parent); in da9062_thermal_probe()
DMakefile53 obj-$(CONFIG_DA9062_THERMAL) += da9062-thermal.o
/Linux-v6.6/include/linux/mfd/da9062/
Dcore.h59 struct da9062 { struct
/Linux-v6.6/drivers/mfd/
Dda9062-core.c265 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()
DMakefile154 obj-$(CONFIG_MFD_DA9062) += da9062-core.o
/Linux-v6.6/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()
DMakefile41 obj-$(CONFIG_REGULATOR_DA9062) += da9062-regulator.o
DKconfig311 will be called da9062-regulator.
/Linux-v6.6/arch/arm64/boot/dts/xilinx/
Dzynqmp-sm-k26-revA.dts275 /* da9062@30 - u170 - also at address 0x31 */
/Linux-v6.6/
DMAINTAINERS6083 F: include/linux/mfd/da9062/