Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dtps65910-regulator.c1000 struct of_regulator_match **tps65910_reg_matches) in tps65910_parse_dt_reg_data() argument
1044 *tps65910_reg_matches = matches; in tps65910_parse_dt_reg_data()
1065 struct of_regulator_match **tps65910_reg_matches) in tps65910_parse_dt_reg_data() argument
1067 *tps65910_reg_matches = NULL; in tps65910_parse_dt_reg_data()
1080 struct of_regulator_match *tps65910_reg_matches = NULL; in tps65910_probe() local
1086 &tps65910_reg_matches); in tps65910_probe()
1209 if (tps65910_reg_matches) in tps65910_probe()
1210 config.of_node = tps65910_reg_matches[i].of_node; in tps65910_probe()