Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/core/
H A Dlists.c25 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 Droot.c77 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 Di2c_core.c18 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 Dhelp.c15 const int len = ll_entry_count(cmd_tbl_t, cmd); in do_help()
H A Dnvedit.c839 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 Dblk_legacy.c14 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 Dcmd_ut_env.c17 const int n_ents = ll_entry_count(struct unit_test, env_test); in do_ut_env()
/OK3568_Linux_fs/u-boot/include/
H A Dlinker_lists.h244 #define ll_entry_count(_type, _list) \ macro
H A Di2c.h577 #define CONFIG_SYS_NUM_I2C_BUSES ll_entry_count(struct i2c_adapter, i2c)
/OK3568_Linux_fs/u-boot/env/
H A Dcallback.c22 int num_callbacks = ll_entry_count(struct env_clbk_tbl, env_clbk); in find_env_callback()
H A Denv.c16 const int n_ents = ll_entry_count(struct env_driver, env_driver); in env_driver_lookup()
/OK3568_Linux_fs/u-boot/common/
H A Dcommand.c121 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 Dlog.c218 const int count = ll_entry_count(struct log_driver, log_driver); in log_init()
H A Dboard_r.c377 ll_entry_count(cmd_tbl_t, cmd)); in initr_manual_reloc_cmdtable()
H A Dimage.c1337 ll_entry_count(struct fit_loadable_tbl, fit_loadable); in fit_loadable_process()
/OK3568_Linux_fs/u-boot/test/dm/
H A Dtest-main.c131 const int n_ents = ll_entry_count(struct unit_test, dm_test); in dm_test_main()
/OK3568_Linux_fs/u-boot/disk/
H A Dpart.c38 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 Dcmd_ut_overlay.c222 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 Dspl.c409 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 Dusb-uclass.c507 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 Dpci-uclass.c599 n_ents = ll_entry_count(struct pci_driver_entry, pci_driver_entry); in pci_find_and_bind_driver()