Searched refs:supply_info (Results 1 – 1 of 1) sorted by relevance
126 struct supply_info { struct374 static const struct supply_info supply_info[N_REGULATORS] = { variable458 const struct supply_info *info; in set_voltage_sel()462 info = &supply_info[rdev_get_id(rdev)]; in set_voltage_sel()472 const struct supply_info *info; in get_voltage_sel()477 info = &supply_info[rdev_get_id(rdev)]; in get_voltage_sel()494 const struct supply_info *info; in set_current_limit()499 info = &supply_info[rdev_get_id(rdev)]; in set_current_limit()515 const struct supply_info *info; in get_current_limit()520 info = &supply_info[rdev_get_id(rdev)]; in get_current_limit()[all …]