Home
last modified time | relevance | path

Searched refs:tps6586x (Results 1 – 15 of 15) sorted by relevance

/linux-5.19.10/drivers/mfd/
Dtps6586x.c120 struct tps6586x { struct
135 static inline struct tps6586x *dev_to_tps6586x(struct device *dev) in dev_to_tps6586x() argument
142 struct tps6586x *tps6586x = dev_to_tps6586x(dev); in tps6586x_write() local
144 return regmap_write(tps6586x->regmap, reg, val); in tps6586x_write()
150 struct tps6586x *tps6586x = dev_to_tps6586x(dev); in tps6586x_writes() local
152 return regmap_bulk_write(tps6586x->regmap, reg, val, len); in tps6586x_writes()
158 struct tps6586x *tps6586x = dev_to_tps6586x(dev); in tps6586x_read() local
162 ret = regmap_read(tps6586x->regmap, reg, &rval); in tps6586x_read()
171 struct tps6586x *tps6586x = dev_to_tps6586x(dev); in tps6586x_reads() local
173 return regmap_bulk_read(tps6586x->regmap, reg, val, len); in tps6586x_reads()
[all …]
DMakefile191 obj-$(CONFIG_MFD_TPS6586X) += tps6586x.o
DKconfig1590 will be called tps6586x.
/linux-5.19.10/Documentation/devicetree/bindings/regulator/
Dtps6586x.txt4 - compatible: "ti,tps6586x"
36 pmu: tps6586x@34 {
37 compatible = "ti,tps6586x";
/linux-5.19.10/arch/arm/boot/dts/
Dtegra20-tamonten.dtsi9 rtc0 = "/i2c@7000d000/tps6586x@34";
333 pmic: tps6586x@34 {
334 compatible = "ti,tps6586x";
Dtegra20-paz00.dts18 rtc0 = "/i2c@7000d000/tps6586x@34";
377 pmic: tps6586x@34 {
378 compatible = "ti,tps6586x";
Dtegra20-ventana.dts15 rtc0 = "/i2c@7000d000/tps6586x@34";
399 pmic: tps6586x@34 {
400 compatible = "ti,tps6586x";
Dtegra20-harmony.dts12 rtc0 = "/i2c@7000d000/tps6586x@34";
316 pmic: tps6586x@34 {
317 compatible = "ti,tps6586x";
Dtegra20-seaboard.dts12 rtc0 = "/i2c@7000d000/tps6586x@34";
421 pmic: tps6586x@34 {
422 compatible = "ti,tps6586x";
Dtegra20-colibri.dtsi478 compatible = "ti,tps6586x";
Dtegra20-asus-tf101.dts603 compatible = "ti,tps6586x";
Dtegra20-acer-a500-picasso.dts574 compatible = "ti,tps6586x";
/linux-5.19.10/drivers/regulator/
DMakefile163 obj-$(CONFIG_REGULATOR_TPS6586X) += tps6586x-regulator.o
/linux-5.19.10/drivers/rtc/
DMakefile175 obj-$(CONFIG_RTC_DRV_TPS6586X) += rtc-tps6586x.o
/linux-5.19.10/drivers/gpio/
DMakefile156 obj-$(CONFIG_GPIO_TPS6586X) += gpio-tps6586x.o