Searched refs:tablesz (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/remoteproc/
H A Drproc-uclass.c898 int *tablesz)
913 if (tablesz)
914 *tablesz = sectionheader.sh_size;
922 int tablesz; local
928 ptable = rproc_find_resource_table(dev, addr, &tablesz);
935 rsc_table = kzalloc(tablesz, GFP_KERNEL);
945 memcpy(rsc_table, ptable, tablesz);
948 ret = handle_resources(dev, tablesz, loading_handlers);
959 memcpy(ptable, rsc_table, tablesz);
896 rproc_find_resource_table(struct udevice *dev, unsigned int addr, int *tablesz) argument
H A Dipu_rproc.c609 int tablesz; local
618 if (rproc_find_resource_table(dev, cfg->load_addr, &tablesz))
/u-boot/include/
H A Dremoteproc.h709 int *tablesz);

Completed in 123 milliseconds