/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() local 40 const int n_ents = ll_entry_count(struct uclass_driver, uclass); in lists_uclass_lookup() local 55 const int n_ents = ll_entry_count(struct driver_info, driver_info); in lists_bind_drivers() local 129 const int n_ents = ll_entry_count(struct driver, driver); in lists_bind_fdt() local
|
H A D | root.c | 76 const int n_ents = ll_entry_count(struct driver, driver); in fix_drivers() local 109 const int n_ents = ll_entry_count(struct uclass_driver, uclass); in fix_uclass() local 141 const int n_ents = ll_entry_count(struct driver_info, driver_info); in fix_devices() local
|
/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() local 36 const int n_ents = ll_entry_count(struct env_driver, env_driver); in _env_driver_lookup() local
|
/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() local
|
/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() local
|
/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() local 28 const int n_ents = ll_entry_count(struct blk_driver, blk_driver); in blk_driver_lookup_typename() local
|
/openbmc/u-boot/test/ |
H A D | cmd_ut.c | 14 int cmd_ut_category(const char *name, struct unit_test *tests, int n_ents, in cmd_ut_category()
|
H A D | bloblist.c | 184 const int n_ents = ll_entry_count(struct unit_test, bloblist_test); in do_ut_bloblist() local
|
H A D | unicode_ut.c | 563 const int n_ents = ll_entry_count(struct unit_test, unicode_test); in do_ut_unicode() local
|
H A D | compression.c | 539 const int n_ents = ll_entry_count(struct unit_test, compression_test); in do_ut_compression() local
|
/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() local 233 const int n_ents = ll_entry_count(struct part_driver, part_driver); in part_init() local
|
/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() local
|
/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() local
|
/openbmc/u-boot/common/spl/ |
H A D | spl.c | 526 const int n_ents = in spl_ll_find_loader() local
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | usb-uclass.c | 500 int n_ents; in usb_find_and_bind_driver() local
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci-uclass.c | 667 int n_ents; in pci_find_and_bind_driver() local
|