Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/phy/
H A Dphy-mxs-usb.c622 enum usb_charger_type chgr_type = UNKNOWN_TYPE; in mxs_charger_primary_detection() local
639 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() local
683 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()