Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/phy/
H A Dphy.c100 usb_phy->chg_cur.dcp_max = DEFAULT_DCP_CUR_MAX; in usb_phy_set_default_current()
242 if (usb_phy->chg_cur.dcp_max == mA) in usb_phy_set_charger_current()
245 usb_phy->chg_cur.dcp_max = (mA > DEFAULT_DCP_CUR_MAX) ? in usb_phy_set_charger_current()
290 *max = usb_phy->chg_cur.dcp_max; in usb_phy_get_charger_current()
/openbmc/linux/include/linux/usb/
H A Dphy.h81 unsigned int dcp_max; member