Searched refs:list_for_each_safe (Results 1 – 10 of 10) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvList.h | 133 #define list_for_each_safe(pos, n, head) \ macro
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvBus.c | 186 list_for_each_safe(entry,next,&drv->devices) { in driver_detach()
|
| H A D | drvEhciHcd.c | 3011 list_for_each_safe (entry, tmp, &qh->qtd_list) { in qh_completions() 3449 list_for_each_safe (entry, temp, qtd_list) { in qtd_list_free()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/nos/ |
| H A D | drvList.h | 244 #define list_for_each_safe(_item_, _temp_, _list_) list_for_loop_ex(_item_, _temp_, _list_) macro
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ecos/ |
| H A D | drvList.h | 244 #define list_for_each_safe(_item_, _temp_, _list_) list_for_loop_ex(_item_, _temp_, _list_) macro
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/ |
| H A D | drvList.h | 244 #define list_for_each_safe(_item_, _temp_, _list_) list_for_loop_ex(_item_, _temp_, _list_) macro
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | drvList.h | 244 #define list_for_each_safe(_item_, _temp_, _list_) list_for_loop_ex(_item_, _temp_, _list_) macro
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/optee/ |
| H A D | drvList.h | 244 #define list_for_each_safe(_item_, _temp_, _list_) list_for_loop_ex(_item_, _temp_, _list_) macro
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/ |
| H A D | drvList.h | 244 #define list_for_each_safe(_item_, _temp_, _list_) list_for_loop_ex(_item_, _temp_, _list_) macro
|
| /utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux_kernel/ |
| H A D | utopia_adp.c | 194 list_for_each_safe(plist,temp,&KQueue_head_list[i]) in UADPDeleteKQueue()
|