Searched refs:chgr_type (Results 1 – 1 of 1) sorted by relevance
548 enum usb_charger_type chgr_type = UNKNOWN_TYPE; in mxs_charger_primary_detection() local565 chgr_type = SDP_TYPE; in mxs_charger_primary_detection()574 return chgr_type; in mxs_charger_primary_detection()603 enum usb_charger_type chgr_type = UNKNOWN_TYPE; in mxs_phy_charger_detect() local609 return chgr_type; in mxs_phy_charger_detect()611 chgr_type = mxs_charger_primary_detection(mxs_phy); in mxs_phy_charger_detect()613 if (chgr_type != SDP_TYPE) { in mxs_phy_charger_detect()620 chgr_type = mxs_charger_secondary_detection(mxs_phy); in mxs_phy_charger_detect()629 return chgr_type; in mxs_phy_charger_detect()