Lines Matching refs:qh
159 struct dwc2_qh *qh; member
348 struct dwc2_qh *qh; member
469 extern void dwc2_hcd_qh_free(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh);
470 extern int dwc2_hcd_qh_add(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh);
471 extern void dwc2_hcd_qh_unlink(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh);
472 extern void dwc2_hcd_qh_deactivate(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh,
477 struct dwc2_qh *qh);
482 struct dwc2_qh *qh) in dwc2_hcd_qtd_unlink_and_free() argument
490 struct dwc2_qh *qh);
495 extern int dwc2_hcd_qh_init_ddma(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh,
497 extern void dwc2_hcd_qh_free_ddma(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh);
506 static inline bool dbg_qh(struct dwc2_qh *qh) { return true; } in dbg_qh() argument
516 static inline bool dbg_qh(struct dwc2_qh *qh) in dbg_qh() argument
518 return qh->ep_type == USB_ENDPOINT_XFER_BULK || in dbg_qh()
519 qh->ep_type == USB_ENDPOINT_XFER_CONTROL; in dbg_qh()
626 struct dwc2_qh *qh = ep->hcpriv; in dwc2_hcd_is_bandwidth_allocated() local
628 if (qh && !list_empty(&qh->qh_list_entry)) in dwc2_hcd_is_bandwidth_allocated()
637 struct dwc2_qh *qh = ep->hcpriv; in dwc2_hcd_get_ep_bandwidth() local
639 if (!qh) { in dwc2_hcd_get_ep_bandwidth()
644 return qh->usecs; in dwc2_hcd_get_ep_bandwidth()