/linux/drivers/pinctrl/ |
H A D | pinctrl-tps6594.c | 3 * Pinmux and GPIO driver for tps6594 PMIC 15 #include <linux/mfd/tps6594.h> 257 FUNCTION(tps6594, gpio, TPS6594_PINCTRL_GPIO_FUNCTION), 258 FUNCTION(tps6594, nsleep1, TPS6594_PINCTRL_NSLEEP1_FUNCTION), 259 FUNCTION(tps6594, nsleep2, TPS6594_PINCTRL_NSLEEP2_FUNCTION), 260 FUNCTION(tps6594, wkup1, TPS6594_PINCTRL_WKUP1_FUNCTION), 261 FUNCTION(tps6594, wkup2, TPS6594_PINCTRL_WKUP2_FUNCTION), 262 FUNCTION(tps6594, scl_i2c2_cs_spi, TPS6594_PINCTRL_SCL_I2C2_CS_SPI_FUNCTION), 263 FUNCTION(tps6594, nrstout_soc, TPS6594_PINCTRL_NRSTOUT_SOC_FUNCTION), 264 FUNCTION(tps6594, trig_wdo [all...] |
H A D | Makefile | 60 obj-$(CONFIG_PINCTRL_TPS6594) += pinctrl-tps6594.o
|
H A D | Kconfig | 587 called tps6594-pinctrl.
|
/linux/drivers/misc/ |
H A D | tps6594-esm.c | 14 #include <linux/mfd/tps6594.h> 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() 134 .name = "tps6594-esm", 143 MODULE_ALIAS("platform:tps6594-esm");
|
H A D | Makefile | 69 obj-$(CONFIG_TPS6594_ESM) += tps6594-esm.o 70 obj-$(CONFIG_TPS6594_PFSM) += tps6594-pfsm.o
|
H A D | tps6594-pfsm.c | 23 #include <linux/mfd/tps6594.h> 280 struct tps6594 *tps = dev_get_drvdata(pdev->dev.parent); in tps6594_pfsm_probe() 328 .name = "tps6594-pfsm", 336 MODULE_ALIAS("platform:tps6594-pfsm");
|
H A D | Kconfig | 583 will be called tps6594-esm. 595 will be called tps6594-pfsm.
|
/linux/drivers/mfd/ |
H A D | tps6594-spi.c | 20 #include <linux/mfd/tps6594.h> 34 struct tps6594 *tps = spi_get_drvdata(spi); in tps6594_spi_reg_read() 60 struct tps6594 *tps = spi_get_drvdata(spi); in tps6594_spi_reg_write() 86 { .compatible = "ti,tps6594-q1", .data = (void *)TPS6594, }, 98 struct tps6594 *tps; in tps6594_spi_probe() 130 .name = "tps6594",
|
H A D | tps6594-core.c | 20 #include <linux/mfd/tps6594.h> 132 MFD_CELL_RES("tps6594-regulator", tps6594_regulator_resources), 133 MFD_CELL_RES("tps6594-pinctrl", tps6594_pinctrl_resources), 134 MFD_CELL_RES("tps6594-pfsm", tps6594_pfsm_resources), 135 MFD_CELL_RES("tps6594-esm", tps6594_esm_resources), 139 MFD_CELL_RES("tps6594-rtc", tps6594_rtc_resources), 345 MFD_CELL_RES("tps6594-pfsm", tps65224_pfsm_resources), 346 MFD_CELL_RES("tps6594-pinctrl", tps65224_pinctrl_resources), 347 MFD_CELL_RES("tps6594-regulator", tps65224_regulator_resources), 425 MFD_CELL_RES("tps6594 [all...] |
H A D | Kconfig | 1873 will be called tps6594-i2c. 1886 will be called tps6594-spi.
|
/linux/Documentation/misc-devices/ |
H A D | tps6594-pfsm.rst | 25 - tps6594-q1 32 drivers/misc/tps6594-pfsm.c
|
H A D | index.rst | 29 tps6594-pfsm
|
/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-j721s2-som-p0.dtsi | 225 compatible = "ti,tps6594-q1"; 295 compatible = "ti,tps6594-q1";
|
H A D | k3-j7200-som-p0.dtsi | 327 compatible = "ti,tps6594-q1";
|
H A D | k3-am68-phycore-som.dtsi | 495 compatible = "ti,tps6594-q1";
|
H A D | k3-j721e-sk.dts | 714 compatible = "ti,tps6594-q1"; 793 compatible = "ti,tps6594-q1";
|
H A D | k3-j784s4-j742s2-evm-common.dtsi | 615 compatible = "ti,tps6594-q1";
|
/linux/include/linux/mfd/ |
H A D | tps6594.h | 1321 * struct tps6594 - device private data structure 1331 struct tps6594 { struct 1344 int tps6594_device_init(struct tps6594 *tps, bool enable_crc); argument
|
/linux/drivers/rtc/ |
H A D | Makefile | 188 obj-$(CONFIG_RTC_DRV_TPS6594) += rtc-tps6594.o
|
H A D | Kconfig | 606 will be called rtc-tps6594.
|
/linux/drivers/regulator/ |
H A D | Makefile | 191 obj-$(CONFIG_REGULATOR_TPS6594) += tps6594-regulator.o
|