Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/regulator/
Dda9063-regulator.c659 struct of_regulator_match **da9063_reg_matches) in da9063_parse_regulators_dt() argument
703 *da9063_reg_matches = da9063_matches; in da9063_parse_regulators_dt()
709 struct of_regulator_match **da9063_reg_matches) in da9063_parse_regulators_dt() argument
711 *da9063_reg_matches = NULL; in da9063_parse_regulators_dt()
720 struct of_regulator_match *da9063_reg_matches = NULL; in da9063_regulator_probe() local
734 &da9063_reg_matches); in da9063_regulator_probe()
845 if (da9063_reg_matches) in da9063_regulator_probe()
846 config.of_node = da9063_reg_matches[id].of_node; in da9063_regulator_probe()