Lines Matching full:usb_phy
685 struct usb_phy *usb_phy = data->usb_phy; in imx7d_charger_secondary_detection() local
719 usb_phy->chg_type = DCP_TYPE; in imx7d_charger_secondary_detection()
722 usb_phy->chg_type = CDP_TYPE; in imx7d_charger_secondary_detection()
799 struct usb_phy *usb_phy = data->usb_phy; in imx7d_charger_primary_detection() local
819 usb_phy->chg_type = SDP_TYPE; in imx7d_charger_primary_detection()
836 struct usb_phy *usb_phy = data->usb_phy; in imx7d_charger_detection() local
868 if (!ret && usb_phy->chg_type != SDP_TYPE) in imx7d_charger_detection()
1068 struct usb_phy *usb_phy; in imx_usbmisc_charger_detection() local
1075 usb_phy = data->usb_phy; in imx_usbmisc_charger_detection()
1085 usb_phy->chg_state = USB_CHARGER_ABSENT; in imx_usbmisc_charger_detection()
1087 usb_phy->chg_state = USB_CHARGER_PRESENT; in imx_usbmisc_charger_detection()
1090 usb_phy->chg_state = USB_CHARGER_ABSENT; in imx_usbmisc_charger_detection()
1091 usb_phy->chg_type = UNKNOWN_TYPE; in imx_usbmisc_charger_detection()