Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/phy/
Dphy.c74 usb_phy->chg_cur.dcp_max = DEFAULT_DCP_CUR_MAX; in usb_phy_set_default_current()
193 if (usb_phy->chg_cur.dcp_max == mA) in usb_phy_set_charger_current()
196 usb_phy->chg_cur.dcp_max = (mA > DEFAULT_DCP_CUR_MAX) ? in usb_phy_set_charger_current()
241 *max = usb_phy->chg_cur.dcp_max; in usb_phy_get_charger_current()
/Linux-v4.19/include/linux/usb/
Dphy.h81 unsigned int dcp_max; member