Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/regulator/
Dpalmas-regulator.c978 config.of_node = ddata->palmas_matches[id].of_node; in palmas_ldo_registration()
1085 config.of_node = ddata->palmas_matches[id].of_node; in tps65917_ldo_registration()
1270 config.of_node = ddata->palmas_matches[id].of_node; in palmas_smps_registration()
1374 config.of_node = ddata->palmas_matches[id].of_node; in tps65917_smps_registration()
1388 static struct of_regulator_match palmas_matches[] = { variable
1445 .palmas_matches = palmas_matches,
1459 .palmas_matches = tps65917_matches,
1480 ret = of_regulator_match(dev, regulators, ddata->palmas_matches, in palmas_dt_to_pdata()
1493 match = &ddata->palmas_matches[idx]; in palmas_dt_to_pdata()
/linux-6.12.1/include/linux/mfd/
Dpalmas.h117 struct of_regulator_match *palmas_matches; member