Searched refs:tps65912 (Results 1 – 10 of 10) sorted by relevance
4 - compatible : Should be "ti,tps65912".24 pmic: tps65912@2d {25 compatible = "ti,tps65912";
33 struct tps65912 *tps; in tps65912_spi_probe()54 struct tps65912 *tps = spi_get_drvdata(spi); in tps65912_spi_remove()
35 struct tps65912 *tps; in tps65912_i2c_probe()56 struct tps65912 *tps = i2c_get_clientdata(client); in tps65912_i2c_remove()
97 int tps65912_device_init(struct tps65912 *tps) in tps65912_device_init()118 int tps65912_device_exit(struct tps65912 *tps) in tps65912_device_exit()
94 obj-$(CONFIG_MFD_TPS65912) += tps65912-core.o95 obj-$(CONFIG_MFD_TPS65912_I2C) += tps65912-i2c.o96 obj-$(CONFIG_MFD_TPS65912_SPI) += tps65912-spi.o
313 struct tps65912 { struct324 int tps65912_device_init(struct tps65912 *tps); argument325 int tps65912_device_exit(struct tps65912 *tps);
28 struct tps65912 *tps;108 struct tps65912 *tps = dev_get_drvdata(pdev->dev.parent); in tps65912_gpio_probe()
133 obj-$(CONFIG_GPIO_TPS65912) += gpio-tps65912.o
127 struct tps65912 *tps = dev_get_drvdata(pdev->dev.parent); in tps65912_regulator_probe()
118 obj-$(CONFIG_REGULATOR_TPS65912) += tps65912-regulator.o