Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/staging/
H A Dremoteproc.rst284 * 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 {
/OK3568_Linux_fs/kernel/include/linux/
H A Dremoteproc.h89 struct fw_rsc_hdr { struct
/OK3568_Linux_fs/kernel/drivers/remoteproc/
H A Dremoteproc_debugfs.c293 struct fw_rsc_hdr *hdr = (void *)table + offset; in rproc_rsc_table_show()
H A Dremoteproc_core.c1130 struct fw_rsc_hdr *hdr = (void *)rproc->table_ptr + offset; in rproc_handle_resources()