Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dremoteproc.h88 struct fw_rsc_hdr { struct
/linux-4.4.14/Documentation/
Dremoteproc.txt235 * struct fw_rsc_hdr - firmware resource entry header
239 * Every resource entry begins with a 'struct fw_rsc_hdr' header providing
243 struct fw_rsc_hdr {
/linux-4.4.14/drivers/remoteproc/
Dremoteproc_core.c719 struct fw_rsc_hdr *hdr = (void *)rproc->table_ptr + offset; in rproc_handle_resources()