Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dtps6586x-regulator.c395 struct of_regulator_match **tps6586x_reg_matches) in tps6586x_parse_regulator_dt() argument
435 *tps6586x_reg_matches = tps6586x_matches; in tps6586x_parse_regulator_dt()
441 struct of_regulator_match **tps6586x_reg_matches) in tps6586x_parse_regulator_dt() argument
443 *tps6586x_reg_matches = NULL; in tps6586x_parse_regulator_dt()
455 struct of_regulator_match *tps6586x_reg_matches = NULL; in tps6586x_regulator_probe() local
465 &tps6586x_reg_matches); in tps6586x_regulator_probe()
495 if (tps6586x_reg_matches) in tps6586x_regulator_probe()
496 config.of_node = tps6586x_reg_matches[id].of_node; in tps6586x_regulator_probe()