Lines Matching refs:QH

285 					  struct QH *qh)  in ehci_update_endpt2_dev_n_port()
303 ALLOC_ALIGN_BUFFER(struct QH, qh, 1, USB_DMA_MINALIGN); in ehci_submit_async()
391 memset(qh, 0, sizeof(struct QH)); in ehci_submit_async()
543 ALIGN_END_ADDR(struct QH, &ctrl->qh_list, 1)); in ehci_submit_async()
544 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()
983 struct QH *qh_list; in ehci_common_init()
984 struct QH *periodic; in ehci_common_init()
1006 ALIGN_END_ADDR(struct QH, qh_list, 1)); in ehci_common_init()
1023 ALIGN_END_ADDR(struct QH, periodic, 1)); in ehci_common_init()
1173 struct QH *first;
1174 struct QH *current;
1175 struct QH *last;
1179 #define NEXT_QH(qh) (struct QH *)((unsigned long)hc32_to_cpu((qh)->qh_link) & ~0x1f)
1270 sizeof(struct QH) * queuesize); in _ehci_create_int_queue()
1283 memset(result->first, 0, sizeof(struct QH) * queuesize); in _ehci_create_int_queue()
1289 struct QH *qh = result->first + i; in _ehci_create_int_queue()
1343 ALIGN_END_ADDR(struct QH, result->first, in _ehci_create_int_queue()
1357 struct QH *list = &ctrl->periodic_queue; in _ehci_create_int_queue()
1362 ALIGN_END_ADDR(struct QH, result->last, 1)); in _ehci_create_int_queue()
1364 ALIGN_END_ADDR(struct QH, list, 1)); in _ehci_create_int_queue()
1389 struct QH *cur = queue->current; in _ehci_poll_int_queue()
1440 struct QH *cur = &ctrl->periodic_queue; in _ehci_destroy_int_queue()
1448 ALIGN_END_ADDR(struct QH, cur, 1)); in _ehci_destroy_int_queue()