Searched refs:rt5033 (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/mfd/ |
| A D | rt5033.c | 57 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 D | Makefile | 250 obj-$(CONFIG_MFD_RT5033) += rt5033.o
|
| /linux/Documentation/devicetree/bindings/power/supply/ |
| A D | richtek,rt5033-battery.yaml | 4 $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 D | richtek,rt5033-charger.yaml | 4 $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 D | richtek,rt5033.yaml | 4 $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 D | rt5033-regulator.c | 92 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 D | Makefile | 145 obj-$(CONFIG_REGULATOR_RT5033) += rt5033-regulator.o
|
| /linux/arch/arm64/boot/dts/qcom/ |
| A D | msm8916-samsung-gprimeltecan.dts | 62 compatible = "richtek,rt5033"; 87 compatible = "richtek,rt5033-charger";
|
| A D | msm8916-samsung-fortuna-common.dtsi | 236 compatible = "richtek,rt5033-battery"; 274 compatible = "richtek,rt5033"; 299 compatible = "richtek,rt5033-charger";
|
| A D | msm8916-samsung-serranove.dts | 249 compatible = "richtek,rt5033-battery"; 287 compatible = "richtek,rt5033"; 313 compatible = "richtek,rt5033-charger";
|
| A D | msm8916-samsung-a2015-common.dtsi | 255 compatible = "richtek,rt5033-battery"; 271 compatible = "richtek,rt5033"; 296 compatible = "richtek,rt5033-charger";
|
| A D | msm8939-samsung-a7.dts | 95 compatible = "richtek,rt5033-battery"; 343 compatible = "richtek,rt5033"; 368 compatible = "richtek,rt5033-charger";
|
| /linux/Documentation/devicetree/bindings/leds/ |
| A D | leds-sgm3140.yaml | 23 - richtek,rt5033-led
|
Completed in 18 milliseconds