Lines Matching refs:isp1760_qh
41 typedef void (packet_enqueue)(struct usb_hcd *hcd, struct isp1760_qh *qh,
171 struct isp1760_qh { struct
659 static struct isp1760_qh *qh_alloc(gfp_t flags) in qh_alloc()
661 struct isp1760_qh *qh; in qh_alloc()
674 static void qh_free(struct isp1760_qh *qh) in qh_free()
797 static int last_qtd_of_urb(struct isp1760_qtd *qtd, struct isp1760_qh *qh) in last_qtd_of_urb()
817 static void create_ptd_atl(struct isp1760_qh *qh, in create_ptd_atl()
891 static void transform_add_int(struct isp1760_qh *qh, in transform_add_int()
943 static void create_ptd_int(struct isp1760_qh *qh, in create_ptd_int()
1002 struct isp1760_qtd *qtd, struct isp1760_qh *qh, in start_bus_transfer()
1053 static void collect_qtds(struct usb_hcd *hcd, struct isp1760_qh *qh, in collect_qtds()
1116 static void enqueue_qtds(struct usb_hcd *hcd, struct isp1760_qh *qh) in enqueue_qtds()
1199 struct isp1760_qh *qh, *qh_next; in schedule_ptds()
1356 struct isp1760_qh *qh; in handle_done_ptds()
1883 struct isp1760_qh *qh, *qhit; in isp1760_urb_enqueue()
1965 struct isp1760_qh *qh) in kill_transfer()
2000 static void dequeue_urb_from_qtd(struct usb_hcd *hcd, struct isp1760_qh *qh, in dequeue_urb_from_qtd()
2036 struct isp1760_qh *qh; in isp1760_urb_dequeue()
2071 struct isp1760_qh *qh, *qh_iter; in isp1760_endpoint_disable()
2489 struct isp1760_qh *qh = ep->hcpriv; in isp1760_clear_tt_buffer_complete()
2535 qh_cachep = kmem_cache_create("isp1760_qh", sizeof(struct isp1760_qh), in isp1760_init_kmem_once()