Home
last modified time | relevance | path

Searched refs:ll_entry_count (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/u-boot/drivers/core/
H A Dlists.c24 const int n_ents = ll_entry_count(struct driver, driver); in lists_driver_lookup_name()
40 const int n_ents = ll_entry_count(struct uclass_driver, uclass); in lists_uclass_lookup()
55 const int n_ents = ll_entry_count(struct driver_info, driver_info); in lists_bind_drivers()
129 const int n_ents = ll_entry_count(struct driver, driver); in lists_bind_fdt()
H A Droot.c76 const int n_ents = ll_entry_count(struct driver, driver); in fix_drivers()
109 const int n_ents = ll_entry_count(struct uclass_driver, uclass); in fix_uclass()
141 const int n_ents = ll_entry_count(struct driver_info, driver_info); in fix_devices()
/openbmc/u-boot/test/lib/
H A Dcmd_ut_lib.c17 const int n_ents = ll_entry_count(struct unit_test, lib_test); in do_ut_lib()
/openbmc/u-boot/test/env/
H A Dcmd_ut_env.c16 const int n_ents = ll_entry_count(struct unit_test, env_test); in do_ut_env()
/openbmc/u-boot/cmd/
H A Dhelp.c14 const int len = ll_entry_count(cmd_tbl_t, cmd); in do_help()
H A Dnvedit.c491 num_callbacks = ll_entry_count(struct env_clbk_tbl, env_clbk); in print_active_callback()
525 num_callbacks = ll_entry_count(struct env_clbk_tbl, env_clbk); in do_env_callback()
/openbmc/u-boot/env/
H A Denv.c16 const int n_ents = ll_entry_count(struct env_driver, env_driver); in env_fix_drivers()
36 const int n_ents = ll_entry_count(struct env_driver, env_driver); in _env_driver_lookup()
H A Dcallback.c21 int num_callbacks = ll_entry_count(struct env_clbk_tbl, env_clbk); in find_env_callback()
/openbmc/u-boot/drivers/i2c/
H A Di2c_core.c17 int max = ll_entry_count(struct i2c_adapter, i2c); in i2c_get_adapter()
248 max = ll_entry_count(struct i2c_adapter, i2c); in i2c_set_bus_num()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest.c274 ll_entry_count(struct efi_unit_test, in efi_selftest()
279 ll_entry_count(struct efi_unit_test, in efi_selftest()
/openbmc/u-boot/include/
H A Dlinker_lists.h176 #define ll_entry_count(_type, _list) \ macro
H A Di2c.h616 #define CONFIG_SYS_NUM_I2C_BUSES ll_entry_count(struct i2c_adapter, i2c)
/openbmc/u-boot/drivers/block/
H A Dblk_legacy.c13 const int n_ents = ll_entry_count(struct blk_driver, blk_driver); in blk_driver_lookup_type()
28 const int n_ents = ll_entry_count(struct blk_driver, blk_driver); in blk_driver_lookup_typename()
/openbmc/u-boot/test/dm/
H A Dtest-main.c130 const int n_ents = ll_entry_count(struct unit_test, dm_test); in dm_test_main()
/openbmc/u-boot/test/
H A Dbloblist.c184 const int n_ents = ll_entry_count(struct unit_test, bloblist_test); in do_ut_bloblist()
H A Dcompression.c539 const int n_ents = ll_entry_count(struct unit_test, compression_test); in do_ut_compression()
H A Dunicode_ut.c563 const int n_ents = ll_entry_count(struct unit_test, unicode_test); in do_ut_unicode()
/openbmc/u-boot/common/
H A Dcommand.c122 const int len = ll_entry_count(cmd_tbl_t, cmd); in find_cmd()
261 ll_entry_count(cmd_tbl_t, cmd), argc, argv, in complete_cmdv()
H A Dlog.c294 const int count = ll_entry_count(struct log_driver, log_driver); in log_init()
H A Dboard_r.c327 ll_entry_count(cmd_tbl_t, cmd)); in initr_manual_reloc_cmdtable()
/openbmc/u-boot/disk/
H A Dpart.c30 const int n_ents = ll_entry_count(struct part_driver, part_driver); in part_driver_lookup_type()
233 const int n_ents = ll_entry_count(struct part_driver, part_driver); in part_init()
/openbmc/u-boot/test/overlay/
H A Dcmd_ut_overlay.c216 const int n_ents = ll_entry_count(struct unit_test, overlay_test); in do_ut_overlay()
/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.patch99 + int nentries = ll_entry_count(struct dt_non_compliant_purge, dt_purge);
/openbmc/u-boot/common/spl/
H A Dspl.c527 ll_entry_count(struct spl_image_loader, spl_image_loader); in spl_ll_find_loader()
/openbmc/u-boot/drivers/usb/host/
H A Dusb-uclass.c507 n_ents = ll_entry_count(struct usb_driver_entry, usb_driver_entry); in usb_find_and_bind_driver()

12