Searched refs:ehci_itd_t (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci_isoch_util.h58 extern ehci_itd_t *ehci_allocate_itd(
64 ehci_itd_t *old_itd);
75 ehci_itd_t *itd);
78 ehci_itd_t *itd);
81 ehci_itd_t *itd);
82 extern ehci_itd_t *ehci_create_done_itd_list(
90 ehci_itd_t *curr_itd);
110 ehci_itd_t *addr);
112 extern ehci_itd_t *ehci_itd_iommu_to_cpu(
122 ehci_itd_t *it
[all...]
H A Dehcid.h129 ehci_itd_t *ehci_itd_pool_addr; /* Start of the pool */
148 ehci_itd_t *ehci_active_itd_list;
669 ehci_itd_t *itw_itd_head; /* Head ITD */
670 ehci_itd_t *itw_itd_tail; /* Tail ITD */
675 ehci_itd_t *itw_itd_free_list;
964 0, EHCI_ITD_POOL_SIZE * sizeof (ehci_itd_t), \
H A Dehci.h591 } ehci_itd_t; typedef in typeref:struct:ehci_itd
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch_util.c76 static ehci_itd_t *ehci_allocate_itd(
81 ehci_itd_t *old_itd);
95 ehci_itd_t *itd);
98 ehci_itd_t *itd);
101 ehci_itd_t *itd);
102 ehci_itd_t *ehci_create_done_itd_list(
110 ehci_itd_t *curr_itd);
131 ehci_itd_t *addr);
132 ehci_itd_t *ehci_itd_iommu_to_cpu(
142 ehci_itd_t *it
[all...]
H A Dehci_isoch.c90 ehci_itd_t *itd,
105 ehci_itd_t *itd);
110 ehci_itd_t *itd,
116 ehci_itd_t *td,
147 ehci_itd_t *itd;
451 ehci_itd_t *new_itd, *temp_itd;
550 ehci_itd_t *new_itd;
712 ehci_itd_t *new_sitd;
845 ehci_itd_t *curr_itd, *next_itd;
890 ehci_itd_t *curr_it
[all...]

Completed in 55 milliseconds