Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/staging/
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-v6.6/include/linux/
Dremoteproc.h89 struct fw_rsc_hdr { struct
/Linux-v6.6/drivers/remoteproc/
Dremoteproc_debugfs.c293 struct fw_rsc_hdr *hdr = (void *)table + offset; in rproc_rsc_table_show()
Dremoteproc_core.c1031 struct fw_rsc_hdr *hdr = (void *)rproc->table_ptr + offset; in rproc_handle_resources()