Home
last modified time | relevance | path

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

/linux/Documentation/staging/
H A Dremoteproc.rst285 * struct fw_rsc_hdr - firmware resource entry header
289 * Every resource entry begins with a 'struct fw_rsc_hdr' header providing
293 struct fw_rsc_hdr {
/linux/include/linux/
H A Dremoteproc.h89 struct fw_rsc_hdr { struct
/linux/drivers/remoteproc/
H A Dremoteproc_debugfs.c293 struct fw_rsc_hdr *hdr = (void *)table + offset; in rproc_rsc_table_show()
H A Dremoteproc_core.c1032 struct fw_rsc_hdr *hdr = (void *)rproc->table_ptr + offset; in rproc_handle_resources()