|
@@ -646,14 +646,14 @@ extern void dwc2_hcd_save_data_toggle(struct dwc2_hsotg *hsotg,
|
|
|
/* HCD Core API */
|
|
|
|
|
|
/**
|
|
|
- * dwc2_hcd_intr() - Called on every hardware interrupt
|
|
|
+ * dwc2_handle_hcd_intr() - Called on every hardware interrupt
|
|
|
*
|
|
|
* @hsotg: The DWC2 HCD
|
|
|
*
|
|
|
* Returns IRQ_HANDLED if interrupt is handled
|
|
|
* Return IRQ_NONE if interrupt is not handled
|
|
|
*/
|
|
|
-extern irqreturn_t dwc2_hcd_intr(struct dwc2_hsotg *hsotg);
|
|
|
+extern irqreturn_t dwc2_handle_hcd_intr(struct dwc2_hsotg *hsotg);
|
|
|
|
|
|
/**
|
|
|
* dwc2_hcd_stop() - Halts the DWC_otg host mode operation
|