Home
last modified time | relevance | path

Searched refs:uhci_trans_wrapper_t (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhciutil.h80 uhci_trans_wrapper_t *tw);
97 usba_pipe_handle_data_t *ph, uhci_trans_wrapper_t *tw,
114 uhci_pipe_private_t *pp, uhci_trans_wrapper_t *tw,
118 uhci_pipe_private_t *pp, uhci_trans_wrapper_t *tw,
121 uhci_pipe_private_t *pp, uhci_trans_wrapper_t *tw);
125 uhci_trans_wrapper_t *tw);
141 void uhci_free_tw(uhci_state_t *uhcip, uhci_trans_wrapper_t *tw);
162 uhci_trans_wrapper_t *tw);
H A Duhcitgt.h100 uhci_trans_wrapper_t *tw,
104 uhci_trans_wrapper_t *tw, usb_flags_t flags);
H A Duhcipolled.h124 extern void uhci_free_tw(uhci_state_t *, uhci_trans_wrapper_t *);
H A Duhcid.h410 } uhci_trans_wrapper_t; typedef
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcipolled.c55 static uhci_trans_wrapper_t
206 uhci_trans_wrapper_t *tw; in uhci_hcdi_polled_read()
393 uhci_trans_wrapper_t *tw; in uhci_hcdi_polled_write()
798 uhci_trans_wrapper_t *tw; in uhci_polled_insert_td_on_qh()
844 static uhci_trans_wrapper_t *
849 uhci_trans_wrapper_t *tw; in uhci_polled_create_tw()
853 if ((tw = kmem_zalloc(sizeof (uhci_trans_wrapper_t), KM_NOSLEEP)) == in uhci_polled_create_tw()
865 kmem_free(tw, sizeof (uhci_trans_wrapper_t)); in uhci_polled_create_tw()
880 kmem_free(tw, sizeof (uhci_trans_wrapper_t)); in uhci_polled_create_tw()
892 kmem_free(tw, sizeof (uhci_trans_wrapper_t)); in uhci_polled_create_tw()
[all …]
H A Duhciutil.c355 uhci_trans_wrapper_t *tw; in uhci_free_pools()
1542 uhci_trans_wrapper_t *tw; in uhci_insert_intr_td()
1742 uhci_trans_wrapper_t *tw; in uhci_create_transfer_wrapper()
1871 uhci_trans_wrapper_t *tw, in uhci_insert_hc_td()
1949 uhci_trans_wrapper_t *tw) in uhci_fill_in_td()
2018 uhci_trans_wrapper_t *tw) in uhci_get_tw_paddr_by_offs()
2132 uhci_trans_wrapper_t *tw; in uhci_insert_ctrl_td()
2205 uhci_trans_wrapper_t *tw) in uhci_create_setup_pkt()
2794 uhci_trans_wrapper_t *tw; in uhci_insert_bulk_td()
2965 uhci_trans_wrapper_t *tw) in uhci_fill_in_bulk_isoc_td()
[all …]
H A Duhci.c128 uhci_trans_wrapper_t *tw, uhci_pipe_private_t *pp);
1106 uhci_trans_wrapper_t *tw; in uhci_process_submitted_td_queue()
1137 uhci_trans_wrapper_t *tw = td->tw; in uhci_handle_intr_td()
1316 uhci_trans_wrapper_t *tw) in uhci_sendup_td_message()
1423 uhci_trans_wrapper_t *tw = td->tw; in uhci_handle_ctrl_td()
1719 uhci_trans_wrapper_t *tw, uhci_pipe_private_t *pp) in uhci_handle_intr_td_errors()
1752 uhci_trans_wrapper_t *tw = td->tw; in uhci_handle_one_xfer_completion()