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

/linux-4.1.27/drivers/remoteproc/
H A Dremoteproc_internal.h30 * @find_rsc_table: find the resource table inside the firmware image
38 struct resource_table *(*find_rsc_table) (struct rproc *rproc, member in struct:rproc_fw_ops
102 if (rproc->fw_ops->find_rsc_table) rproc_find_rsc_table()
103 return rproc->fw_ops->find_rsc_table(rproc, fw, tablesz); rproc_find_rsc_table()
H A Dste_modem_rproc.c169 .find_rsc_table = sproc_find_rsc_table,
H A Dremoteproc_elf_loader.c333 .find_rsc_table = rproc_elf_find_rsc_table,

Completed in 97 milliseconds