Home | History | Annotate | Download | only in dist

Lines Matching refs:dwc2_qh

51 struct dwc2_qh;
163 struct dwc2_qh *qh;
223 * struct dwc2_qh - Software queue head structure
278 struct dwc2_qh {
376 struct dwc2_qh *qh;
482 extern struct dwc2_qh *dwc2_hcd_qh_create(struct dwc2_hsotg *hsotg,
485 extern void dwc2_hcd_qh_free(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh);
486 extern int dwc2_hcd_qh_add(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh);
487 extern void dwc2_hcd_qh_unlink(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh);
488 extern void dwc2_hcd_qh_deactivate(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh,
493 struct dwc2_qh *qh);
498 struct dwc2_qh *qh);
502 struct dwc2_qh *qh);
507 extern int dwc2_hcd_qh_init_ddma(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh,
509 extern void dwc2_hcd_qh_free_ddma(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh);
518 static inline bool dbg_qh(struct dwc2_qh *qh) { return true; }
527 static inline bool dbg_qh(struct dwc2_qh *qh)
645 struct dwc2_qh *qh = dpipe->priv;
656 struct dwc2_qh *qh = dpipe->priv;
787 struct dwc2_hcd_urb *urb, struct dwc2_qh *qh,