Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/regulator/
Das3722-regulator.c710 static struct of_regulator_match as3722_regulator_matches[] = { variable
747 ret = of_regulator_match(&pdev->dev, np, as3722_regulator_matches, in as3722_get_regulator_dt_data()
748 ARRAY_SIZE(as3722_regulator_matches)); in as3722_get_regulator_dt_data()
756 for (id = 0; id < ARRAY_SIZE(as3722_regulator_matches); ++id) { in as3722_get_regulator_dt_data()
760 reg_config->reg_init = as3722_regulator_matches[id].init_data; in as3722_get_regulator_dt_data()
761 reg_node = as3722_regulator_matches[id].of_node; in as3722_get_regulator_dt_data()
922 config.of_node = as3722_regulator_matches[id].of_node; in as3722_regulator_probe()