Home
last modified time | relevance | path

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

/linux/drivers/usb/phy/
H A Dphy.c104 usb_phy->chg_cur.aca_max = DEFAULT_ACA_CUR_MAX; in usb_phy_set_default_current()
256 if (usb_phy->chg_cur.aca_max == mA) in usb_phy_set_charger_current()
259 usb_phy->chg_cur.aca_max = (mA > DEFAULT_ACA_CUR_MAX) ? in usb_phy_set_charger_current()
298 *max = usb_phy->chg_cur.aca_max; in usb_phy_get_charger_current()
/linux/include/linux/usb/
H A Dphy.h85 unsigned int aca_max; member