Searched refs:tps_pdata (Results 1 – 1 of 1) sorted by relevance
272 struct tps65090_regulator_plat_data *tps_pdata) in tps65090_regulator_disable_ext_control() argument282 if (tps_pdata->reg_init_data->constraints.always_on || in tps65090_regulator_disable_ext_control()283 tps_pdata->reg_init_data->constraints.boot_on) { in tps65090_regulator_disable_ext_control()411 struct tps65090_regulator_plat_data *tps_pdata; in tps65090_regulator_probe() local436 tps_pdata = tps65090_pdata->reg_pdata[num]; in tps65090_regulator_probe()441 if (tps_pdata) { in tps65090_regulator_probe()443 tps_pdata->overcurrent_wait_valid; in tps65090_regulator_probe()444 ri->overcurrent_wait = tps_pdata->overcurrent_wait; in tps65090_regulator_probe()451 if (tps_pdata && is_dcdc(num) && tps_pdata->reg_init_data) { in tps65090_regulator_probe()452 if (tps_pdata->enable_ext_control) { in tps65090_regulator_probe()[all …]