Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/phy/
Dphy-mxs-usb.c623 enum usb_charger_type chgr_type = UNKNOWN_TYPE; in mxs_charger_primary_detection() local
640 chgr_type = SDP_TYPE; in mxs_charger_primary_detection()
649 return chgr_type; in mxs_charger_primary_detection()
678 enum usb_charger_type chgr_type = UNKNOWN_TYPE; in mxs_phy_charger_detect() local
684 return chgr_type; in mxs_phy_charger_detect()
686 chgr_type = mxs_charger_primary_detection(mxs_phy); in mxs_phy_charger_detect()
688 if (chgr_type != SDP_TYPE) { in mxs_phy_charger_detect()
695 chgr_type = mxs_charger_secondary_detection(mxs_phy); in mxs_phy_charger_detect()
704 return chgr_type; in mxs_phy_charger_detect()