Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/regulator/
Dtps6586x-regulator.c398 struct of_regulator_match **tps6586x_reg_matches) in tps6586x_parse_regulator_dt() argument
438 *tps6586x_reg_matches = tps6586x_matches; in tps6586x_parse_regulator_dt()
444 struct of_regulator_match **tps6586x_reg_matches) in tps6586x_parse_regulator_dt() argument
446 *tps6586x_reg_matches = NULL; in tps6586x_parse_regulator_dt()
458 struct of_regulator_match *tps6586x_reg_matches = NULL; in tps6586x_regulator_probe() local
468 &tps6586x_reg_matches); in tps6586x_regulator_probe()
498 if (tps6586x_reg_matches) in tps6586x_regulator_probe()
499 config.of_node = tps6586x_reg_matches[id].of_node; in tps6586x_regulator_probe()