Searched defs:n_ents (Results 1 – 13 of 13) sorted by relevance
/external/u-boot/drivers/core/ |
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 128 const int n_ents = ll_entry_count(struct driver, driver); in lists_bind_fdt() local
|
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
|
/external/u-boot/test/env/ |
D | cmd_ut_env.c | 16 const int n_ents = ll_entry_count(struct unit_test, env_test); in do_ut_env() local
|
/external/u-boot/env/ |
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
|
/external/u-boot/test/ |
D | cmd_ut.c | 14 int cmd_ut_category(const char *name, struct unit_test *tests, int n_ents, in cmd_ut_category()
|
D | compression.c | 539 const int n_ents = ll_entry_count(struct unit_test, compression_test); in do_ut_compression() local
|
/external/u-boot/drivers/block/ |
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
|
/external/u-boot/test/dm/ |
D | test-main.c | 130 const int n_ents = ll_entry_count(struct unit_test, dm_test); in dm_test_main() local
|
/external/u-boot/disk/ |
D | part.c | 30 const int n_ents = ll_entry_count(struct part_driver, part_driver); in part_driver_lookup_type() local 230 const int n_ents = ll_entry_count(struct part_driver, part_driver); in part_init() local
|
/external/u-boot/test/overlay/ |
D | cmd_ut_overlay.c | 222 const int n_ents = ll_entry_count(struct unit_test, overlay_test); in do_ut_overlay() local
|
/external/u-boot/common/spl/ |
D | spl.c | 401 const int n_ents = in spl_ll_find_loader() local
|
/external/u-boot/drivers/usb/host/ |
D | usb-uclass.c | 500 int n_ents; in usb_find_and_bind_driver() local
|
/external/u-boot/drivers/pci/ |
D | pci-uclass.c | 646 int n_ents; in pci_find_and_bind_driver() local
|