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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci_polled.h80 ehci_qh_t *ehci_polled_dummy_qh;
83 ehci_qh_t *ehci_polled_qh; /* Interrupt endpoint */
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_util.h109 ehci_qh_t *qh);
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 */
955 0, EHCI_QH_POOL_SIZE * sizeof (ehci_qh_t), \
H A Dehci.h340 } ehci_qh_t; typedef in typeref:struct:ehci_qh
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c48 ehci_qh_t *ehci_alloc_qh(
55 ehci_qh_t *qh);
72 ehci_qh_t *qh);
76 ehci_qh_t *qh);
80 ehci_qh_t *qh);
83 ehci_qh_t *qh);
101 ehci_qh_t *old_qh);
104 ehci_qh_t *addr);
105 ehci_qh_t *ehci_qh_iommu_to_cpu(
112 ehci_qh_t *q
[all...]
H A Dehci_polled.c961 ehci_qh_t *qh;
1042 (ehci_qh_t *)(uintptr_t)Get_PFLT(ehcip->
1275 ehci_qh_t *qh = ehci_polledp->ehci_polled_qh;
1510 ehci_qh_t *qh;
1586 ehci_qh_t *qh;
2132 ehci_qh_t *qh = pp->pp_qh;
2133 ehci_qh_t *async_head_qh;
2134 ehci_qh_t *next_qh;
2226 ehci_qh_t *qh = pp->pp_qh; /* qh to be removed */
2227 ehci_qh_t *prev_q
[all...]
H A Dehci_util.c274 ehci_qh_t *qh);
488 ehci_qh_pool_size * sizeof (ehci_qh_t),
513 ehci_qh_pool_size * sizeof (ehci_qh_t));
1078 ehci_qh_t *dummy_async_qh =
1602 ehci_qh_t *list_array = ehcip->ehci_qh_pool_addr;
1640 addr = ehci_qh_cpu_to_iommu(ehcip, (ehci_qh_t *)&list_array[i]);
1677 addr = ehci_qh_cpu_to_iommu(ehcip, (ehci_qh_t *)
4356 ehci_qh_t *qh)
H A Dehci_intr.c227 ehci_qh_t *reclaim_qh;

Completed in 97 milliseconds