Home
last modified time | relevance | path

Searched refs:TPS6594_REG_FSM_NSLEEP_TRIGGERS (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/misc/
Dtps6594-pfsm.c178 ret = regmap_set_bits(pfsm->regmap, TPS6594_REG_FSM_NSLEEP_TRIGGERS, in tps6594_pfsm_ioctl()
196 ret = regmap_clear_bits(pfsm->regmap, TPS6594_REG_FSM_NSLEEP_TRIGGERS, in tps6594_pfsm_ioctl()
201 ret = regmap_set_bits(pfsm->regmap, TPS6594_REG_FSM_NSLEEP_TRIGGERS, in tps6594_pfsm_ioctl()
233 ret = regmap_clear_bits(pfsm->regmap, TPS6594_REG_FSM_NSLEEP_TRIGGERS, in tps6594_pfsm_ioctl()
/linux-6.12.1/drivers/mfd/
Dtps6594-core.c622 ret = regmap_set_bits(tps->regmap, TPS6594_REG_FSM_NSLEEP_TRIGGERS, in tps6594_device_init()
/linux-6.12.1/include/linux/mfd/
Dtps6594.h141 #define TPS6594_REG_FSM_NSLEEP_TRIGGERS 0x86 macro