Home
last modified time | relevance | path

Searched refs:tps_pdata (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/regulator/
Dtps65090-regulator.c282 struct tps65090_regulator_plat_data *tps_pdata) in tps65090_regulator_disable_ext_control() argument
292 if (tps_pdata->reg_init_data->constraints.always_on || in tps65090_regulator_disable_ext_control()
293 tps_pdata->reg_init_data->constraints.boot_on) { in tps65090_regulator_disable_ext_control()
304 struct tps65090_regulator_plat_data *tps_pdata, in tps65090_configure_regulator_config() argument
307 if (gpio_is_valid(tps_pdata->gpio)) { in tps65090_configure_regulator_config()
310 if (tps_pdata->reg_init_data->constraints.always_on || in tps65090_configure_regulator_config()
311 tps_pdata->reg_init_data->constraints.boot_on) in tps65090_configure_regulator_config()
314 config->ena_gpio = tps_pdata->gpio; in tps65090_configure_regulator_config()
417 struct tps65090_regulator_plat_data *tps_pdata; in tps65090_regulator_probe() local
441 tps_pdata = tps65090_pdata->reg_pdata[num]; in tps65090_regulator_probe()
[all …]
Dtps80031-regulator.c678 struct tps80031_regulator_platform_data *tps_pdata; in tps80031_regulator_probe() local
700 tps_pdata = pdata->regulator_pdata[num]; in tps80031_regulator_probe()
711 if (tps_pdata) { in tps80031_regulator_probe()
712 config.init_data = tps_pdata->reg_init_data; in tps80031_regulator_probe()
713 ri->config_flags = tps_pdata->config_flags; in tps80031_regulator_probe()
714 ri->ext_ctrl_flag = tps_pdata->ext_ctrl_flag; in tps80031_regulator_probe()
716 ri, tps_pdata); in tps80031_regulator_probe()
724 ri, tps_pdata); in tps80031_regulator_probe()