Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dtps6594-pfsm.c134 struct pmic_state_opt state_opt; in tps6594_pfsm_ioctl() local
172 if (copy_from_user(&state_opt, argp, sizeof(state_opt))) in tps6594_pfsm_ioctl()
176 ret = tps6594_pfsm_configure_ret_trig(pfsm->regmap, state_opt.gpio_retention, in tps6594_pfsm_ioctl()
177 state_opt.ddr_retention); in tps6594_pfsm_ioctl()
191 if (copy_from_user(&state_opt, argp, sizeof(state_opt))) in tps6594_pfsm_ioctl()
195 if (state_opt.mcu_only_startup_dest) in tps6594_pfsm_ioctl()
207 ret = tps6594_pfsm_configure_ret_trig(pfsm->regmap, state_opt.gpio_retention, in tps6594_pfsm_ioctl()
208 state_opt.ddr_retention); in tps6594_pfsm_ioctl()