Searched refs:uhci_trans_wrapper_t (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/sys/usb/hcd/uhci/ |
H A D | uhciutil.h | 80 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 D | uhcitgt.h | 100 uhci_trans_wrapper_t *tw, 104 uhci_trans_wrapper_t *tw, usb_flags_t flags);
|
H A D | uhcipolled.h | 124 extern void uhci_free_tw(uhci_state_t *, uhci_trans_wrapper_t *);
|
H A D | uhcid.h | 410 } uhci_trans_wrapper_t; typedef
|
/titanic_50/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhcipolled.c | 55 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 D | uhciutil.c | 65 usb_req_attrs_t attrs, uhci_trans_wrapper_t *tw); 68 uhci_trans_wrapper_t *tw); 69 static uhci_trans_wrapper_t *uhci_create_transfer_wrapper( 72 static uhci_trans_wrapper_t *uhci_create_isoc_transfer_wrapper( 78 uhci_pipe_private_t *pp, uhci_trans_wrapper_t *tw); 104 uhci_pipe_private_t *pp, uhci_trans_wrapper_t *tw); 355 uhci_trans_wrapper_t *tw; in uhci_free_pools() 1542 uhci_trans_wrapper_t *tw; in uhci_insert_intr_td() 1734 static uhci_trans_wrapper_t * 1742 uhci_trans_wrapper_t *tw; in uhci_create_transfer_wrapper() [all …]
|
H A D | uhci.c | 128 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()
|