Lines Matching refs:reg_config
588 struct as3722_regulator_config_data *reg_config; in as3722_get_regulator_dt_data() local
612 reg_config = &as3722_regs->reg_config_data[id]; in as3722_get_regulator_dt_data()
613 reg_config->reg_init = as3722_regulator_matches[id].init_data; in as3722_get_regulator_dt_data()
616 if (!reg_config->reg_init || !reg_node) in as3722_get_regulator_dt_data()
622 reg_config->ext_control = prop; in as3722_get_regulator_dt_data()
628 reg_config->enable_tracking = in as3722_get_regulator_dt_data()
638 struct as3722_regulator_config_data *reg_config; in as3722_regulator_probe() local
666 reg_config = &as3722_regs->reg_config_data[id]; in as3722_regulator_probe()
680 if (reg_config->ext_control) in as3722_regulator_probe()
694 if (reg_config->ext_control) in as3722_regulator_probe()
702 if (reg_config->enable_tracking) { in as3722_regulator_probe()
714 if (reg_config->ext_control) in as3722_regulator_probe()
733 if (reg_config->ext_control) in as3722_regulator_probe()
771 if (reg_config->ext_control) in as3722_regulator_probe()
780 if (reg_config->ext_control) in as3722_regulator_probe()
794 config.init_data = reg_config->reg_init; in as3722_regulator_probe()
804 if (reg_config->ext_control) { in as3722_regulator_probe()
813 reg_config->ext_control); in as3722_regulator_probe()