Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/remoteproc/
Dremoteproc_internal.h38 struct resource_table *(*find_rsc_table) (struct rproc *rproc, member
102 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()
Dremoteproc_elf_loader.c333 .find_rsc_table = rproc_elf_find_rsc_table,
Dste_modem_rproc.c169 .find_rsc_table = sproc_find_rsc_table,