Lines Matching refs:qh
108 * @qh: QH for the transfer being processed by this channel
162 struct dwc2_qh *qh;
290 * the bus. We'll move the qh to active here. If the
412 * @qh: Queue head for this QTD
447 struct dwc2_qh *qh;
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)
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; }
615 static inline bool dbg_qh(struct dwc2_qh *qh)
617 return qh->ep_type == USB_ENDPOINT_XFER_BULK ||
618 qh->ep_type == USB_ENDPOINT_XFER_CONTROL;
737 struct dwc2_qh *qh = ep->hcpriv;
739 if (qh && !list_empty(&qh->qh_list_entry))
748 struct dwc2_qh *qh = ep->hcpriv;
750 if (!qh) {
755 return qh->host_us;