Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dlinker_lists.h222 #define ll_entry_end(_type, _list) \ macro
247 _type *end = ll_entry_end(_type, _list); \
/OK3568_Linux_fs/u-boot/arch/sandbox/cpu/
H A Dstate.c160 for (; io < ll_entry_end(struct sandbox_state_io, state_io); io++) { in sandbox_read_state()
263 for (; io < ll_entry_end(struct sandbox_state_io, state_io); io++) { in sandbox_write_state()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dg_dnl.c113 return ll_entry_end(struct g_dnl_bind_callback, in g_dnl_bind_callback_end()