|
@@ -1180,7 +1180,7 @@ void dwc2_dump_global_registers(struct dwc2_hsotg *hsotg);
|
|
int dwc2_hsotg_remove(struct dwc2_hsotg *hsotg);
|
|
int dwc2_hsotg_remove(struct dwc2_hsotg *hsotg);
|
|
int dwc2_hsotg_suspend(struct dwc2_hsotg *dwc2);
|
|
int dwc2_hsotg_suspend(struct dwc2_hsotg *dwc2);
|
|
int dwc2_hsotg_resume(struct dwc2_hsotg *dwc2);
|
|
int dwc2_hsotg_resume(struct dwc2_hsotg *dwc2);
|
|
-int dwc2_gadget_init(struct dwc2_hsotg *hsotg, int irq);
|
|
|
|
|
|
+int dwc2_gadget_init(struct dwc2_hsotg *hsotg);
|
|
void dwc2_hsotg_core_init_disconnected(struct dwc2_hsotg *dwc2,
|
|
void dwc2_hsotg_core_init_disconnected(struct dwc2_hsotg *dwc2,
|
|
bool reset);
|
|
bool reset);
|
|
void dwc2_hsotg_core_connect(struct dwc2_hsotg *hsotg);
|
|
void dwc2_hsotg_core_connect(struct dwc2_hsotg *hsotg);
|
|
@@ -1199,7 +1199,7 @@ static inline int dwc2_hsotg_suspend(struct dwc2_hsotg *dwc2)
|
|
{ return 0; }
|
|
{ return 0; }
|
|
static inline int dwc2_hsotg_resume(struct dwc2_hsotg *dwc2)
|
|
static inline int dwc2_hsotg_resume(struct dwc2_hsotg *dwc2)
|
|
{ return 0; }
|
|
{ return 0; }
|
|
-static inline int dwc2_gadget_init(struct dwc2_hsotg *hsotg, int irq)
|
|
|
|
|
|
+static inline int dwc2_gadget_init(struct dwc2_hsotg *hsotg)
|
|
{ return 0; }
|
|
{ return 0; }
|
|
static inline void dwc2_hsotg_core_init_disconnected(struct dwc2_hsotg *dwc2,
|
|
static inline void dwc2_hsotg_core_init_disconnected(struct dwc2_hsotg *dwc2,
|
|
bool reset) {}
|
|
bool reset) {}
|