Home
last modified time | relevance | path

Searched refs:list_entry (Results 1 – 16 of 16) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/linux/
H A DdrvList.h170 #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 Dutopia_adp.c55 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 DdrvEHCI_SCHD.cxx652 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 DdrvHub.c1196 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 DdrvHub_2.c135 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 DdrvEhciHcd.c3016 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 DdrvEHCIDBG.cpp573 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 DdrvTimer.c170 timer = list_entry (tmp, struct timer_list, entry); in SW_Timer_Tick()
H A DdrvHCD.c2000 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 DdrvList.h243 #define list_entry( _list_, _struct_, _member_ ) entry_to_container( _list_, _struct_, _member_ ) macro
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DdrvList.h243 #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 DdrvList.h243 #define list_entry( _list_, _struct_, _member_ ) entry_to_container( _list_, _struct_, _member_ ) macro
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvList.h243 #define list_entry( _list_, _struct_, _member_ ) entry_to_container( _list_, _struct_, _member_ ) macro
/utopia/UTPA2-700.0.x/modules/msos/msos/optee/
H A DdrvList.h243 #define list_entry( _list_, _struct_, _member_ ) entry_to_container( _list_, _struct_, _member_ ) macro
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DdrvList.h243 #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 DdrvHub.c1518 clear = list_entry (temp, struct usb_tt_clear, clear_list); in ms_hub_tt_kevent()