Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dlinker_lists.h151 #define ll_entry_end(_type, _list) \ macro
179 _type *end = ll_entry_end(_type, _list); \
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest.c155 test < ll_entry_end(struct efi_unit_test, efi_unit_test); ++test) { in find_test()
173 test < ll_entry_end(struct efi_unit_test, efi_unit_test); ++test) { in list_all_tests()
194 test < ll_entry_end(struct efi_unit_test, efi_unit_test); in efi_st_do_tests()
/openbmc/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()
/openbmc/u-boot/drivers/usb/gadget/
H A Dg_dnl.c111 return ll_entry_end(struct g_dnl_bind_callback, in g_dnl_bind_callback_end()
/openbmc/u-boot/lib/efi_driver/
H A Defi_uclass.c308 drv < ll_entry_end(struct driver, driver); ++drv) { in efi_driver_init()