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