Home
last modified time | relevance | path

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

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