Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dremoteproc.h88 struct fw_rsc_hdr { struct
/Linux-v4.19/Documentation/
Dremoteproc.txt284 * struct fw_rsc_hdr - firmware resource entry header
288 * Every resource entry begins with a 'struct fw_rsc_hdr' header providing
292 struct fw_rsc_hdr {
/Linux-v4.19/drivers/remoteproc/
Dremoteproc_debugfs.c177 struct fw_rsc_hdr *hdr = (void *)table + offset; in rproc_rsc_table_show()
Dremoteproc_core.c750 struct fw_rsc_hdr *hdr = (void *)rproc->table_ptr + offset; in rproc_handle_resources()