Lines Matching refs:isp1760_qh
38 typedef void (packet_enqueue)(struct usb_hcd *hcd, struct isp1760_qh *qh,
146 struct isp1760_qh { struct
412 static struct isp1760_qh *qh_alloc(gfp_t flags) in qh_alloc()
414 struct isp1760_qh *qh; in qh_alloc()
427 static void qh_free(struct isp1760_qh *qh) in qh_free()
515 static int last_qtd_of_urb(struct isp1760_qtd *qtd, struct isp1760_qh *qh) in last_qtd_of_urb()
535 static void create_ptd_atl(struct isp1760_qh *qh, in create_ptd_atl()
610 static void transform_add_int(struct isp1760_qh *qh, in transform_add_int()
662 static void create_ptd_int(struct isp1760_qh *qh, in create_ptd_int()
721 struct isp1760_qtd *qtd, struct isp1760_qh *qh, in start_bus_transfer()
768 static void collect_qtds(struct usb_hcd *hcd, struct isp1760_qh *qh, in collect_qtds()
831 static void enqueue_qtds(struct usb_hcd *hcd, struct isp1760_qh *qh) in enqueue_qtds()
913 struct isp1760_qh *qh, *qh_next; in schedule_ptds()
1072 struct isp1760_qh *qh; in handle_done_ptds()
1498 struct isp1760_qh *qh, *qhit; in isp1760_urb_enqueue()
1581 struct isp1760_qh *qh) in kill_transfer()
1611 static void dequeue_urb_from_qtd(struct usb_hcd *hcd, struct isp1760_qh *qh, in dequeue_urb_from_qtd()
1647 struct isp1760_qh *qh; in isp1760_urb_dequeue()
1682 struct isp1760_qh *qh, *qh_iter; in isp1760_endpoint_disable()
2123 struct isp1760_qh *qh = ep->hcpriv; in isp1760_clear_tt_buffer_complete()
2171 qh_cachep = kmem_cache_create("isp1760_qh", sizeof(struct isp1760_qh), in isp1760_init_kmem_once()