Searched refs:tablesz (Results 1 – 4 of 4) sorted by relevance
/drivers/remoteproc/ |
D | remoteproc_internal.h | 40 int *tablesz); 100 const struct firmware *fw, int *tablesz) in rproc_find_rsc_table() argument 103 return rproc->fw_ops->find_rsc_table(rproc, fw, tablesz); in rproc_find_rsc_table()
|
D | remoteproc_core.c | 800 int ret, tablesz; in rproc_fw_boot() local 825 table = rproc_find_rsc_table(rproc, fw, &tablesz); in rproc_fw_boot() 830 if (rproc->table_csum != crc32(0, table, tablesz)) { in rproc_fw_boot() 836 ret = rproc_handle_resources(rproc, tablesz, rproc_loading_handlers); in rproc_fw_boot() 862 memcpy(loaded_table, rproc->cached_table, tablesz); in rproc_fw_boot() 902 int ret, tablesz; in rproc_fw_config_virtio() local 908 table = rproc_find_rsc_table(rproc, fw, &tablesz); in rproc_fw_config_virtio() 912 rproc->table_csum = crc32(0, table, tablesz); in rproc_fw_config_virtio() 920 rproc->cached_table = kmemdup(table, tablesz, GFP_KERNEL); in rproc_fw_config_virtio() 928 ret = rproc_handle_resources(rproc, tablesz, in rproc_fw_config_virtio() [all …]
|
D | remoteproc_elf_loader.c | 287 int *tablesz) argument 302 *tablesz = shdr->sh_size;
|
D | ste_modem_rproc.c | 86 int *tablesz) in sproc_find_rsc_table() argument 141 *tablesz = entry->size; in sproc_find_rsc_table()
|