Searched refs:da9062 (Results 1 – 16 of 16) sorted by relevance
/linux-6.12.1/drivers/pinctrl/ |
D | pinctrl-da9062.c | 35 struct da9062 *da9062; member 43 struct regmap *regmap = pctl->da9062->regmap; in da9062_pctl_get_pin_mode() 59 struct regmap *regmap = pctl->da9062->regmap; in da9062_pctl_set_pin_mode() 79 struct regmap *regmap = pctl->da9062->regmap; in da9062_gpio_get() 109 struct regmap *regmap = pctl->da9062->regmap; in da9062_gpio_set() 141 struct regmap *regmap = pctl->da9062->regmap; in da9062_gpio_direction_input() 184 struct regmap *regmap = pctl->da9062->regmap; in da9062_gpio_set_config() 229 struct da9062 *da9062 = pctl->da9062; in da9062_gpio_to_irq() local 231 return regmap_irq_get_virq(da9062->regmap_irq, in da9062_gpio_to_irq() 261 pctl->da9062 = dev_get_drvdata(parent); in da9062_pctl_probe() [all …]
|
D | Makefile | 23 obj-$(CONFIG_PINCTRL_DA9062) += pinctrl-da9062.o
|
/linux-6.12.1/arch/arm64/boot/dts/renesas/ |
D | rzg2ul-smarc.dtsi | 27 da9062: pmic@58 { label 28 compatible = "dlg,da9062"; 34 compatible = "dlg,da9062-gpio"; 38 compatible = "dlg,da9062-onkey"; 49 compatible = "dlg,da9062-rtc"; 74 compatible = "dlg,da9062-thermal"; 79 compatible = "dlg,da9062-watchdog";
|
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/ |
D | imx6qdl-phytec-phycore-som.dtsi | 96 compatible = "dlg,da9062"; 108 compatible = "dlg,da9062-rtc"; 112 compatible = "dlg,da9062-onkey"; 116 compatible = "dlg,da9062-watchdog"; 121 compatible = "dlg,da9062-thermal"; 126 compatible = "dlg,da9062-gpio";
|
D | imx6ull-dhcor-som.dtsi | 90 compatible = "dlg,da9061-onkey", "dlg,da9062-onkey"; 165 compatible = "dlg,da9061-thermal", "dlg,da9062-thermal"; 170 compatible = "dlg,da9061-watchdog", "dlg,da9062-watchdog";
|
/linux-6.12.1/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-6.12.1/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 | 52 obj-$(CONFIG_DA9062_THERMAL) += da9062-thermal.o
|
/linux-6.12.1/include/linux/mfd/da9062/ |
D | core.h | 59 struct da9062 { struct
|
/linux-6.12.1/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() 593 struct da9062 *chip; in da9062_i2c_probe() 700 struct da9062 *chip = i2c_get_clientdata(i2c); in da9062_i2c_remove()
|
D | Makefile | 159 obj-$(CONFIG_MFD_DA9062) += da9062-core.o
|
/linux-6.12.1/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 | 44 obj-$(CONFIG_REGULATOR_DA9062) += da9062-regulator.o
|
D | Kconfig | 339 will be called da9062-regulator.
|
/linux-6.12.1/arch/arm64/boot/dts/xilinx/ |
D | zynqmp-sm-k26-revA.dts | 286 /* da9062@30 - u170 - also at address 0x31 */
|
/linux-6.12.1/ |
D | MAINTAINERS | 6601 F: Documentation/devicetree/bindings/input/dlg,da9062-onkey.yaml 6609 F: Documentation/devicetree/bindings/thermal/dlg,da9062-thermal.yaml 6610 F: Documentation/devicetree/bindings/watchdog/dlg,da9062-watchdog.yaml 6635 F: include/linux/mfd/da9062/
|