Searched refs:chgr_type (Results 1 – 1 of 1) sorted by relevance
622 enum usb_charger_type chgr_type = UNKNOWN_TYPE; in mxs_charger_primary_detection() local639 chgr_type = SDP_TYPE; in mxs_charger_primary_detection()648 return chgr_type; in mxs_charger_primary_detection()677 enum usb_charger_type chgr_type = UNKNOWN_TYPE; in mxs_phy_charger_detect() local683 return chgr_type; in mxs_phy_charger_detect()685 chgr_type = mxs_charger_primary_detection(mxs_phy); in mxs_phy_charger_detect()687 if (chgr_type != SDP_TYPE) { in mxs_phy_charger_detect()694 chgr_type = mxs_charger_secondary_detection(mxs_phy); in mxs_phy_charger_detect()703 return chgr_type; in mxs_phy_charger_detect()