Lines Matching refs:reg_config
710 struct as3722_regulator_config_data *reg_config; in as3722_get_regulator_dt_data() local
734 reg_config = &as3722_regs->reg_config_data[id]; in as3722_get_regulator_dt_data()
735 reg_config->reg_init = as3722_regulator_matches[id].init_data; in as3722_get_regulator_dt_data()
738 if (!reg_config->reg_init || !reg_node) in as3722_get_regulator_dt_data()
744 reg_config->ext_control = prop; in as3722_get_regulator_dt_data()
750 reg_config->enable_tracking = in as3722_get_regulator_dt_data()
760 struct as3722_regulator_config_data *reg_config; in as3722_regulator_probe() local
785 reg_config = &as3722_regs->reg_config_data[id]; in as3722_regulator_probe()
803 if (reg_config->ext_control) in as3722_regulator_probe()
813 if (reg_config->ext_control) in as3722_regulator_probe()
821 if (reg_config->enable_tracking) { in as3722_regulator_probe()
835 if (reg_config->ext_control) in as3722_regulator_probe()
857 if (reg_config->ext_control) in as3722_regulator_probe()
867 if (reg_config->ext_control) in as3722_regulator_probe()
878 config.init_data = reg_config->reg_init; in as3722_regulator_probe()
890 if (reg_config->ext_control) { in as3722_regulator_probe()
899 reg_config->ext_control); in as3722_regulator_probe()