Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/misc/
Dtps6594-pfsm.c51 struct tps6594_pfsm *pfsm = TPS6594_FILE_TO_PFSM(f); in tps6594_pfsm_read() local
65 ret = regmap_read(pfsm->regmap, pos + i, &val); in tps6594_pfsm_read()
81 struct tps6594_pfsm *pfsm = TPS6594_FILE_TO_PFSM(f); in tps6594_pfsm_write() local
98 ret = regmap_write(pfsm->regmap, pos + i, val); in tps6594_pfsm_write()
133 struct tps6594_pfsm *pfsm = TPS6594_FILE_TO_PFSM(f); in tps6594_pfsm_ioctl() local
141 ret = regmap_clear_bits(pfsm->regmap, TPS6594_REG_RTC_CTRL_2, in tps6594_pfsm_ioctl()
147 ret = regmap_write_bits(pfsm->regmap, TPS6594_REG_FSM_I2C_TRIGGERS, in tps6594_pfsm_ioctl()
152 ret = regmap_set_bits(pfsm->regmap, TPS6594_REG_RTC_CTRL_2, in tps6594_pfsm_ioctl()
158 ret = regmap_write_bits(pfsm->regmap, TPS6594_REG_FSM_I2C_TRIGGERS, in tps6594_pfsm_ioctl()
163 ret = regmap_write_bits(pfsm->regmap, TPS6594_REG_FSM_I2C_TRIGGERS, in tps6594_pfsm_ioctl()
[all …]
DMakefile69 obj-$(CONFIG_TPS6594_PFSM) += tps6594-pfsm.o
DKconfig563 will be called tps6594-pfsm.
/linux-6.6.21/Documentation/misc-devices/
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
Dindex.rst31 tps6594-pfsm
/linux-6.6.21/samples/pfsm/
D.gitignore2 /pfsm-wakeup
DMakefile2 userprogs-always-y += pfsm-wakeup
/linux-6.6.21/samples/
DMakefile34 obj-$(CONFIG_SAMPLE_TPS6594_PFSM) += pfsm/