| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/linux/ |
| H A D | drvList.h | 170 #define list_entry( _list_, _type_, _member_ ) \ macro 182 for ((_list_) = list_entry((_head_)->next, typeof(*_list_), _item_); \ 184 (_list_) = list_entry((_list_)->_item_.next, typeof(*_list_), _item_))
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux_kernel/ |
| H A D | utopia_adp.c | 55 pKQueueNode = (KQueueNode *)list_entry((KQueue_head_list[module_ID].next),KQueueNode,list); in UADPKQueuePop() 95 pKQueueNode = (KQueueNode *)list_entry((KQueue_head_list[module_ID].next),KQueueNode,list); in UADPKQueuePush() 196 pKQueueNode=(KQueueNode *)list_entry(plist,KQueueNode, list); in UADPDeleteKQueue()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvEHCI_SCHD.cxx | 652 itd = list_entry (first_itd->itd_list.next, struct ehci_itd, itd_list); in itd_free_list() 867 u = list_entry (lh, struct urb, urb_list); in get_iso_range() 978 itd = list_entry (itd->itd_list.next, struct ehci_itd, itd_list); in itd_schedule() 1011 itd = list_entry (itd->itd_list.next, struct ehci_itd, itd_list); in itd_schedule()
|
| H A D | drvHub.c | 1196 list_entry (temp, struct usb_tt_clear, clear_list, struct list_head,clear ); in hub_tt_kevent() 6158 hub = list_entry(tmp, struct usb_hub, event_list); in has_hub_events() 6298 hub = list_entry(tmp, struct usb_hub, event_list); in hub_events() 8717 hub = list_entry(tmp, struct usb_hub, event_list); in has_hub_events_EX() 8952 hub = list_entry(tmp, struct usb_hub, event_list); in hub_events_EX()
|
| H A D | drvHub_2.c | 135 hub = list_entry(tmp, struct usb_hub, event_list); in has_hub_events_Port2() 180 hub = list_entry(tmp, struct usb_hub, event_list); in hub_events_Port2()
|
| H A D | drvEhciHcd.c | 3016 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qh_completions() 3303 last = list_entry (qtd->qtd_list.prev, struct ehci_qtd, qtd_list); in qh_completions() 3375 end = list_entry (qh->qtd_list.next,struct ehci_qtd, qtd_list); in qh_completions() 3500 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qtd_list_free() 5342 qtd = list_entry (qtd_list->next, struct ehci_qtd, qtd_list); in qh_append_tds() 5552 qtd = list_entry (qh->qtd_list.prev, struct ehci_qtd, qtd_list); in qh_append_tds() 5630 qtd = list_entry (qtd_list->next, struct ehci_qtd, qtd_list); in submit_async()
|
| H A D | drvEHCIDBG.cpp | 573 list_entry (entry,struct ehci_qtd,qtd_list,struct list_head,td); in qh_lines() 797 list_entry((&p.qh->qtd_list)->next,struct ehci_qtd, qtd_list, struct list_head, qtd); in show_periodic()
|
| H A D | drvTimer.c | 170 timer = list_entry (tmp, struct timer_list, entry); in SW_Timer_Tick()
|
| H A D | drvHCD.c | 2000 urb = list_entry((&dev->urb_list)->next, struct urb, urb_list); in hcd_endpoint_disable()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/nos/ |
| H A D | drvList.h | 243 #define list_entry( _list_, _struct_, _member_ ) entry_to_container( _list_, _struct_, _member_ ) macro
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ecos/ |
| H A D | drvList.h | 243 #define list_entry( _list_, _struct_, _member_ ) entry_to_container( _list_, _struct_, _member_ ) macro
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/ |
| H A D | drvList.h | 243 #define list_entry( _list_, _struct_, _member_ ) entry_to_container( _list_, _struct_, _member_ ) macro
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | drvList.h | 243 #define list_entry( _list_, _struct_, _member_ ) entry_to_container( _list_, _struct_, _member_ ) macro
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/optee/ |
| H A D | drvList.h | 243 #define list_entry( _list_, _struct_, _member_ ) entry_to_container( _list_, _struct_, _member_ ) macro
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/ |
| H A D | drvList.h | 243 #define list_entry( _list_, _struct_, _member_ ) entry_to_container( _list_, _struct_, _member_ ) macro
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvHub.c | 1518 clear = list_entry (temp, struct usb_tt_clear, clear_list); in ms_hub_tt_kevent()
|