Home
last modified time | relevance | path

Searched refs:ehci_qh_t (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c55 ehci_qh_t *qh);
72 ehci_qh_t *qh);
302 ehci_qh_t *
309 ehci_qh_t *qh; in ehci_alloc_qh()
404 ehci_qh_t *qh) in ehci_unpack_endpoint()
848 ehci_qh_t *qh) in ehci_halt_hs_qh()
888 ehci_qh_t *qh) in ehci_halt_fls_ctrl_and_bulk_qh()
941 ehci_qh_t *qh) in ehci_clear_tt_buffer()
1388 ehci_qh_t *
1393 ehci_qh_t *qh; in ehci_qh_iommu_to_cpu()
[all …]
H A Dehci_polled.c961 ehci_qh_t *qh; in ehci_polled_save_state()
1042 (ehci_qh_t *)(uintptr_t)Get_PFLT(ehcip-> in ehci_polled_save_state()
1275 ehci_qh_t *qh = ehci_polledp->ehci_polled_qh; in ehci_polled_stop_processing()
1510 ehci_qh_t *qh; in ehci_polled_insert_intr_qtd()
1586 ehci_qh_t *qh; in ehci_polled_insert_bulk_qtd()
2132 ehci_qh_t *qh = pp->pp_qh; in ehci_polled_insert_async_qh()
2133 ehci_qh_t *async_head_qh; in ehci_polled_insert_async_qh()
2134 ehci_qh_t *next_qh; in ehci_polled_insert_async_qh()
2226 ehci_qh_t *qh = pp->pp_qh; /* qh to be removed */ in ehci_polled_remove_async_qh()
2227 ehci_qh_t *prev_qh, *next_qh; in ehci_polled_remove_async_qh()
H A Dehci_util.c275 ehci_qh_t *qh);
489 ehci_qh_pool_size * sizeof (ehci_qh_t), in ehci_allocate_pools()
514 ehci_qh_pool_size * sizeof (ehci_qh_t)); in ehci_allocate_pools()
1078 ehci_qh_t *dummy_async_qh = in ehci_init_hardware()
1623 ehci_qh_t *list_array = ehcip->ehci_qh_pool_addr; in ehci_build_interrupt_lattice()
1661 addr = ehci_qh_cpu_to_iommu(ehcip, (ehci_qh_t *)&list_array[i]); in ehci_build_interrupt_lattice()
1698 addr = ehci_qh_cpu_to_iommu(ehcip, (ehci_qh_t *) in ehci_build_interrupt_lattice()
4378 ehci_qh_t *qh) in ehci_print_qh()
H A Dehci_intr.c227 ehci_qh_t *reclaim_qh; in ehci_handle_endpoint_reclaimation()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci_xfer.h46 extern ehci_qh_t *ehci_alloc_qh(
59 ehci_qh_t *old_qh);
62 ehci_qh_t *addr);
63 extern ehci_qh_t *ehci_qh_iommu_to_cpu(
H A Dehci_polled.h80 ehci_qh_t *ehci_polled_dummy_qh;
83 ehci_qh_t *ehci_polled_qh; /* Interrupt endpoint */
H A Dehcid.h116 ehci_qh_t *ehci_qh_pool_addr; /* Start of the pool */
138 ehci_qh_t *ehci_head_of_async_sched_list;
181 ehci_qh_t *ehci_reclaim_list; /* Reclaimation list */
212 ehci_qh_t *ehci_polled_frame_list_table[EHCI_NUM_PERIODIC_FRAME_LISTS];
416 ehci_qh_t *pp_qh; /* Pipe's qh */
956 0, EHCI_QH_POOL_SIZE * sizeof (ehci_qh_t), \
H A Dehci_util.h109 ehci_qh_t *qh);
H A Dehci.h341 } ehci_qh_t; typedef