Searched refs:clear_list (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvHub.c | 341 ms_list_init (&hub->tt.clear_list); in ms_hub_configure() 1490 ms_insert_list_before (&ms_clear->clear_list, &utt->clear_list); in ms_usb_hub_tt_clear_buffer() 1492 ms_insert_list_after(&utt->clear_list, &hcd->tt_clear_list); // new, link to the right hcd in ms_usb_hub_tt_clear_buffer() 1511 while (--limit && !list_empty (&hub->tt.clear_list)) { in ms_hub_tt_kevent() 1517 temp = hub->tt.clear_list.next; in ms_hub_tt_kevent() 1518 clear = list_entry (temp, struct usb_tt_clear, clear_list); in ms_hub_tt_kevent() 1519 list_del (&clear->clear_list); in ms_hub_tt_kevent()
|
| H A D | drvHub.h | 167 struct list_head clear_list; member 171 struct list_head clear_list; member
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvHub.c | 1189 while (!list_empty (&hub->tt.clear_list)) { in hub_tt_kevent() 1195 temp = hub->tt.clear_list.next; in hub_tt_kevent() 1196 list_entry (temp, struct usb_tt_clear, clear_list, struct list_head,clear ); in hub_tt_kevent() 1197 list_del (&clear->clear_list); in hub_tt_kevent() 1440 list_add_tail (&clear->clear_list, &utt->clear_list); in usb_hub_tt_clear_buffer() 2157 INIT_LIST_HEAD (&hub->tt.clear_list); in hub_configure()
|
| H A D | drvHUB.h | 187 struct list_head clear_list; member 192 struct list_head clear_list; member
|