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

/linux-4.1.27/drivers/regulator/
H A Das3722-regulator.c685 static struct of_regulator_match as3722_regulator_matches[] = { variable in typeref:struct:of_regulator_match
722 ret = of_regulator_match(&pdev->dev, np, as3722_regulator_matches, as3722_get_regulator_dt_data()
723 ARRAY_SIZE(as3722_regulator_matches)); as3722_get_regulator_dt_data()
731 for (id = 0; id < ARRAY_SIZE(as3722_regulator_matches); ++id) { as3722_get_regulator_dt_data()
735 reg_config->reg_init = as3722_regulator_matches[id].init_data; as3722_get_regulator_dt_data()
736 reg_node = as3722_regulator_matches[id].of_node; as3722_get_regulator_dt_data()
879 config.of_node = as3722_regulator_matches[id].of_node; as3722_regulator_probe()

Completed in 50 milliseconds