Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A Dtps6586x.c122 struct tps6586x { struct
137 static inline struct tps6586x *dev_to_tps6586x(struct device *dev) in dev_to_tps6586x() argument
144 struct tps6586x *tps6586x = dev_to_tps6586x(dev); in tps6586x_write() local
146 return regmap_write(tps6586x->regmap, reg, val); in tps6586x_write()
152 struct tps6586x *tps6586x = dev_to_tps6586x(dev); in tps6586x_writes() local
154 return regmap_bulk_write(tps6586x->regmap, reg, val, len); in tps6586x_writes()
160 struct tps6586x *tps6586x = dev_to_tps6586x(dev); in tps6586x_read() local
164 ret = regmap_read(tps6586x->regmap, reg, &rval); in tps6586x_read()
173 struct tps6586x *tps6586x = dev_to_tps6586x(dev); in tps6586x_reads() local
175 return regmap_bulk_read(tps6586x->regmap, reg, val, len); in tps6586x_reads()
[all …]
/linux/Documentation/devicetree/bindings/regulator/
H A Dtps6586x.txt4 - compatible: "ti,tps6586x"
36 pmu: tps6586x@34 {
37 compatible = "ti,tps6586x";
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra20-tamonten.dtsi9 rtc0 = "/i2c@7000d000/tps6586x@34";
310 pmic: tps6586x@34 {
311 compatible = "ti,tps6586x";
H A Dtegra20-ventana.dts15 rtc0 = "/i2c@7000d000/tps6586x@34";
376 pmic: tps6586x@34 {
377 compatible = "ti,tps6586x";
H A Dtegra20-paz00.dts18 rtc0 = "/i2c@7000d000/tps6586x@34";
333 pmic: tps6586x@34 {
334 compatible = "ti,tps6586x";
H A Dtegra20-harmony.dts12 rtc0 = "/i2c@7000d000/tps6586x@34";
318 pmic: tps6586x@34 {
319 compatible = "ti,tps6586x";
H A Dtegra20-seaboard.dts12 rtc0 = "/i2c@7000d000/tps6586x@34";
391 pmic: tps6586x@34 {
392 compatible = "ti,tps6586x";
H A Dtegra20-colibri.dtsi505 compatible = "ti,tps6586x";
H A Dtegra20-asus-tf101.dts607 compatible = "ti,tps6586x";
H A Dtegra20-acer-a500-picasso.dts544 compatible = "ti,tps6586x";
/linux/drivers/rtc/
H A DMakefile183 obj-$(CONFIG_RTC_DRV_TPS6586X) += rtc-tps6586x.o