Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/mfd/
H A Dtps65912.txt4 - compatible : Should be "ti,tps65912".
24 pmic: tps65912@2d {
25 compatible = "ti,tps65912";
/linux/drivers/gpio/
H A Dgpio-tps65912.c20 struct tps65912 *tps;
103 struct tps65912 *tps = dev_get_drvdata(pdev->dev.parent); in tps65912_gpio_probe()
H A DMakefile193 obj-$(CONFIG_GPIO_TPS65912) += gpio-tps65912.o
/linux/include/linux/mfd/
H A Dtps65912.h305 struct tps65912 { struct
316 int tps65912_device_init(struct tps65912 *tps); argument
/linux/drivers/mfd/
H A Dtps65912-spi.c26 struct tps65912 *tps; in tps65912_spi_probe()
H A Dtps65912-i2c.c26 struct tps65912 *tps; in tps65912_i2c_probe()
H A Dtps65912-core.c89 int tps65912_device_init(struct tps65912 *tps) in tps65912_device_init()
H A DMakefile106 obj-$(CONFIG_MFD_TPS65912) += tps65912-core.o
107 obj-$(CONFIG_MFD_TPS65912_I2C) += tps65912-i2c.o
108 obj-$(CONFIG_MFD_TPS65912_SPI) += tps65912-spi.o
/linux/drivers/regulator/
H A Dtps65912-regulator.c119 struct tps65912 *tps = dev_get_drvdata(pdev->dev.parent); in tps65912_regulator_probe()