Lines Matching full:usb_phy
685 struct usb_phy *usb_phy = data->usb_phy; in imx7d_charger_secondary_detection() local
708 usb_phy->chg_type = DCP_TYPE; in imx7d_charger_secondary_detection()
711 usb_phy->chg_type = CDP_TYPE; in imx7d_charger_secondary_detection()
788 struct usb_phy *usb_phy = data->usb_phy; in imx7d_charger_primary_detection() local
807 usb_phy->chg_type = SDP_TYPE; in imx7d_charger_primary_detection()
824 struct usb_phy *usb_phy = data->usb_phy; in imx7d_charger_detection() local
856 if (!ret && usb_phy->chg_type != SDP_TYPE) in imx7d_charger_detection()
1056 struct usb_phy *usb_phy; in imx_usbmisc_charger_detection() local
1063 usb_phy = data->usb_phy; in imx_usbmisc_charger_detection()
1073 usb_phy->chg_state = USB_CHARGER_ABSENT; in imx_usbmisc_charger_detection()
1075 usb_phy->chg_state = USB_CHARGER_PRESENT; in imx_usbmisc_charger_detection()
1078 usb_phy->chg_state = USB_CHARGER_ABSENT; in imx_usbmisc_charger_detection()
1079 usb_phy->chg_type = UNKNOWN_TYPE; in imx_usbmisc_charger_detection()