Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dremoteproc.h88 struct fw_rsc_hdr { struct
/linux-4.1.27/Documentation/
Dremoteproc.txt229 * struct fw_rsc_hdr - firmware resource entry header
233 * Every resource entry begins with a 'struct fw_rsc_hdr' header providing
237 struct fw_rsc_hdr {
/linux-4.1.27/drivers/remoteproc/
Dremoteproc_core.c705 struct fw_rsc_hdr *hdr = (void *)rproc->table_ptr + offset; in rproc_handle_resources()