Searched refs:inlmt (Results 1 – 1 of 1) sorted by relevance
176 int inlmt; member242 int inlmt) in axp288_charger_set_vbus_inlmt() argument253 if (inlmt <= ILIM_100MA) { in axp288_charger_set_vbus_inlmt()255 inlmt = ILIM_100MA; in axp288_charger_set_vbus_inlmt()256 } else if (inlmt <= ILIM_500MA) { in axp288_charger_set_vbus_inlmt()258 inlmt = ILIM_500MA; in axp288_charger_set_vbus_inlmt()259 } else if (inlmt <= ILIM_900MA) { in axp288_charger_set_vbus_inlmt()261 inlmt = ILIM_900MA; in axp288_charger_set_vbus_inlmt()262 } else if (inlmt <= ILIM_1500MA) { in axp288_charger_set_vbus_inlmt()264 inlmt = ILIM_1500MA; in axp288_charger_set_vbus_inlmt()[all …]