Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/phy/
Dphy.c82 usb_phy->chg_cur.dcp_max = DEFAULT_DCP_CUR_MAX; in usb_phy_set_default_current()
204 if (usb_phy->chg_cur.dcp_max == mA) in usb_phy_set_charger_current()
207 usb_phy->chg_cur.dcp_max = (mA > DEFAULT_DCP_CUR_MAX) ? in usb_phy_set_charger_current()
252 *max = usb_phy->chg_cur.dcp_max; in usb_phy_get_charger_current()
/Linux-v5.10/include/linux/usb/
Dphy.h81 unsigned int dcp_max; member