diff options
Diffstat (limited to 'drivers/usb/dwc2/hcd.h')
-rw-r--r-- | drivers/usb/dwc2/hcd.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/usb/dwc2/hcd.h b/drivers/usb/dwc2/hcd.h index a12bb1538666..e69a843d8928 100644 --- a/drivers/usb/dwc2/hcd.h +++ b/drivers/usb/dwc2/hcd.h | |||
@@ -668,9 +668,6 @@ extern irqreturn_t dwc2_handle_hcd_intr(struct dwc2_hsotg *hsotg); | |||
668 | */ | 668 | */ |
669 | extern void dwc2_hcd_stop(struct dwc2_hsotg *hsotg); | 669 | extern void dwc2_hcd_stop(struct dwc2_hsotg *hsotg); |
670 | 670 | ||
671 | extern void dwc2_hcd_start(struct dwc2_hsotg *hsotg); | ||
672 | extern void dwc2_hcd_disconnect(struct dwc2_hsotg *hsotg); | ||
673 | |||
674 | /** | 671 | /** |
675 | * dwc2_hcd_is_b_host() - Returns 1 if core currently is acting as B host, | 672 | * dwc2_hcd_is_b_host() - Returns 1 if core currently is acting as B host, |
676 | * and 0 otherwise | 673 | * and 0 otherwise |
@@ -680,13 +677,6 @@ extern void dwc2_hcd_disconnect(struct dwc2_hsotg *hsotg); | |||
680 | extern int dwc2_hcd_is_b_host(struct dwc2_hsotg *hsotg); | 677 | extern int dwc2_hcd_is_b_host(struct dwc2_hsotg *hsotg); |
681 | 678 | ||
682 | /** | 679 | /** |
683 | * dwc2_hcd_get_frame_number() - Returns current frame number | ||
684 | * | ||
685 | * @hsotg: The DWC2 HCD | ||
686 | */ | ||
687 | extern int dwc2_hcd_get_frame_number(struct dwc2_hsotg *hsotg); | ||
688 | |||
689 | /** | ||
690 | * dwc2_hcd_dump_state() - Dumps hsotg state | 680 | * dwc2_hcd_dump_state() - Dumps hsotg state |
691 | * | 681 | * |
692 | * @hsotg: The DWC2 HCD | 682 | * @hsotg: The DWC2 HCD |