Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/misc/
H A 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 in tps6594_pfsm_ioctl()
247 struct tps6594_pfsm *pfsm; tps6594_pfsm_probe() local
285 struct tps6594_pfsm *pfsm = platform_get_drvdata(pdev); tps6594_pfsm_remove() local
[all...]

Completed in 1 milliseconds