usb_charger_type
enum usb_charger_type type;
enum usb_charger_type sprd_pmic_detect_charger_type(struct device *dev)
static enum usb_charger_type mxs_charger_primary_detection(struct mxs_phy *x)
enum usb_charger_type chgr_type = UNKNOWN_TYPE;
static enum usb_charger_type mxs_charger_secondary_detection(struct mxs_phy *x)
static enum usb_charger_type mxs_phy_charger_detect(struct usb_phy *phy)
enum usb_charger_type chgr_type = UNKNOWN_TYPE;
extern enum usb_charger_type sprd_pmic_detect_charger_type(struct device *dev);
enum usb_charger_type chg_type;
enum usb_charger_type (*charger_detect)(struct usb_phy *x);