Lines Matching refs:state_opt
134 struct pmic_state_opt state_opt;
172 if (copy_from_user(&state_opt, argp, sizeof(state_opt)))
176 ret = tps6594_pfsm_configure_ret_trig(pfsm->regmap, state_opt.gpio_retention,
177 state_opt.ddr_retention);
191 if (copy_from_user(&state_opt, argp, sizeof(state_opt)))
195 if (state_opt.mcu_only_startup_dest)
207 ret = tps6594_pfsm_configure_ret_trig(pfsm->regmap, state_opt.gpio_retention,
208 state_opt.ddr_retention);