Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dtps65090-regulator.c311 struct of_regulator_match **tps65090_reg_matches) in tps65090_parse_dt_reg_data() argument
345 *tps65090_reg_matches = tps65090_matches; in tps65090_parse_dt_reg_data()
398 struct of_regulator_match **tps65090_reg_matches) in tps65090_parse_dt_reg_data() argument
400 *tps65090_reg_matches = NULL; in tps65090_parse_dt_reg_data()
414 struct of_regulator_match *tps65090_reg_matches = NULL; in tps65090_regulator_probe() local
423 &tps65090_reg_matches); in tps65090_regulator_probe()
473 if (tps65090_reg_matches) in tps65090_regulator_probe()
474 config.of_node = tps65090_reg_matches[num].of_node; in tps65090_regulator_probe()