Searched refs:chgr_type (Results 1 – 1 of 1) sorted by relevance
623 enum usb_charger_type chgr_type = UNKNOWN_TYPE; in mxs_charger_primary_detection() local640 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() local684 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()