Lines Matching refs:qh
162 struct dwc2_qh *qh; member
447 struct dwc2_qh *qh; member
568 void dwc2_hcd_qh_free(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh);
569 int dwc2_hcd_qh_add(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh);
570 void dwc2_hcd_qh_unlink(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh);
571 void dwc2_hcd_qh_deactivate(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh,
576 struct dwc2_qh *qh);
581 struct dwc2_qh *qh) in dwc2_hcd_qtd_unlink_and_free() argument
589 struct dwc2_qh *qh);
594 int dwc2_hcd_qh_init_ddma(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh,
596 void dwc2_hcd_qh_free_ddma(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh);
605 static inline bool dbg_qh(struct dwc2_qh *qh) { return true; } in dbg_qh() argument
615 static inline bool dbg_qh(struct dwc2_qh *qh) in dbg_qh() argument
617 return qh->ep_type == USB_ENDPOINT_XFER_BULK || in dbg_qh()
618 qh->ep_type == USB_ENDPOINT_XFER_CONTROL; in dbg_qh()
737 struct dwc2_qh *qh = ep->hcpriv; in dwc2_hcd_is_bandwidth_allocated() local
739 if (qh && !list_empty(&qh->qh_list_entry)) in dwc2_hcd_is_bandwidth_allocated()
748 struct dwc2_qh *qh = ep->hcpriv; in dwc2_hcd_get_ep_bandwidth() local
750 if (!qh) { in dwc2_hcd_get_ep_bandwidth()
755 return qh->host_us; in dwc2_hcd_get_ep_bandwidth()