| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | lists.c | 25 const int n_ents = ll_entry_count(struct driver, driver); in lists_driver_lookup_name() 41 const int n_ents = ll_entry_count(struct uclass_driver, uclass); in lists_uclass_lookup() 56 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 | 77 const int n_ents = ll_entry_count(struct driver, driver); in fix_drivers() 110 const int n_ents = ll_entry_count(struct uclass_driver, uclass); in fix_uclass() 142 const int n_ents = ll_entry_count(struct driver_info, driver_info); in fix_devices()
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | i2c_core.c | 18 int max = ll_entry_count(struct i2c_adapter, i2c); in i2c_get_adapter() 249 max = ll_entry_count(struct i2c_adapter, i2c); in i2c_set_bus_num()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | help.c | 15 const int len = ll_entry_count(cmd_tbl_t, cmd); in do_help()
|
| H A D | nvedit.c | 839 num_callbacks = ll_entry_count(struct env_clbk_tbl, env_clbk); in print_active_callback() 873 num_callbacks = ll_entry_count(struct env_clbk_tbl, env_clbk); in do_env_callback()
|
| /OK3568_Linux_fs/u-boot/drivers/block/ |
| H A D | blk_legacy.c | 14 const int n_ents = ll_entry_count(struct blk_driver, blk_driver); in blk_driver_lookup_type() 29 const int n_ents = ll_entry_count(struct blk_driver, blk_driver); in blk_driver_lookup_typename()
|
| /OK3568_Linux_fs/u-boot/test/env/ |
| H A D | cmd_ut_env.c | 17 const int n_ents = ll_entry_count(struct unit_test, env_test); in do_ut_env()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | linker_lists.h | 244 #define ll_entry_count(_type, _list) \ macro
|
| H A D | i2c.h | 577 #define CONFIG_SYS_NUM_I2C_BUSES ll_entry_count(struct i2c_adapter, i2c)
|
| /OK3568_Linux_fs/u-boot/env/ |
| H A D | callback.c | 22 int num_callbacks = ll_entry_count(struct env_clbk_tbl, env_clbk); in find_env_callback()
|
| H A D | env.c | 16 const int n_ents = ll_entry_count(struct env_driver, env_driver); in env_driver_lookup()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | command.c | 121 const int len = ll_entry_count(cmd_tbl_t, cmd); in find_cmd() 167 const int count = ll_entry_count(cmd_tbl_t, cmd); in complete_cmdv()
|
| H A D | log.c | 218 const int count = ll_entry_count(struct log_driver, log_driver); in log_init()
|
| H A D | board_r.c | 377 ll_entry_count(cmd_tbl_t, cmd)); in initr_manual_reloc_cmdtable()
|
| H A D | image.c | 1337 ll_entry_count(struct fit_loadable_tbl, fit_loadable); in fit_loadable_process()
|
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | test-main.c | 131 const int n_ents = ll_entry_count(struct unit_test, dm_test); in dm_test_main()
|
| /OK3568_Linux_fs/u-boot/disk/ |
| H A D | part.c | 38 const int n_ents = ll_entry_count(struct part_driver, part_driver); in part_driver_lookup_type() 241 const int n_ents = ll_entry_count(struct part_driver, part_driver); in part_init()
|
| /OK3568_Linux_fs/u-boot/test/overlay/ |
| H A D | cmd_ut_overlay.c | 222 const int n_ents = ll_entry_count(struct unit_test, overlay_test); in do_ut_overlay()
|
| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl.c | 409 ll_entry_count(struct spl_image_loader, spl_image_loader); in spl_ll_find_loader()
|
| /OK3568_Linux_fs/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()
|
| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | pci-uclass.c | 599 n_ents = ll_entry_count(struct pci_driver_entry, pci_driver_entry); in pci_find_and_bind_driver()
|