Home
last modified time | relevance | path

Searched refs:rt5033 (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/mfd/
A Drt5033.c57 struct rt5033_dev *rt5033; in rt5033_i2c_probe() local
61 rt5033 = devm_kzalloc(&i2c->dev, sizeof(*rt5033), GFP_KERNEL); in rt5033_i2c_probe()
62 if (!rt5033) in rt5033_i2c_probe()
65 i2c_set_clientdata(i2c, rt5033); in rt5033_i2c_probe()
66 rt5033->dev = &i2c->dev; in rt5033_i2c_probe()
67 rt5033->irq = i2c->irq; in rt5033_i2c_probe()
68 rt5033->wakeup = true; in rt5033_i2c_probe()
71 if (IS_ERR(rt5033->regmap)) { in rt5033_i2c_probe()
84 ret = regmap_add_irq_chip(rt5033->regmap, rt5033->irq, in rt5033_i2c_probe()
89 rt5033->irq, ret); in rt5033_i2c_probe()
[all …]
A DMakefile250 obj-$(CONFIG_MFD_RT5033) += rt5033.o
/linux/Documentation/devicetree/bindings/power/supply/
A Drichtek,rt5033-battery.yaml4 $id: http://devicetree.org/schemas/power/supply/richtek,rt5033-battery.yaml#
17 const: richtek,rt5033-battery
38 compatible = "richtek,rt5033-battery";
49 compatible = "richtek,rt5033-battery";
A Drichtek,rt5033-charger.yaml4 $id: http://devicetree.org/schemas/power/supply/richtek,rt5033-charger.yaml#
18 const: richtek,rt5033-charger
62 compatible = "richtek,rt5033-charger";
/linux/Documentation/devicetree/bindings/mfd/
A Drichtek,rt5033.yaml4 $id: http://devicetree.org/schemas/mfd/richtek,rt5033.yaml#
20 const: richtek,rt5033
44 $ref: /schemas/power/supply/richtek,rt5033-charger.yaml#
84 compatible = "richtek,rt5033-battery";
103 compatible = "richtek,rt5033";
132 compatible = "richtek,rt5033-charger";
/linux/drivers/regulator/
A Drt5033-regulator.c92 struct rt5033_dev *rt5033 = dev_get_drvdata(pdev->dev.parent); in rt5033_regulator_probe() local
96 config.dev = rt5033->dev; in rt5033_regulator_probe()
97 config.driver_data = rt5033; in rt5033_regulator_probe()
102 config.regmap = rt5033->regmap; in rt5033_regulator_probe()
A DMakefile145 obj-$(CONFIG_REGULATOR_RT5033) += rt5033-regulator.o
/linux/arch/arm64/boot/dts/qcom/
A Dmsm8916-samsung-gprimeltecan.dts62 compatible = "richtek,rt5033";
87 compatible = "richtek,rt5033-charger";
A Dmsm8916-samsung-fortuna-common.dtsi236 compatible = "richtek,rt5033-battery";
274 compatible = "richtek,rt5033";
299 compatible = "richtek,rt5033-charger";
A Dmsm8916-samsung-serranove.dts249 compatible = "richtek,rt5033-battery";
287 compatible = "richtek,rt5033";
313 compatible = "richtek,rt5033-charger";
A Dmsm8916-samsung-a2015-common.dtsi255 compatible = "richtek,rt5033-battery";
271 compatible = "richtek,rt5033";
296 compatible = "richtek,rt5033-charger";
A Dmsm8939-samsung-a7.dts95 compatible = "richtek,rt5033-battery";
343 compatible = "richtek,rt5033";
368 compatible = "richtek,rt5033-charger";
/linux/Documentation/devicetree/bindings/leds/
A Dleds-sgm3140.yaml23 - richtek,rt5033-led

Completed in 18 milliseconds