| /openbmc/u-boot/drivers/core/ |
| H A D | lists.c | 24 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 D | root.c | 76 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 D | cmd_ut_lib.c | 17 const int n_ents = ll_entry_count(struct unit_test, lib_test); in do_ut_lib()
|
| /openbmc/u-boot/test/env/ |
| H A D | cmd_ut_env.c | 16 const int n_ents = ll_entry_count(struct unit_test, env_test); in do_ut_env()
|
| /openbmc/u-boot/cmd/ |
| H A D | help.c | 14 const int len = ll_entry_count(cmd_tbl_t, cmd); in do_help()
|
| H A D | nvedit.c | 491 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 D | env.c | 16 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 D | callback.c | 21 int num_callbacks = ll_entry_count(struct env_clbk_tbl, env_clbk); in find_env_callback()
|
| /openbmc/u-boot/drivers/i2c/ |
| H A D | i2c_core.c | 17 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 D | efi_selftest.c | 274 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 D | linker_lists.h | 176 #define ll_entry_count(_type, _list) \ macro
|
| H A D | i2c.h | 616 #define CONFIG_SYS_NUM_I2C_BUSES ll_entry_count(struct i2c_adapter, i2c)
|
| /openbmc/u-boot/drivers/block/ |
| H A D | blk_legacy.c | 13 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 D | test-main.c | 130 const int n_ents = ll_entry_count(struct unit_test, dm_test); in dm_test_main()
|
| /openbmc/u-boot/test/ |
| H A D | bloblist.c | 184 const int n_ents = ll_entry_count(struct unit_test, bloblist_test); in do_ut_bloblist()
|
| H A D | compression.c | 539 const int n_ents = ll_entry_count(struct unit_test, compression_test); in do_ut_compression()
|
| H A D | unicode_ut.c | 563 const int n_ents = ll_entry_count(struct unit_test, unicode_test); in do_ut_unicode()
|
| /openbmc/u-boot/common/ |
| H A D | command.c | 122 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 D | log.c | 294 const int count = ll_entry_count(struct log_driver, log_driver); in log_init()
|
| H A D | board_r.c | 327 ll_entry_count(cmd_tbl_t, cmd)); in initr_manual_reloc_cmdtable()
|
| /openbmc/u-boot/disk/ |
| H A D | part.c | 30 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 D | cmd_ut_overlay.c | 216 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 D | 0033-dt-Provide-a-way-to-remove-non-compliant-nodes-and-p.patch | 99 + int nentries = ll_entry_count(struct dt_non_compliant_purge, dt_purge);
|
| /openbmc/u-boot/common/spl/ |
| H A D | spl.c | 527 ll_entry_count(struct spl_image_loader, spl_image_loader); in spl_ll_find_loader()
|
| /openbmc/u-boot/drivers/usb/host/ |
| H A D | usb-uclass.c | 507 n_ents = ll_entry_count(struct usb_driver_entry, usb_driver_entry); in usb_find_and_bind_driver()
|