Lines Matching refs:reg_config
735 struct as3722_regulator_config_data *reg_config; in as3722_get_regulator_dt_data() local
759 reg_config = &as3722_regs->reg_config_data[id]; in as3722_get_regulator_dt_data()
760 reg_config->reg_init = as3722_regulator_matches[id].init_data; in as3722_get_regulator_dt_data()
763 if (!reg_config->reg_init || !reg_node) in as3722_get_regulator_dt_data()
769 reg_config->ext_control = prop; in as3722_get_regulator_dt_data()
775 reg_config->enable_tracking = in as3722_get_regulator_dt_data()
785 struct as3722_regulator_config_data *reg_config; in as3722_regulator_probe() local
810 reg_config = &as3722_regs->reg_config_data[id]; in as3722_regulator_probe()
828 if (reg_config->ext_control) in as3722_regulator_probe()
838 if (reg_config->ext_control) in as3722_regulator_probe()
846 if (reg_config->enable_tracking) { in as3722_regulator_probe()
858 if (reg_config->ext_control) in as3722_regulator_probe()
878 if (reg_config->ext_control) in as3722_regulator_probe()
900 if (reg_config->ext_control) in as3722_regulator_probe()
910 if (reg_config->ext_control) in as3722_regulator_probe()
921 config.init_data = reg_config->reg_init; in as3722_regulator_probe()
933 if (reg_config->ext_control) { in as3722_regulator_probe()
942 reg_config->ext_control); in as3722_regulator_probe()