Lines Matching refs:isp1760_qh
39 typedef void (packet_enqueue)(struct usb_hcd *hcd, struct isp1760_qh *qh,
147 struct isp1760_qh {
410 static struct isp1760_qh *qh_alloc(gfp_t flags)
412 struct isp1760_qh *qh;
425 static void qh_free(struct isp1760_qh *qh)
513 static int last_qtd_of_urb(struct isp1760_qtd *qtd, struct isp1760_qh *qh)
533 static void create_ptd_atl(struct isp1760_qh *qh,
608 static void transform_add_int(struct isp1760_qh *qh,
660 static void create_ptd_int(struct isp1760_qh *qh,
719 struct isp1760_qtd *qtd, struct isp1760_qh *qh,
766 static void collect_qtds(struct usb_hcd *hcd, struct isp1760_qh *qh,
829 static void enqueue_qtds(struct usb_hcd *hcd, struct isp1760_qh *qh)
911 struct isp1760_qh *qh, *qh_next;
1068 struct isp1760_qh *qh;
1494 struct isp1760_qh *qh, *qhit;
1577 struct isp1760_qh *qh)
1607 static void dequeue_urb_from_qtd(struct usb_hcd *hcd, struct isp1760_qh *qh,
1643 struct isp1760_qh *qh;
1678 struct isp1760_qh *qh, *qh_iter;
2119 struct isp1760_qh *qh = ep->hcpriv;
2167 qh_cachep = kmem_cache_create("isp1760_qh", sizeof(struct isp1760_qh),