Home
last modified time | relevance | path

Searched refs:pfsm (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/misc/
H A Dtps6594-pfsm.c144 if (pfsm->chip_id != TPS65224) { in tps6594_pfsm_ioctl()
158 if (pfsm->chip_id == TPS65224) in tps6594_pfsm_ioctl()
183 if (pfsm->chip_id == TPS65224) in tps6594_pfsm_ioctl()
209 if (pfsm->chip_id == TPS65224) { in tps6594_pfsm_ioctl()
234 pfsm->chip_id == TPS65224 ? in tps6594_pfsm_ioctl()
268 struct tps6594_pfsm *pfsm; in tps6594_pfsm_probe() local
276 if (!pfsm) in tps6594_pfsm_probe()
279 pfsm->regmap = tps->regmap; in tps6594_pfsm_probe()
286 pfsm->chip_id = tps->chip_id; in tps6594_pfsm_probe()
300 platform_set_drvdata(pdev, pfsm); in tps6594_pfsm_probe()
[all …]
H A DMakefile70 obj-$(CONFIG_TPS6594_PFSM) += tps6594-pfsm.o
H A DKconfig583 will be called tps6594-pfsm.
/linux-6.15/Documentation/misc-devices/
H A Dtps6594-pfsm.rst32 drivers/misc/tps6594-pfsm.c
74 # ls /dev/pfsm*
78 # hexdump -C /dev/pfsm-0-0x48
87 samples/pfsm/pfsm-wakeup.c
H A Dindex.rst28 tps6594-pfsm
/linux-6.15/samples/pfsm/
H A D.gitignore2 /pfsm-wakeup
H A DMakefile2 userprogs-always-y += pfsm-wakeup
/linux-6.15/samples/
H A DMakefile36 obj-$(CONFIG_SAMPLE_TPS6594_PFSM) += pfsm/