Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/regulator/
Dpalmas-regulator.c939 config.of_node = ddata->palmas_matches[id].of_node; in palmas_ldo_registration()
1040 config.of_node = ddata->palmas_matches[id].of_node; in tps65917_ldo_registration()
1227 config.of_node = ddata->palmas_matches[id].of_node; in palmas_smps_registration()
1333 config.of_node = ddata->palmas_matches[id].of_node; in tps65917_smps_registration()
1350 static struct of_regulator_match palmas_matches[] = { variable
1406 .palmas_matches = palmas_matches,
1420 .palmas_matches = tps65917_matches,
1441 ret = of_regulator_match(dev, regulators, ddata->palmas_matches, in palmas_dt_to_pdata()
1450 if (!ddata->palmas_matches[idx].init_data || in palmas_dt_to_pdata()
1451 !ddata->palmas_matches[idx].of_node) in palmas_dt_to_pdata()
[all …]
/linux-4.1.27/include/linux/mfd/
Dpalmas.h122 struct of_regulator_match *palmas_matches; member