| /utopia/UTPA2-700.0.x/modules/msos/msos/nos/ |
| H A D | drvList.h | 223 #define list_for_each_entry(_list_, _head_, _item_) \ argument 224 for ((_list_) = entry_to_container((_head_)->next, typeof(*_list_), _item_); \ 225 &((_list_)->_item_) != (_head_); \ 242 #define __list_splice( _list_, _head_ ) ms_list_join( _list_, _head_ ) argument
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ecos/ |
| H A D | drvList.h | 223 #define list_for_each_entry(_list_, _head_, _item_) \ argument 224 for ((_list_) = entry_to_container((_head_)->next, typeof(*_list_), _item_); \ 225 &((_list_)->_item_) != (_head_); \ 242 #define __list_splice( _list_, _head_ ) ms_list_join( _list_, _head_ ) argument
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/ |
| H A D | drvList.h | 223 #define list_for_each_entry(_list_, _head_, _item_) \ argument 224 for ((_list_) = entry_to_container((_head_)->next, typeof(*_list_), _item_); \ 225 &((_list_)->_item_) != (_head_); \ 242 #define __list_splice( _list_, _head_ ) ms_list_join( _list_, _head_ ) argument
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | drvList.h | 223 #define list_for_each_entry(_list_, _head_, _item_) \ argument 224 for ((_list_) = entry_to_container((_head_)->next, typeof(*_list_), _item_); \ 225 &((_list_)->_item_) != (_head_); \ 242 #define __list_splice( _list_, _head_ ) ms_list_join( _list_, _head_ ) argument
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/optee/ |
| H A D | drvList.h | 223 #define list_for_each_entry(_list_, _head_, _item_) \ argument 224 for ((_list_) = entry_to_container((_head_)->next, typeof(*_list_), _item_); \ 225 &((_list_)->_item_) != (_head_); \ 242 #define __list_splice( _list_, _head_ ) ms_list_join( _list_, _head_ ) argument
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/ |
| H A D | drvList.h | 223 #define list_for_each_entry(_list_, _head_, _item_) \ argument 224 for ((_list_) = entry_to_container((_head_)->next, typeof(*_list_), _item_); \ 225 &((_list_)->_item_) != (_head_); \ 242 #define __list_splice( _list_, _head_ ) ms_list_join( _list_, _head_ ) argument
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/linux/ |
| H A D | drvList.h | 181 #define list_for_each_entry(_list_, _head_, _item_) \ argument 182 for ((_list_) = list_entry((_head_)->next, typeof(*_list_), _item_); \ 183 &((_list_)->_item_) != (_head_); \
|