Lines Matching defs:max
126 unsigned int min, max;
130 usb_phy_get_charger_current(usb_phy, &min, &max);
132 atomic_notifier_call_chain(&usb_phy->notifier, max, usb_phy);
274 * @max: the maximum current
281 unsigned int *min, unsigned int *max)
286 *max = usb_phy->chg_cur.sdp_max;
290 *max = usb_phy->chg_cur.dcp_max;
294 *max = usb_phy->chg_cur.cdp_max;
298 *max = usb_phy->chg_cur.aca_max;
302 *max = 0;