Home
last modified time | relevance | path

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

/titanic_41/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 *itd);
[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
/titanic_41/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 *itd);
[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; in ehci_isoc_cleanup()
451 ehci_itd_t *new_itd, *temp_itd; in ehci_insert_isoc_req()
550 ehci_itd_t *new_itd; in ehci_insert_itd_req()
712 ehci_itd_t *new_sitd; in ehci_insert_sitd_req()
845 ehci_itd_t *curr_itd, *next_itd; in ehci_remove_isoc_itds()
890 ehci_itd_t *curr_itd, *next_itd; in ehci_mark_reclaim_isoc()
[all …]