Home
last modified time | relevance | path

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

12

/openbmc/u-boot/drivers/core/
H A Dlists.c23 ll_entry_start(struct driver, driver); in lists_driver_lookup_name()
39 ll_entry_start(struct uclass_driver, uclass); in lists_uclass_lookup()
54 ll_entry_start(struct driver_info, driver_info); in lists_bind_drivers()
128 struct driver *driver = ll_entry_start(struct driver, driver); in lists_bind_fdt()
H A Droot.c75 ll_entry_start(struct driver, driver); in fix_drivers()
108 ll_entry_start(struct uclass_driver, uclass); in fix_uclass()
140 ll_entry_start(struct driver_info, driver_info); in fix_devices()
/openbmc/u-boot/include/
H A Dlinker_lists.h125 #define ll_entry_start(_type, _list) \ macro
178 _type *start = ll_entry_start(_type, _list); \
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest.c154 for (test = ll_entry_start(struct efi_unit_test, efi_unit_test); in find_test()
172 for (test = ll_entry_start(struct efi_unit_test, efi_unit_test); in list_all_tests()
193 for (test = ll_entry_start(struct efi_unit_test, efi_unit_test); in efi_st_do_tests()
/openbmc/u-boot/test/env/
H A Dcmd_ut_env.c15 struct unit_test *tests = ll_entry_start(struct unit_test, env_test); in do_ut_env()
/openbmc/u-boot/test/lib/
H A Dcmd_ut_lib.c16 struct unit_test *tests = ll_entry_start(struct unit_test, lib_test); in do_ut_lib()
/openbmc/u-boot/env/
H A Denv.c19 drv = ll_entry_start(struct env_driver, env_driver); in env_fix_drivers()
39 drv = ll_entry_start(struct env_driver, env_driver); in _env_driver_lookup()
H A Dcallback.c27 for (i = 0, clbkp = ll_entry_start(struct env_clbk_tbl, env_clbk); in find_env_callback()
/openbmc/u-boot/cmd/
H A Dhelp.c13 cmd_tbl_t *start = ll_entry_start(cmd_tbl_t, cmd); in do_help()
H A Dnvedit.c492 for (i = 0, clbkp = ll_entry_start(struct env_clbk_tbl, env_clbk); in print_active_callback()
526 for (i = 0, clbkp = ll_entry_start(struct env_clbk_tbl, env_clbk); in do_env_callback()
/openbmc/u-boot/drivers/block/
H A Dblk_legacy.c12 struct blk_driver *drv = ll_entry_start(struct blk_driver, blk_driver); in blk_driver_lookup_type()
27 struct blk_driver *drv = ll_entry_start(struct blk_driver, blk_driver); in blk_driver_lookup_typename()
/openbmc/u-boot/arch/sandbox/cpu/
H A Dstate.c159 io = ll_entry_start(struct sandbox_state_io, state_io); in sandbox_read_state()
261 io = ll_entry_start(struct sandbox_state_io, state_io); in sandbox_write_state()
/openbmc/u-boot/test/dm/
H A Dtest-main.c129 struct unit_test *tests = ll_entry_start(struct unit_test, dm_test); in dm_test_main()
/openbmc/u-boot/drivers/usb/gadget/
H A Dg_dnl.c105 return ll_entry_start(struct g_dnl_bind_callback, in g_dnl_bind_callback_first()
/openbmc/u-boot/test/
H A Dbloblist.c182 struct unit_test *tests = ll_entry_start(struct unit_test, in do_ut_bloblist()
H A Dcompression.c537 struct unit_test *tests = ll_entry_start(struct unit_test, in do_ut_compression()
H A Dunicode_ut.c562 struct unit_test *tests = ll_entry_start(struct unit_test, unicode_test); in do_ut_unicode()
/openbmc/u-boot/disk/
H A Dpart.c29 ll_entry_start(struct part_driver, part_driver); in part_driver_lookup_type()
232 ll_entry_start(struct part_driver, part_driver); in part_init()
/openbmc/u-boot/common/
H A Dcommand.c121 cmd_tbl_t *start = ll_entry_start(cmd_tbl_t, cmd); in find_cmd()
260 return complete_subcmdv(ll_entry_start(cmd_tbl_t, cmd), in complete_cmdv()
H A Dlog.c293 struct log_driver *drv = ll_entry_start(struct log_driver, log_driver); in log_init()
H A Dboard_r.c326 fixup_cmdtable(ll_entry_start(cmd_tbl_t, cmd), in initr_manual_reloc_cmdtable()
/openbmc/u-boot/test/overlay/
H A Dcmd_ut_overlay.c214 struct unit_test *tests = ll_entry_start(struct unit_test, in do_ut_overlay()
/openbmc/u-boot/drivers/i2c/
H A Di2c_core.c15 struct i2c_adapter *i2c_adap_p = ll_entry_start(struct i2c_adapter, in i2c_get_adapter()
/openbmc/u-boot/lib/efi_driver/
H A Defi_uclass.c307 for (drv = ll_entry_start(struct driver, driver); in efi_driver_init()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0033-dt-Provide-a-way-to-remove-non-compliant-nodes-and-p.patch98 + ll_entry_start(struct dt_non_compliant_purge, dt_purge);

12