Searched refs:uhci_t (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/usb/host/ |
D | usb-uhci.c | 124 _static int delete_qh (uhci_t *s, uhci_desc_t *qh); 125 _static int process_transfer (uhci_t *s, struct urb *urb, int mode); 126 _static int process_interrupt (uhci_t *s, struct urb *urb); 127 _static int process_iso (uhci_t *s, struct urb *urb, int force); 132 static uhci_t *devs = NULL; 135 uhci_t **uhci_devices = &devs; 139 void clean_descs(uhci_t *s, int force) in clean_descs() 157 _static void uhci_switch_timer_int(uhci_t *s) in uhci_switch_timer_int() 173 _static void enable_desc_loop(uhci_t *s, struct urb *urb) in enable_desc_loop() 188 _static void disable_desc_loop(uhci_t *s, struct urb *urb) in disable_desc_loop() [all …]
|
D | usb-uhci.h | 221 } uhci_t, *puhci_t; typedef
|