Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/regulator/
Dpalmas-regulator.c981 config.of_node = ddata->palmas_matches[id].of_node; in palmas_ldo_registration()
1091 config.of_node = ddata->palmas_matches[id].of_node; in tps65917_ldo_registration()
1279 config.of_node = ddata->palmas_matches[id].of_node; in palmas_smps_registration()
1386 config.of_node = ddata->palmas_matches[id].of_node; in tps65917_smps_registration()
1403 static struct of_regulator_match palmas_matches[] = { variable
1460 .palmas_matches = palmas_matches,
1474 .palmas_matches = tps65917_matches,
1495 ret = of_regulator_match(dev, regulators, ddata->palmas_matches, in palmas_dt_to_pdata()
1508 match = &ddata->palmas_matches[idx]; in palmas_dt_to_pdata()
/Linux-v4.19/include/linux/mfd/
Dpalmas.h123 struct of_regulator_match *palmas_matches; member