Home
last modified time | relevance | path

Searched full:as3711 (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/video/backlight/
H A Das3711_bl.c3 * AS3711 PMIC backlight driver, using DCDC Step Up Converters
15 #include <linux/mfd/as3711.h>
37 struct as3711 *as3711; member
55 struct as3711 *as3711 = supply->as3711; in as3711_set_brightness_auto_i() local
61 ret = regmap_write(as3711->regmap, AS3711_CURR1_VALUE, in as3711_set_brightness_auto_i()
64 ret = regmap_write(as3711->regmap, AS3711_CURR2_VALUE, in as3711_set_brightness_auto_i()
67 ret = regmap_write(as3711->regmap, AS3711_CURR3_VALUE, in as3711_set_brightness_auto_i()
73 static int as3711_set_brightness_v(struct as3711 *as3711, in as3711_set_brightness_v() argument
80 return regmap_update_bits(as3711->regmap, reg, 0xf0, in as3711_set_brightness_v()
86 struct as3711 *as3711 = supply->as3711; in as3711_bl_su2_reset() local
[all …]
H A DKconfig448 tristate "AS3711 Backlight"
451 If you have an Austrian Microsystems AS3711 say Y to enable the
/linux/drivers/mfd/
H A Das3711.c3 * AS3711 PMIC MFC driver
14 #include <linux/mfd/as3711.h>
30 [AS3711_REGULATOR] = {.name = "as3711-regulator",},
31 [AS3711_BACKLIGHT] = {.name = "as3711-backlight",},
114 {.compatible = "ams,as3711",},
121 struct as3711 *as3711; in as3711_i2c_probe() local
137 as3711 = devm_kzalloc(&client->dev, sizeof(struct as3711), GFP_KERNEL); in as3711_i2c_probe()
138 if (!as3711) in as3711_i2c_probe()
141 as3711->dev = &client->dev; in as3711_i2c_probe()
142 i2c_set_clientdata(client, as3711); in as3711_i2c_probe()
[all …]
H A DMakefile240 obj-$(CONFIG_MFD_AS3711) += as3711.o
H A DKconfig85 bool "AMS AS3711"
91 Support for the AS3711 PMIC from AMS
/linux/drivers/regulator/
H A Das3711-regulator.c3 * AS3711 PMIC regulator driver, using DCDC Step Down and LDO supplies
11 #include <linux/mfd/as3711.h>
22 * STANDBY. We map them in the following way to AS3711 SD1-4 DCDC modes:
124 .name = "as3711-regulator-" # _id, \
206 struct as3711 *as3711 = dev_get_drvdata(pdev->dev.parent); in as3711_regulator_probe() local
228 config.regmap = as3711->regmap; in as3711_regulator_probe()
245 .name = "as3711-regulator",
264 MODULE_DESCRIPTION("AS3711 regulator driver");
265 MODULE_ALIAS("platform:as3711-regulator");
H A DMakefile29 obj-$(CONFIG_REGULATOR_AS3711) += as3711-regulator.o
H A DKconfig175 tristate "AS3711 PMIC"
179 AS3711 PMIC
/linux/Documentation/devicetree/bindings/mfd/
H A Dams,as3711.yaml4 $id: http://devicetree.org/schemas/mfd/ams,as3711.yaml#
7 title: Austria MicroSystems AS3711 Quad Buck High Current PMIC with Charger
13 AS3711 is an I2C PMIC from Austria MicroSystems with multiple DC/DC and LDO
19 const: ams,as3711
31 const: ams,as3711-bl
194 compatible = "ams,as3711";
213 compatible = "ams,as3711-bl";
/linux/include/linux/mfd/
H A Das3711.h3 * AS3711 PMIC MFC driver header
75 struct as3711 { struct