Lines Matching refs:reg_config
589 struct as3722_regulator_config_data *reg_config; in as3722_get_regulator_dt_data() local
613 reg_config = &as3722_regs->reg_config_data[id]; in as3722_get_regulator_dt_data()
614 reg_config->reg_init = as3722_regulator_matches[id].init_data; in as3722_get_regulator_dt_data()
617 if (!reg_config->reg_init || !reg_node) in as3722_get_regulator_dt_data()
623 reg_config->ext_control = prop; in as3722_get_regulator_dt_data()
629 reg_config->enable_tracking = in as3722_get_regulator_dt_data()
639 struct as3722_regulator_config_data *reg_config; in as3722_regulator_probe() local
667 reg_config = &as3722_regs->reg_config_data[id]; in as3722_regulator_probe()
681 if (reg_config->ext_control) in as3722_regulator_probe()
695 if (reg_config->ext_control) in as3722_regulator_probe()
703 if (reg_config->enable_tracking) { in as3722_regulator_probe()
715 if (reg_config->ext_control) in as3722_regulator_probe()
734 if (reg_config->ext_control) in as3722_regulator_probe()
772 if (reg_config->ext_control) in as3722_regulator_probe()
781 if (reg_config->ext_control) in as3722_regulator_probe()
795 config.init_data = reg_config->reg_init; in as3722_regulator_probe()
805 if (reg_config->ext_control) { in as3722_regulator_probe()
814 reg_config->ext_control); in as3722_regulator_probe()