Home
last modified time | relevance | path

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

/drivers/usb/phy/
Dphy-mxs-usb.c627 enum usb_charger_type chgr_type = UNKNOWN_TYPE; in mxs_charger_primary_detection() local
644 chgr_type = SDP_TYPE; in mxs_charger_primary_detection()
653 return chgr_type; in mxs_charger_primary_detection()
682 enum usb_charger_type chgr_type = UNKNOWN_TYPE; in mxs_phy_charger_detect() local
688 return chgr_type; in mxs_phy_charger_detect()
690 chgr_type = mxs_charger_primary_detection(mxs_phy); in mxs_phy_charger_detect()
692 if (chgr_type != SDP_TYPE) { in mxs_phy_charger_detect()
699 chgr_type = mxs_charger_secondary_detection(mxs_phy); in mxs_phy_charger_detect()
708 return chgr_type; in mxs_phy_charger_detect()