Home
last modified time | relevance | path

Searched refs:tps65912 (Results 1 – 10 of 10) sorted by relevance

/linux/Documentation/devicetree/bindings/mfd/
A Dtps65912.txt4 - compatible : Should be "ti,tps65912".
24 pmic: tps65912@2d {
25 compatible = "ti,tps65912";
/linux/drivers/mfd/
A Dtps65912-i2c.c35 struct tps65912 *tps; in tps65912_i2c_probe()
56 struct tps65912 *tps = i2c_get_clientdata(client); in tps65912_i2c_remove()
A Dtps65912-spi.c34 struct tps65912 *tps; in tps65912_spi_probe()
55 struct tps65912 *tps = spi_get_drvdata(spi); in tps65912_spi_remove()
A Dtps65912-core.c97 int tps65912_device_init(struct tps65912 *tps) in tps65912_device_init()
118 void tps65912_device_exit(struct tps65912 *tps) in tps65912_device_exit()
A DMakefile105 obj-$(CONFIG_MFD_TPS65912) += tps65912-core.o
106 obj-$(CONFIG_MFD_TPS65912_I2C) += tps65912-i2c.o
107 obj-$(CONFIG_MFD_TPS65912_SPI) += tps65912-spi.o
/linux/include/linux/mfd/
A Dtps65912.h313 struct tps65912 { struct
324 int tps65912_device_init(struct tps65912 *tps); argument
325 void tps65912_device_exit(struct tps65912 *tps);
/linux/drivers/gpio/
A Dgpio-tps65912.c20 struct tps65912 *tps;
100 struct tps65912 *tps = dev_get_drvdata(pdev->dev.parent); in tps65912_gpio_probe()
A DMakefile156 obj-$(CONFIG_GPIO_TPS65912) += gpio-tps65912.o
/linux/drivers/regulator/
A Dtps65912-regulator.c127 struct tps65912 *tps = dev_get_drvdata(pdev->dev.parent); in tps65912_regulator_probe()
A DMakefile160 obj-$(CONFIG_REGULATOR_TPS65912) += tps65912-regulator.o

Completed in 16 milliseconds