Searched refs:pfsm (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/drivers/misc/ |
D | tps6594-pfsm.c | 51 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 …]
|
D | Makefile | 69 obj-$(CONFIG_TPS6594_PFSM) += tps6594-pfsm.o
|
D | Kconfig | 563 will be called tps6594-pfsm.
|
/linux-6.6.21/Documentation/misc-devices/ |
D | tps6594-pfsm.rst | 32 drivers/misc/tps6594-pfsm.c 74 # ls /dev/pfsm* 78 # hexdump -C /dev/pfsm-0-0x48 87 samples/pfsm/pfsm-wakeup.c
|
D | index.rst | 31 tps6594-pfsm
|
/linux-6.6.21/samples/pfsm/ |
D | .gitignore | 2 /pfsm-wakeup
|
D | Makefile | 2 userprogs-always-y += pfsm-wakeup
|
/linux-6.6.21/samples/ |
D | Makefile | 34 obj-$(CONFIG_SAMPLE_TPS6594_PFSM) += pfsm/
|