Searched refs:state_opt (Results 1 – 1 of 1) sorted by relevance
142 struct pmic_state_opt state_opt; in tps6594_pfsm_ioctl() local192 if (copy_from_user(&state_opt, argp, sizeof(state_opt))) in tps6594_pfsm_ioctl()196 ret = tps6594_pfsm_configure_ret_trig(pfsm->regmap, state_opt.gpio_retention, in tps6594_pfsm_ioctl()197 state_opt.ddr_retention); in tps6594_pfsm_ioctl()211 if (copy_from_user(&state_opt, argp, sizeof(state_opt))) in tps6594_pfsm_ioctl()223 if (state_opt.mcu_only_startup_dest) in tps6594_pfsm_ioctl()233 ret = tps6594_pfsm_configure_ret_trig(pfsm->regmap, state_opt.gpio_retention, in tps6594_pfsm_ioctl()234 state_opt.ddr_retention); in tps6594_pfsm_ioctl()
Completed in 4 milliseconds