Searched refs:tps6586x (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/mfd/ |
D | tps6586x.c | 123 struct tps6586x { struct 138 static inline struct tps6586x *dev_to_tps6586x(struct device *dev) in dev_to_tps6586x() argument 145 struct tps6586x *tps6586x = dev_to_tps6586x(dev); in tps6586x_write() local 147 return regmap_write(tps6586x->regmap, reg, val); in tps6586x_write() 153 struct tps6586x *tps6586x = dev_to_tps6586x(dev); in tps6586x_writes() local 155 return regmap_bulk_write(tps6586x->regmap, reg, val, len); in tps6586x_writes() 161 struct tps6586x *tps6586x = dev_to_tps6586x(dev); in tps6586x_read() local 165 ret = regmap_read(tps6586x->regmap, reg, &rval); in tps6586x_read() 174 struct tps6586x *tps6586x = dev_to_tps6586x(dev); in tps6586x_reads() local 176 return regmap_bulk_read(tps6586x->regmap, reg, val, len); in tps6586x_reads() [all …]
|
D | Makefile | 184 obj-$(CONFIG_MFD_TPS6586X) += tps6586x.o
|
D | Kconfig | 1477 will be called tps6586x.
|
/Linux-v4.19/Documentation/devicetree/bindings/regulator/ |
D | tps6586x.txt | 4 - compatible: "ti,tps6586x" 36 pmu: tps6586x@34 { 37 compatible = "ti,tps6586x";
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | tegra20-tamonten.dtsi | 9 rtc0 = "/i2c@7000d000/tps6586x@34"; 333 pmic: tps6586x@34 { 334 compatible = "ti,tps6586x";
|
D | tegra20-paz00.dts | 12 rtc0 = "/i2c@7000d000/tps6586x@34"; 316 pmic: tps6586x@34 { 317 compatible = "ti,tps6586x";
|
D | tegra20-colibri.dtsi | 9 rtc0 = "/i2c@7000d000/tps6586x@34"; 259 pmic: tps6586x@34 { 260 compatible = "ti,tps6586x";
|
D | tegra20-ventana.dts | 12 rtc0 = "/i2c@7000d000/tps6586x@34"; 396 pmic: tps6586x@34 { 397 compatible = "ti,tps6586x";
|
D | tegra20-harmony.dts | 12 rtc0 = "/i2c@7000d000/tps6586x@34"; 316 pmic: tps6586x@34 { 317 compatible = "ti,tps6586x";
|
D | tegra20-seaboard.dts | 12 rtc0 = "/i2c@7000d000/tps6586x@34"; 421 pmic: tps6586x@34 { 422 compatible = "ti,tps6586x";
|
/Linux-v4.19/drivers/regulator/ |
D | Makefile | 116 obj-$(CONFIG_REGULATOR_TPS6586X) += tps6586x-regulator.o
|
/Linux-v4.19/drivers/gpio/ |
D | Makefile | 131 obj-$(CONFIG_GPIO_TPS6586X) += gpio-tps6586x.o
|
/Linux-v4.19/drivers/rtc/ |
D | Makefile | 165 obj-$(CONFIG_RTC_DRV_TPS6586X) += rtc-tps6586x.o
|