Searched refs:uhci_desc_t (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/usb/host/ |
D | usb-uhci.h | 154 } uhci_desc_t, *puhci_desc_t; typedef 163 uhci_desc_t *bottom_qh; 164 uhci_desc_t *next_qh; // next helper QH 202 uhci_desc_t **iso_td; 203 uhci_desc_t *int_chain[8]; 204 uhci_desc_t *ls_control_chain; 205 uhci_desc_t *control_chain; 206 uhci_desc_t *bulk_chain; 207 uhci_desc_t *chain_end; 208 uhci_desc_t *td1ms; [all …]
|
D | usb-uhci.c | 124 _static int delete_qh (uhci_t *s, uhci_desc_t *qh); 142 uhci_desc_t *qh; in clean_descs() 148 qh = list_entry (q, uhci_desc_t, horizontal); in clean_descs() 255 _static int alloc_td (uhci_t *s, uhci_desc_t ** new, int flags) in alloc_td() 262 memset (*new, 0, sizeof (uhci_desc_t)); in alloc_td() 274 _static void append_qh(uhci_t *s, uhci_desc_t *td, uhci_desc_t* qh, int flags) in append_qh() 287 _static int insert_td (uhci_t *s, uhci_desc_t *qh, uhci_desc_t* new, int flags) in insert_td() 289 uhci_desc_t *prev; in insert_td() 296 prev = list_entry (new->vertical.prev, uhci_desc_t, vertical); in insert_td() 313 _static int insert_td_horizontal (uhci_t *s, uhci_desc_t *td, uhci_desc_t* new) in insert_td_horizontal() [all …]
|
D | usb-uhci-debug.h | 104 uhci_desc_t *start_qh=qh; in uhci_show_queue()
|