Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/regulator/
Dtps6586x-regulator.c397 struct of_regulator_match **tps6586x_reg_matches) in tps6586x_parse_regulator_dt() argument
437 *tps6586x_reg_matches = tps6586x_matches; in tps6586x_parse_regulator_dt()
443 struct of_regulator_match **tps6586x_reg_matches) in tps6586x_parse_regulator_dt() argument
445 *tps6586x_reg_matches = NULL; in tps6586x_parse_regulator_dt()
457 struct of_regulator_match *tps6586x_reg_matches = NULL; in tps6586x_regulator_probe() local
467 &tps6586x_reg_matches); in tps6586x_regulator_probe()
497 if (tps6586x_reg_matches) in tps6586x_regulator_probe()
498 config.of_node = tps6586x_reg_matches[id].of_node; in tps6586x_regulator_probe()