Searched refs:tablesz (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/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 | 785 int ret, tablesz; in rproc_fw_boot() local 810 table = rproc_find_rsc_table(rproc, fw, &tablesz); in rproc_fw_boot() 816 if (rproc->table_csum != crc32(0, table, tablesz)) { in rproc_fw_boot() 822 ret = rproc_handle_resources(rproc, tablesz, rproc_loading_handlers); in rproc_fw_boot() 848 memcpy(loaded_table, rproc->cached_table, tablesz); in rproc_fw_boot() 888 int ret, tablesz; in rproc_fw_config_virtio() local 894 table = rproc_find_rsc_table(rproc, fw, &tablesz); in rproc_fw_config_virtio() 898 rproc->table_csum = crc32(0, table, tablesz); in rproc_fw_config_virtio() 906 rproc->cached_table = kmemdup(table, tablesz, GFP_KERNEL); in rproc_fw_config_virtio() 914 ret = rproc_handle_resources(rproc, tablesz, rproc_count_vrings_handler); 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 | 87 int *tablesz) in sproc_find_rsc_table() argument 142 *tablesz = entry->size; in sproc_find_rsc_table()
|