Lines Matching full:usb_phy
699 struct usb_phy *usb_phy = data->usb_phy; in imx7d_charger_secondary_detection() local
733 usb_phy->chg_type = DCP_TYPE; in imx7d_charger_secondary_detection()
736 usb_phy->chg_type = CDP_TYPE; in imx7d_charger_secondary_detection()
813 struct usb_phy *usb_phy = data->usb_phy; in imx7d_charger_primary_detection() local
833 usb_phy->chg_type = SDP_TYPE; in imx7d_charger_primary_detection()
850 struct usb_phy *usb_phy = data->usb_phy; in imx7d_charger_detection() local
882 if (!ret && usb_phy->chg_type != SDP_TYPE) in imx7d_charger_detection()
1136 struct usb_phy *usb_phy; in imx_usbmisc_charger_detection() local
1143 usb_phy = data->usb_phy; in imx_usbmisc_charger_detection()
1153 usb_phy->chg_state = USB_CHARGER_ABSENT; in imx_usbmisc_charger_detection()
1155 usb_phy->chg_state = USB_CHARGER_PRESENT; in imx_usbmisc_charger_detection()
1158 usb_phy->chg_state = USB_CHARGER_ABSENT; in imx_usbmisc_charger_detection()
1159 usb_phy->chg_type = UNKNOWN_TYPE; in imx_usbmisc_charger_detection()