Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/power/
Daxp288_charger.c176 int inlmt; member
242 int inlmt) in axp288_charger_set_vbus_inlmt() argument
253 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 …]