Searched refs:tps6586x (Results 1 - 8 of 8) sorted by path

/linux-master/drivers/gpio/
H A DMakefile171 obj-$(CONFIG_GPIO_TPS6586X) += gpio-tps6586x.o
H A Dgpio-tps6586x.c8 * Based on tps6586x.c
17 #include <linux/mfd/tps6586x.h>
112 .driver.name = "tps6586x-gpio",
/linux-master/drivers/mfd/
H A DMakefile197 obj-$(CONFIG_MFD_TPS6586X) += tps6586x.o
H A Dtps6586x.c30 #include <linux/mfd/tps6586x.h>
107 .name = "tps6586x-gpio",
110 .name = "tps6586x-regulator",
113 .name = "tps6586x-rtc",
118 .name = "tps6586x-onkey",
122 struct tps6586x { struct
137 static inline struct tps6586x *dev_to_tps6586x(struct device *dev)
144 struct tps6586x *tps6586x = dev_to_tps6586x(dev); local
146 return regmap_write(tps6586x
152 struct tps6586x *tps6586x = dev_to_tps6586x(dev); local
160 struct tps6586x *tps6586x = dev_to_tps6586x(dev); local
173 struct tps6586x *tps6586x = dev_to_tps6586x(dev); local
181 struct tps6586x *tps6586x = dev_to_tps6586x(dev); local
189 struct tps6586x *tps6586x = dev_to_tps6586x(dev); local
197 struct tps6586x *tps6586x = dev_to_tps6586x(dev); local
205 struct tps6586x *tps6586x = dev_to_tps6586x(dev); local
213 struct tps6586x *tps6586x = dev_get_drvdata(dev); local
225 tps6586x_remove_subdevs(struct tps6586x *tps6586x) argument
232 struct tps6586x *tps6586x = irq_data_get_irq_chip_data(data); local
239 struct tps6586x *tps6586x = irq_data_get_irq_chip_data(irq_data); local
249 struct tps6586x *tps6586x = irq_data_get_irq_chip_data(irq_data); local
260 struct tps6586x *tps6586x = irq_data_get_irq_chip_data(data); local
276 struct tps6586x *tps6586x = irq_data_get_irq_chip_data(irq_data); local
292 struct tps6586x *tps6586x = h->host_data; local
309 struct tps6586x *tps6586x = data; local
337 tps6586x_irq_init(struct tps6586x *tps6586x, int irq, int irq_base) argument
382 tps6586x_add_subdevs(struct tps6586x *tps6586x, struct tps6586x_platform_data *pdata) argument
524 struct tps6586x *tps6586x; local
613 struct tps6586x *tps6586x = i2c_get_clientdata(client); local
623 struct tps6586x *tps6586x = dev_get_drvdata(dev); local
633 struct tps6586x *tps6586x = dev_get_drvdata(dev); local
[all...]
/linux-master/drivers/regulator/
H A DMakefile184 obj-$(CONFIG_REGULATOR_TPS6586X) += tps6586x-regulator.o
H A Dtps6586x-regulator.c23 #include <linux/mfd/tps6586x.h>
522 .name = "tps6586x-regulator",
543 MODULE_ALIAS("platform:tps6586x-regulator");
/linux-master/drivers/rtc/
H A DMakefile180 obj-$(CONFIG_RTC_DRV_TPS6586X) += rtc-tps6586x.o
H A Drtc-tps6586x.c3 * rtc-tps6586x.c: RTC driver for TI PMIC TPS6586X
15 #include <linux/mfd/tps6586x.h>
316 .name = "tps6586x-rtc",
324 MODULE_ALIAS("platform:tps6586x-rtc");

Completed in 229 milliseconds