Searched refs:tps6594 (Results 1 – 15 of 15) sorted by relevance
35 struct tps6594 *tps = dev_get_drvdata(pdev->dev.parent); in tps6594_esm_probe()86 struct tps6594 *tps = dev_get_drvdata(pdev->dev.parent); in tps6594_esm_remove()109 struct tps6594 *tps = dev_get_drvdata(dev->parent); in tps6594_esm_suspend()122 struct tps6594 *tps = dev_get_drvdata(dev->parent); in tps6594_esm_resume()
68 obj-$(CONFIG_TPS6594_ESM) += tps6594-esm.o69 obj-$(CONFIG_TPS6594_PFSM) += tps6594-pfsm.o
248 struct tps6594 *tps = dev_get_drvdata(pdev->dev.parent); in tps6594_pfsm_probe()
551 will be called tps6594-esm.563 will be called tps6594-pfsm.
29 struct tps6594 *tps = spi_get_drvdata(spi); in tps6594_spi_reg_read()55 struct tps6594 *tps = spi_get_drvdata(spi); in tps6594_spi_reg_write()91 struct tps6594 *tps; in tps6594_spi_probe()
107 struct tps6594 *tps = i2c_get_clientdata(client); in tps6594_i2c_read()145 struct tps6594 *tps = i2c_get_clientdata(client); in tps6594_i2c_write()206 struct tps6594 *tps; in tps6594_i2c_probe()
289 struct tps6594 *tps = irq_drv_data; in tps6594_handle_post_irq()329 static int tps6594_check_crc_mode(struct tps6594 *tps, bool primary_pmic) in tps6594_check_crc_mode()351 static int tps6594_set_crc_feature(struct tps6594 *tps) in tps6594_set_crc_feature()380 static int tps6594_enable_crc(struct tps6594 *tps) in tps6594_enable_crc()415 int tps6594_device_init(struct tps6594 *tps, bool enable_crc) in tps6594_device_init()
102 obj-$(CONFIG_MFD_TPS6594) += tps6594-core.o103 obj-$(CONFIG_MFD_TPS6594_I2C) += tps6594-i2c.o104 obj-$(CONFIG_MFD_TPS6594_SPI) += tps6594-spi.o
1757 will be called tps6594-i2c.1770 will be called tps6594-spi.
25 - tps6594-q132 drivers/misc/tps6594-pfsm.c
31 tps6594-pfsm
4 $id: http://devicetree.org/schemas/mfd/ti,tps6594.yaml#23 - ti,tps6594-q1
376 struct tps6594 *tps = dev_get_drvdata(pdev->dev.parent); in tps6594_request_reg_irqs()406 struct tps6594 *tps = dev_get_drvdata(pdev->dev.parent); in tps6594_regulator_probe()
184 obj-$(CONFIG_REGULATOR_TPS6594) += tps6594-regulator.o
1007 struct tps6594 { struct1018 int tps6594_device_init(struct tps6594 *tps, bool enable_crc); argument