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()
892 static void transform_add_int(struct isp1760_qh *qh, in transform_add_int()
944 static void create_ptd_int(struct isp1760_qh *qh, in create_ptd_int()
1003 struct isp1760_qtd *qtd, struct isp1760_qh *qh, in start_bus_transfer()
1054 static void collect_qtds(struct usb_hcd *hcd, struct isp1760_qh *qh, in collect_qtds()
1117 static void enqueue_qtds(struct usb_hcd *hcd, struct isp1760_qh *qh) in enqueue_qtds()
1200 struct isp1760_qh *qh, *qh_next; in schedule_ptds()
1357 struct isp1760_qh *qh; in handle_done_ptds()
1886 struct isp1760_qh *qh, *qhit; in isp1760_urb_enqueue()
1968 struct isp1760_qh *qh) in kill_transfer()
2003 static void dequeue_urb_from_qtd(struct usb_hcd *hcd, struct isp1760_qh *qh, in dequeue_urb_from_qtd()
2039 struct isp1760_qh *qh; in isp1760_urb_dequeue()
2074 struct isp1760_qh *qh, *qh_iter; in isp1760_endpoint_disable()
2492 struct isp1760_qh *qh = ep->hcpriv; in isp1760_clear_tt_buffer_complete()
2540 qh_cachep = kmem_cache_create("isp1760_qh", sizeof(struct isp1760_qh), in isp1760_init_kmem_once()