Home
last modified time | relevance | path

Searched refs:list_for_loop_ex (Results 1 – 8 of 8) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/nos/
H A DdrvList.h228 #define list_for_loop_ex(_item_, _temp_, _list_) \ macro
244 #define list_for_each_safe(_item_, _temp_, _list_) list_for_loop_ex(_item_, _temp_, _list_)
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DdrvList.h228 #define list_for_loop_ex(_item_, _temp_, _list_) \ macro
244 #define list_for_each_safe(_item_, _temp_, _list_) list_for_loop_ex(_item_, _temp_, _list_)
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvList.h228 #define list_for_loop_ex(_item_, _temp_, _list_) \ macro
244 #define list_for_each_safe(_item_, _temp_, _list_) list_for_loop_ex(_item_, _temp_, _list_)
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvList.h228 #define list_for_loop_ex(_item_, _temp_, _list_) \ macro
244 #define list_for_each_safe(_item_, _temp_, _list_) list_for_loop_ex(_item_, _temp_, _list_)
/utopia/UTPA2-700.0.x/modules/msos/msos/optee/
H A DdrvList.h228 #define list_for_loop_ex(_item_, _temp_, _list_) \ macro
244 #define list_for_each_safe(_item_, _temp_, _list_) list_for_loop_ex(_item_, _temp_, _list_)
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DdrvList.h228 #define list_for_loop_ex(_item_, _temp_, _list_) \ macro
244 #define list_for_each_safe(_item_, _temp_, _list_) list_for_loop_ex(_item_, _temp_, _list_)
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvBus.c228 list_for_loop_ex(entry,next,&ms_drv->devices) in ms_driver_detach()
H A DdrvEhciHcd.c1121 list_for_loop_ex (entry, tmp, &pQh->qtd_list) in ms_qh_completions()
1303 list_for_loop_ex (pEntry, pTemp, qtd_list) in ms_qtd_register_free()
2210 list_for_loop_ex (entry, tmp, &qh->qtd_list) { in dbg_timeout_async()