Lines Matching refs:tps_pdata
272 struct tps65090_regulator_plat_data *tps_pdata) in tps65090_regulator_disable_ext_control() argument
282 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() local
436 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()
453 config.ena_gpiod = tps_pdata->gpiod; in tps65090_regulator_probe()
457 ri, tps_pdata); in tps65090_regulator_probe()
469 if (tps_pdata) in tps65090_regulator_probe()
470 config.init_data = tps_pdata->reg_init_data; in tps65090_regulator_probe()
499 if (tps_pdata && is_dcdc(num) && tps_pdata->reg_init_data && in tps65090_regulator_probe()
500 tps_pdata->enable_ext_control) { in tps65090_regulator_probe()