Searched refs:find_rsc_table (Results 1 – 3 of 3) sorted by relevance
38 struct resource_table *(*find_rsc_table) (struct rproc *rproc, member102 if (rproc->fw_ops->find_rsc_table) in rproc_find_rsc_table()103 return rproc->fw_ops->find_rsc_table(rproc, fw, tablesz); in rproc_find_rsc_table()
333 .find_rsc_table = rproc_elf_find_rsc_table,
169 .find_rsc_table = sproc_find_rsc_table,