Lines Matching +full:900 +full:ma
720 * is maximum 500 mA. Every occurrence of USB_STAT_*_HOST_* in ab8500_charger_max_usb_curr()
748 * can consume (900mA). Closest level is 500mA in ab8500_charger_max_usb_curr()
756 * Dedicated charger level minus 120mA (20mA for ACA and in ab8500_charger_max_usb_curr()
757 * 100mA for potential accessory). Closest level is 1300mA in ab8500_charger_max_usb_curr()
1365 /* Power ON charging LED indicator, set LED current to 5mA */ in ab8500_charger_led_en()
3206 unsigned mA = *((unsigned *)power); in ab8500_charger_usb_notifier_call() local
3214 * state or if mA is enough in ab8500_charger_usb_notifier_call()
3216 if ((di->usb_state.usb_current_ua == 2000) && (mA > 2)) in ab8500_charger_usb_notifier_call()
3218 else if (mA == 0) in ab8500_charger_usb_notifier_call()
3220 else if (mA == 2) in ab8500_charger_usb_notifier_call()
3222 else if (mA >= 8) /* 8, 100, 500 */ in ab8500_charger_usb_notifier_call()
3227 dev_dbg(di->dev, "%s usb_state: 0x%02x mA: %d\n", in ab8500_charger_usb_notifier_call()
3228 __func__, bm_usb_state, mA); in ab8500_charger_usb_notifier_call()
3233 di->usb_state.usb_current_tmp_ua = mA * 1000; in ab8500_charger_usb_notifier_call()