Searched refs:state_opt (Results 1 – 1 of 1) sorted by relevance
134 struct pmic_state_opt state_opt; in tps6594_pfsm_ioctl() local172 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()