Symbol: rsc_offset
drivers/remoteproc/remoteproc_core.c
1162
if (entry->rsc_offset != FW_RSC_ADDR_ANY) {
drivers/remoteproc/remoteproc_core.c
1164
rsc = (void *)rproc->table_ptr + entry->rsc_offset;
drivers/remoteproc/remoteproc_core.c
334
rsc = (void *)rproc->table_ptr + rvdev->rsc_offset;
drivers/remoteproc/remoteproc_core.c
426
rsc = (void *)rproc->table_ptr + rvring->rvdev->rsc_offset;
drivers/remoteproc/remoteproc_core.c
505
rvdev_data.rsc_offset = offset;
drivers/remoteproc/remoteproc_core.c
847
if (carveout->rsc_offset != FW_RSC_ADDR_ANY) {
drivers/remoteproc/remoteproc_core.c
857
carveout->rsc_offset = offset;
drivers/remoteproc/remoteproc_core.c
873
carveout->rsc_offset = offset;
drivers/remoteproc/remoteproc_core.c
930
mem->rsc_offset = FW_RSC_ADDR_ANY;
drivers/remoteproc/remoteproc_core.c
969
mem->rsc_offset = FW_RSC_ADDR_ANY;
drivers/remoteproc/remoteproc_internal.h
36
u32 rsc_offset;
drivers/remoteproc/remoteproc_virtio.c
160
rsc = (void *)rproc->table_ptr + rvdev->rsc_offset;
drivers/remoteproc/remoteproc_virtio.c
218
rsc = (void *)rvdev->rproc->table_ptr + rvdev->rsc_offset;
drivers/remoteproc/remoteproc_virtio.c
228
rsc = (void *)rvdev->rproc->table_ptr + rvdev->rsc_offset;
drivers/remoteproc/remoteproc_virtio.c
239
rsc = (void *)rvdev->rproc->table_ptr + rvdev->rsc_offset;
drivers/remoteproc/remoteproc_virtio.c
251
rsc = (void *)rvdev->rproc->table_ptr + rvdev->rsc_offset;
drivers/remoteproc/remoteproc_virtio.c
271
rsc = (void *)rvdev->rproc->table_ptr + rvdev->rsc_offset;
drivers/remoteproc/remoteproc_virtio.c
298
rsc = (void *)rvdev->rproc->table_ptr + rvdev->rsc_offset;
drivers/remoteproc/remoteproc_virtio.c
316
rsc = (void *)rvdev->rproc->table_ptr + rvdev->rsc_offset;
drivers/remoteproc/remoteproc_virtio.c
540
rvdev->rsc_offset = rvdev_data->rsc_offset;
drivers/soc/qcom/cmd-db.c
220
return rsc_offset(rsc_hdr, ent);
drivers/soc/qcom/cmd-db.c
317
len, rsc_offset(rsc, ent));
include/linux/remoteproc.h
386
u32 rsc_offset;
include/linux/remoteproc.h
74
u32 rsc_offset;
include/linux/rsc_table.h
343
int rsc_offset = offset + sizeof(*hdr);
include/linux/rsc_table.h
351
ret = cb(hdr->type, rsc, rsc_offset, avail, data);