Home
last modified time | relevance | path

Searched refs:ehci_isoc_xwrapper_t (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci_isoch_util.h44 extern ehci_isoc_xwrapper_t *ehci_allocate_itw_resources(
53 ehci_isoc_xwrapper_t *itw);
63 ehci_isoc_xwrapper_t *itw,
66 ehci_isoc_xwrapper_t *itw,
70 ehci_isoc_xwrapper_t *itw,
74 ehci_isoc_xwrapper_t *itw,
87 ehci_isoc_xwrapper_t *itw);
98 ehci_isoc_xwrapper_t *tw,
103 ehci_isoc_xwrapper_t *itw);
121 ehci_isoc_xwrapper_t *itw,
H A Dehci_isoch.h58 extern ehci_isoc_xwrapper_t *
69 ehci_isoc_xwrapper_t *itw,
85 ehci_isoc_xwrapper_t *itw,
H A Dehcid.h691 } ehci_isoc_xwrapper_t; typedef
693 _NOTE(MUTEX_PROTECTS_DATA(ehci_state_t::ehci_int_mutex, ehci_isoc_xwrapper_t))
/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch_util.c53 ehci_isoc_xwrapper_t *ehci_allocate_itw_resources(
59 static ehci_isoc_xwrapper_t *ehci_allocate_itw(
67 ehci_isoc_xwrapper_t *itw);
71 ehci_isoc_xwrapper_t *itw);
80 ehci_isoc_xwrapper_t *itw,
83 ehci_isoc_xwrapper_t *itw,
87 ehci_isoc_xwrapper_t *itw,
91 ehci_isoc_xwrapper_t *itw);
94 ehci_isoc_xwrapper_t *itw,
107 ehci_isoc_xwrapper_t *itw);
[all …]
H A Dehci_isoch.c61 ehci_isoc_xwrapper_t *ehci_allocate_isoc_resources(
69 ehci_isoc_xwrapper_t *itw,
74 ehci_isoc_xwrapper_t *itw,
79 ehci_isoc_xwrapper_t *itw,
89 ehci_isoc_xwrapper_t *itw,
104 ehci_isoc_xwrapper_t *itw,
109 ehci_isoc_xwrapper_t *itw,
115 ehci_isoc_xwrapper_t *itw,
120 ehci_isoc_xwrapper_t *itw,
145 ehci_isoc_xwrapper_t *itw; in ehci_isoc_cleanup()
[all …]
H A Dehci.c1507 ehci_isoc_xwrapper_t *itw; in ehci_hcdi_pipe_isoc_xfer()