Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Drt5120-regulator.c281 static struct of_regulator_match rt5120_regu_match[RT5120_MAX_REGULATOR] = { variable
299 rt5120_regu_match[i].desc = priv->rdesc + i; in rt5120_parse_regulator_dt_data()
308 ret = of_regulator_match(priv->dev, reg_node, rt5120_regu_match, in rt5120_parse_regulator_dt_data()
309 ARRAY_SIZE(rt5120_regu_match)); in rt5120_parse_regulator_dt_data()
320 ret = rt5120_of_parse_cb(priv, i, rt5120_regu_match + i); in rt5120_parse_regulator_dt_data()
388 config.of_node = rt5120_regu_match[i].of_node; in rt5120_regulator_probe()
389 config.init_data = rt5120_regu_match[i].init_data; in rt5120_regulator_probe()