Home
last modified time | relevance | path

Searched refs:ll_entry_start (Results 1 – 25 of 41) sorted by relevance

12

/u-boot/include/
A Dlinker_lists.h125 #define ll_entry_start(_type, _list) \ macro
179 _type *start = ll_entry_start(_type, _list); \
A Dpart.h507 return ll_entry_start(struct part_driver, part_driver); in part_driver_get_first()
/u-boot/drivers/core/
A Ddump.c104 struct driver *d = ll_entry_start(struct driver, driver); in dm_dump_driver_compat()
128 struct driver *d = ll_entry_start(struct driver, driver); in dm_dump_drivers()
166 struct driver_info *drv = ll_entry_start(struct driver_info, in dm_dump_static_driver_info()
A Dlists.c26 ll_entry_start(struct driver, driver); in lists_driver_lookup_name()
42 ll_entry_start(struct uclass_driver, uclass_driver); in lists_uclass_lookup()
57 ll_entry_start(struct driver_info, driver_info); in bind_drivers_pass()
187 struct driver *driver = ll_entry_start(struct driver, driver); in lists_bind_fdt()
A Droot.c57 ll_entry_start(struct driver, driver); in fix_drivers()
90 ll_entry_start(struct uclass_driver, uclass_driver); in fix_uclass()
122 ll_entry_start(struct driver_info, driver_info); in fix_devices()
/u-boot/lib/efi_selftest/
A Defi_selftest.c158 for (test = ll_entry_start(struct efi_unit_test, efi_unit_test); in need_reset()
179 for (test = ll_entry_start(struct efi_unit_test, efi_unit_test); in find_test()
197 for (test = ll_entry_start(struct efi_unit_test, efi_unit_test); in list_all_tests()
218 for (test = ll_entry_start(struct efi_unit_test, efi_unit_test); in efi_st_do_tests()
/u-boot/test/env/
A Dcmd_ut_env.c15 struct unit_test *tests = ll_entry_start(struct unit_test, env_test); in do_ut_env()
/u-boot/test/cmd/
A Dmem.c15 struct unit_test *tests = ll_entry_start(struct unit_test, mem_test); in do_ut_mem()
A Daddrmap.c32 struct unit_test *tests = ll_entry_start(struct unit_test, in do_ut_addrmap()
/u-boot/test/lib/
A Dcmd_ut_lib.c16 struct unit_test *tests = ll_entry_start(struct unit_test, lib_test); in do_ut_lib()
/u-boot/test/log/
A Dtest-main.c16 struct unit_test *tests = ll_entry_start(struct unit_test, log_test); in do_ut_log()
/u-boot/cmd/
A Dhelp.c14 struct cmd_tbl *start = ll_entry_start(struct cmd_tbl, cmd); in do_help()
A Dlsblk.c14 struct driver *d = ll_entry_start(struct driver, driver); in do_lsblk()
A Dpart.c187 struct part_driver *drv = ll_entry_start(struct part_driver, in do_part_types()
/u-boot/env/
A Denv.c24 drv = ll_entry_start(struct env_driver, env_driver); in env_fix_drivers()
46 drv = ll_entry_start(struct env_driver, env_driver); in _env_driver_lookup()
364 drv = ll_entry_start(struct env_driver, env_driver); in env_select()
A Dcallback.c29 for (i = 0, clbkp = ll_entry_start(struct env_clbk_tbl, env_clbk); in find_env_callback()
/u-boot/drivers/block/
A Dblk_legacy.c14 struct blk_driver *drv = ll_entry_start(struct blk_driver, blk_driver); in blk_driver_lookup_type()
29 struct blk_driver *drv = ll_entry_start(struct blk_driver, blk_driver); in blk_driver_lookup_typename()
/u-boot/test/
A Dstr_ut.c110 struct unit_test *tests = ll_entry_start(struct unit_test, in do_ut_str()
A Dbootm.c243 struct unit_test *tests = ll_entry_start(struct unit_test, bootm_test); in do_ut_bootm()
/u-boot/test/optee/
A Dcmd_ut_optee.c97 struct unit_test *tests = ll_entry_start(struct unit_test, in do_ut_optee()
/u-boot/arch/sandbox/cpu/
A Dstate.c161 io = ll_entry_start(struct sandbox_state_io, state_io); in sandbox_read_state()
263 io = ll_entry_start(struct sandbox_state_io, state_io); in sandbox_write_state()
/u-boot/test/dm/
A Dtest-main.c151 struct unit_test *tests = ll_entry_start(struct unit_test, dm_test); in dm_test_main()
/u-boot/drivers/usb/gadget/
A Dg_dnl.c114 return ll_entry_start(struct g_dnl_bind_callback, in g_dnl_bind_callback_first()
/u-boot/drivers/i2c/
A Di2c_core.c17 struct i2c_adapter *i2c_adap_p = ll_entry_start(struct i2c_adapter, in i2c_get_adapter()
/u-boot/test/overlay/
A Dcmd_ut_overlay.c216 struct unit_test *tests = ll_entry_start(struct unit_test, in do_ut_overlay()

Completed in 19 milliseconds

12