|
@@ -810,6 +810,7 @@ struct dwc2_hregs_backup {
|
|
* @hcd_enabled Host mode sub-driver initialization indicator.
|
|
* @hcd_enabled Host mode sub-driver initialization indicator.
|
|
* @gadget_enabled Peripheral mode sub-driver initialization indicator.
|
|
* @gadget_enabled Peripheral mode sub-driver initialization indicator.
|
|
* @ll_hw_enabled Status of low-level hardware resources.
|
|
* @ll_hw_enabled Status of low-level hardware resources.
|
|
|
|
+ * @hibernated: True if core is hibernated
|
|
* @phy: The otg phy transceiver structure for phy control.
|
|
* @phy: The otg phy transceiver structure for phy control.
|
|
* @uphy: The otg phy transceiver structure for old USB phy
|
|
* @uphy: The otg phy transceiver structure for old USB phy
|
|
* control.
|
|
* control.
|
|
@@ -947,6 +948,7 @@ struct dwc2_hsotg {
|
|
unsigned int hcd_enabled:1;
|
|
unsigned int hcd_enabled:1;
|
|
unsigned int gadget_enabled:1;
|
|
unsigned int gadget_enabled:1;
|
|
unsigned int ll_hw_enabled:1;
|
|
unsigned int ll_hw_enabled:1;
|
|
|
|
+ unsigned int hibernated:1;
|
|
|
|
|
|
struct phy *phy;
|
|
struct phy *phy;
|
|
struct usb_phy *uphy;
|
|
struct usb_phy *uphy;
|