Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/linux/
H A DdrvList.h175 #define list_for_each( _ent_, _list_ ) \ argument
176 for ( (_ent_) = (_list_)->next; \
177 (_ent_) != (_list_); \
178 (_ent_) = (_ent_)->next )