Home
last modified time | relevance | path

Searched refs:tps6594 (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/drivers/misc/
H A Dtps6594-esm.c35 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()
H A DMakefile68 obj-$(CONFIG_TPS6594_ESM) += tps6594-esm.o
69 obj-$(CONFIG_TPS6594_PFSM) += tps6594-pfsm.o
H A Dtps6594-pfsm.c248 struct tps6594 *tps = dev_get_drvdata(pdev->dev.parent); in tps6594_pfsm_probe()
H A DKconfig551 will be called tps6594-esm.
563 will be called tps6594-pfsm.
/openbmc/linux/drivers/mfd/
H A Dtps6594-spi.c29 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()
H A Dtps6594-i2c.c107 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()
H A Dtps6594-core.c289 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()
H A DMakefile102 obj-$(CONFIG_MFD_TPS6594) += tps6594-core.o
103 obj-$(CONFIG_MFD_TPS6594_I2C) += tps6594-i2c.o
104 obj-$(CONFIG_MFD_TPS6594_SPI) += tps6594-spi.o
H A DKconfig1757 will be called tps6594-i2c.
1770 will be called tps6594-spi.
/openbmc/linux/Documentation/misc-devices/
H A Dtps6594-pfsm.rst25 - tps6594-q1
32 drivers/misc/tps6594-pfsm.c
H A Dindex.rst31 tps6594-pfsm
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dti,tps6594.yaml4 $id: http://devicetree.org/schemas/mfd/ti,tps6594.yaml#
23 - ti,tps6594-q1
/openbmc/linux/drivers/regulator/
H A Dtps6594-regulator.c376 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()
H A DMakefile184 obj-$(CONFIG_REGULATOR_TPS6594) += tps6594-regulator.o
/openbmc/linux/include/linux/mfd/
H A Dtps6594.h1007 struct tps6594 { struct
1018 int tps6594_device_init(struct tps6594 *tps, bool enable_crc); argument