Home
last modified time | relevance | path

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

/linux/drivers/usb/phy/
H A Dphy-mxs-usb.c674 enum usb_charger_type chgr_type = UNKNOWN_TYPE; in mxs_charger_primary_detection() local
691 chgr_type = SDP_TYPE; in mxs_charger_primary_detection()
700 return chgr_type; in mxs_charger_primary_detection()
729 enum usb_charger_type chgr_type = UNKNOWN_TYPE; in mxs_phy_charger_detect() local
735 return chgr_type; in mxs_phy_charger_detect()
737 chgr_type = mxs_charger_primary_detection(mxs_phy); in mxs_phy_charger_detect()
739 if (chgr_type != SDP_TYPE) { in mxs_phy_charger_detect()
746 chgr_type = mxs_charger_secondary_detection(mxs_phy); in mxs_phy_charger_detect()
755 return chgr_type; in mxs_phy_charger_detect()