Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvList.h94 static __inline__ void __list_splice(struct list_head *list, in __list_splice() function
111 __list_splice(list, head); in list_splice()
118 __list_splice(list, head); in list_splice_init()
/utopia/UTPA2-700.0.x/modules/msos/msos/nos/
H A DdrvList.h242 #define __list_splice( _list_, _head_ ) ms_list_join( _list_, _head_ ) macro
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DdrvList.h242 #define __list_splice( _list_, _head_ ) ms_list_join( _list_, _head_ ) macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvList.h242 #define __list_splice( _list_, _head_ ) ms_list_join( _list_, _head_ ) macro
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvList.h242 #define __list_splice( _list_, _head_ ) ms_list_join( _list_, _head_ ) macro
/utopia/UTPA2-700.0.x/modules/msos/msos/optee/
H A DdrvList.h242 #define __list_splice( _list_, _head_ ) ms_list_join( _list_, _head_ ) macro
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DdrvList.h242 #define __list_splice( _list_, _head_ ) ms_list_join( _list_, _head_ ) macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c5497 __list_splice (qtd_list, qh->qtd_list.prev); in qh_append_tds()