Lines Matching refs:QH
286 struct QH *qh) in ehci_update_endpt2_dev_n_port()
304 ALLOC_ALIGN_BUFFER(struct QH, qh, 1, USB_DMA_MINALIGN); in ehci_submit_async()
392 memset(qh, 0, sizeof(struct QH)); in ehci_submit_async()
544 ALIGN_END_ADDR(struct QH, &ctrl->qh_list, 1)); in ehci_submit_async()
545 flush_dcache_range((unsigned long)qh, ALIGN_END_ADDR(struct QH, qh, 1)); in ehci_submit_async()
573 ALIGN_END_ADDR(struct QH, &ctrl->qh_list, 1)); in ehci_submit_async()
575 ALIGN_END_ADDR(struct QH, qh, 1)); in ehci_submit_async()
588 ALIGN_END_ADDR(struct QH, &ctrl->qh_list, 1)); in ehci_submit_async()
975 struct QH *qh_list; in ehci_common_init()
976 struct QH *periodic; in ehci_common_init()
998 ALIGN_END_ADDR(struct QH, qh_list, 1)); in ehci_common_init()
1015 ALIGN_END_ADDR(struct QH, periodic, 1)); in ehci_common_init()
1167 struct QH *first;
1168 struct QH *current;
1169 struct QH *last;
1173 #define NEXT_QH(qh) (struct QH *)((unsigned long)hc32_to_cpu((qh)->qh_link) & ~0x1f)
1264 sizeof(struct QH) * queuesize); in _ehci_create_int_queue()
1277 memset(result->first, 0, sizeof(struct QH) * queuesize); in _ehci_create_int_queue()
1283 struct QH *qh = result->first + i; in _ehci_create_int_queue()
1337 ALIGN_END_ADDR(struct QH, result->first, in _ehci_create_int_queue()
1351 struct QH *list = &ctrl->periodic_queue; in _ehci_create_int_queue()
1356 ALIGN_END_ADDR(struct QH, result->last, 1)); in _ehci_create_int_queue()
1358 ALIGN_END_ADDR(struct QH, list, 1)); in _ehci_create_int_queue()
1383 struct QH *cur = queue->current; in _ehci_poll_int_queue()
1434 struct QH *cur = &ctrl->periodic_queue; in _ehci_destroy_int_queue()
1442 ALIGN_END_ADDR(struct QH, cur, 1)); in _ehci_destroy_int_queue()