Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/
H A Dpinctrl-tps6594.c3 * 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 DMakefile60 obj-$(CONFIG_PINCTRL_TPS6594) += pinctrl-tps6594.o
H A DKconfig587 called tps6594-pinctrl.
/linux/drivers/misc/
H A Dtps6594-esm.c14 #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 DMakefile69 obj-$(CONFIG_TPS6594_ESM) += tps6594-esm.o
70 obj-$(CONFIG_TPS6594_PFSM) += tps6594-pfsm.o
H A Dtps6594-pfsm.c23 #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 DKconfig583 will be called tps6594-esm.
595 will be called tps6594-pfsm.
/linux/drivers/mfd/
H A Dtps6594-spi.c20 #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 Dtps6594-core.c20 #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 DKconfig1873 will be called tps6594-i2c.
1886 will be called tps6594-spi.
/linux/Documentation/misc-devices/
H A Dtps6594-pfsm.rst25 - tps6594-q1
32 drivers/misc/tps6594-pfsm.c
H A Dindex.rst29 tps6594-pfsm
/linux/arch/arm64/boot/dts/ti/
H A Dk3-j721s2-som-p0.dtsi225 compatible = "ti,tps6594-q1";
295 compatible = "ti,tps6594-q1";
H A Dk3-j7200-som-p0.dtsi327 compatible = "ti,tps6594-q1";
H A Dk3-am68-phycore-som.dtsi495 compatible = "ti,tps6594-q1";
H A Dk3-j721e-sk.dts714 compatible = "ti,tps6594-q1";
793 compatible = "ti,tps6594-q1";
H A Dk3-j784s4-j742s2-evm-common.dtsi615 compatible = "ti,tps6594-q1";
/linux/include/linux/mfd/
H A Dtps6594.h1321 * 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 DMakefile188 obj-$(CONFIG_RTC_DRV_TPS6594) += rtc-tps6594.o
H A DKconfig606 will be called rtc-tps6594.
/linux/drivers/regulator/
H A DMakefile191 obj-$(CONFIG_REGULATOR_TPS6594) += tps6594-regulator.o