Searched refs:supply_info (Results 1 – 1 of 1) sorted by relevance
126 struct supply_info { struct375 static const struct supply_info supply_info[N_REGULATORS] = { variable459 const struct supply_info *info; in set_voltage_sel()463 info = &supply_info[rdev_get_id(rdev)]; in set_voltage_sel()473 const struct supply_info *info; in get_voltage_sel()478 info = &supply_info[rdev_get_id(rdev)]; in get_voltage_sel()495 const struct supply_info *info; in set_current_limit()500 info = &supply_info[rdev_get_id(rdev)]; in set_current_limit()516 const struct supply_info *info; in get_current_limit()521 info = &supply_info[rdev_get_id(rdev)]; in get_current_limit()[all …]