Lines Matching full:usb_phy
687 struct usb_phy *usb_phy = data->usb_phy; in imx7d_charger_secondary_detection() local
721 usb_phy->chg_type = DCP_TYPE; in imx7d_charger_secondary_detection()
724 usb_phy->chg_type = CDP_TYPE; in imx7d_charger_secondary_detection()
801 struct usb_phy *usb_phy = data->usb_phy; in imx7d_charger_primary_detection() local
821 usb_phy->chg_type = SDP_TYPE; in imx7d_charger_primary_detection()
838 struct usb_phy *usb_phy = data->usb_phy; in imx7d_charger_detection() local
870 if (!ret && usb_phy->chg_type != SDP_TYPE) in imx7d_charger_detection()
1070 struct usb_phy *usb_phy; in imx_usbmisc_charger_detection() local
1077 usb_phy = data->usb_phy; in imx_usbmisc_charger_detection()
1087 usb_phy->chg_state = USB_CHARGER_ABSENT; in imx_usbmisc_charger_detection()
1089 usb_phy->chg_state = USB_CHARGER_PRESENT; in imx_usbmisc_charger_detection()
1092 usb_phy->chg_state = USB_CHARGER_ABSENT; in imx_usbmisc_charger_detection()
1093 usb_phy->chg_type = UNKNOWN_TYPE; in imx_usbmisc_charger_detection()