Searched defs:dwc2_hsotg (Results 1 - 1 of 1) sorted by path

/drivers/usb/dwc2/
H A Dcore.h242 struct dwc2_hsotg;
495 * struct dwc2_hsotg - Holds the state of the driver, including the non-periodic
594 struct dwc2_hsotg { struct
713 extern void dwc2_core_host_init(struct dwc2_hsotg *hsotg);
720 extern void dwc2_hc_init(struct dwc2_hsotg *hsotg, struct dwc2_host_chan *chan);
721 extern void dwc2_hc_halt(struct dwc2_hsotg *hsotg, struct dwc2_host_chan *chan,
723 extern void dwc2_hc_cleanup(struct dwc2_hsotg *hsotg,
725 extern void dwc2_hc_start_transfer(struct dwc2_hsotg *hsotg,
727 extern void dwc2_hc_start_transfer_ddma(struct dwc2_hsotg *hsotg,
729 extern int dwc2_hc_continue_transfer(struct dwc2_hsotg *hsot
[all...]

Completed in 21 milliseconds