Lines Matching refs:qh
159 struct dwc2_qh *qh; member
348 struct dwc2_qh *qh; member
471 extern void dwc2_hcd_qh_free(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh);
472 extern int dwc2_hcd_qh_add(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh);
473 extern void dwc2_hcd_qh_unlink(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh);
474 extern void dwc2_hcd_qh_deactivate(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh,
479 struct dwc2_qh **qh, gfp_t mem_flags);
484 struct dwc2_qh *qh) in dwc2_hcd_qtd_unlink_and_free() argument
492 struct dwc2_qh *qh);
497 extern int dwc2_hcd_qh_init_ddma(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh,
499 extern void dwc2_hcd_qh_free_ddma(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh);
508 static inline bool dbg_qh(struct dwc2_qh *qh) { return true; } in dbg_qh() argument
518 static inline bool dbg_qh(struct dwc2_qh *qh) in dbg_qh() argument
520 return qh->ep_type == USB_ENDPOINT_XFER_BULK || in dbg_qh()
521 qh->ep_type == USB_ENDPOINT_XFER_CONTROL; in dbg_qh()
627 struct dwc2_qh *qh = ep->hcpriv; in dwc2_hcd_is_bandwidth_allocated() local
629 if (qh && !list_empty(&qh->qh_list_entry)) in dwc2_hcd_is_bandwidth_allocated()
638 struct dwc2_qh *qh = ep->hcpriv; in dwc2_hcd_get_ep_bandwidth() local
640 if (!qh) { in dwc2_hcd_get_ep_bandwidth()
645 return qh->usecs; in dwc2_hcd_get_ep_bandwidth()