Lines Matching defs:rproc

81 	struct rproc *rproc = token;  in rproc_iommu_fault()  local
94 static int rproc_enable_iommu(struct rproc *rproc) in rproc_enable_iommu()
128 static void rproc_disable_iommu(struct rproc *rproc) in rproc_disable_iommu()
169 void *rproc_da_to_va(struct rproc *rproc, u64 da, int len) in rproc_da_to_va()
203 struct rproc *rproc = rvdev->rproc; in rproc_alloc_vring() local
259 struct rproc *rproc = rvdev->rproc; in rproc_parse_vring() local
290 struct rproc *rproc = rvring->rvdev->rproc; in rproc_free_vring() local
330 static int rproc_handle_vdev(struct rproc *rproc, struct fw_rsc_vdev *rsc, in rproc_handle_vdev()
407 static int rproc_handle_trace(struct rproc *rproc, struct fw_rsc_trace *rsc, in rproc_handle_trace()
487 static int rproc_handle_devmem(struct rproc *rproc, struct fw_rsc_devmem *rsc, in rproc_handle_devmem()
558 static int rproc_handle_carveout(struct rproc *rproc, in rproc_handle_carveout()
681 static int rproc_count_vrings(struct rproc *rproc, struct fw_rsc_vdev *rsc, in rproc_count_vrings()
710 static int rproc_handle_resources(struct rproc *rproc, int len, in rproc_handle_resources()
755 static void rproc_resource_cleanup(struct rproc *rproc) in rproc_resource_cleanup()
795 static int rproc_fw_boot(struct rproc *rproc, const struct firmware *fw) in rproc_fw_boot()
900 struct rproc *rproc = context; in rproc_fw_config_virtio() local
942 static int rproc_add_virtio_devices(struct rproc *rproc) in rproc_add_virtio_devices()
978 int rproc_trigger_recovery(struct rproc *rproc) in rproc_trigger_recovery()
1007 struct rproc *rproc = container_of(work, struct rproc, crash_handler); in rproc_crash_handler_work() local
1041 int rproc_boot(struct rproc *rproc) in rproc_boot()
1123 void rproc_shutdown(struct rproc *rproc) in rproc_shutdown()
1184 struct rproc *rproc = NULL, *r; in rproc_get_by_phandle() local
1233 int rproc_add(struct rproc *rproc) in rproc_add()
1270 struct rproc *rproc = container_of(dev, struct rproc, dev); in rproc_type_release() local
1316 struct rproc *rproc; in rproc_alloc() local
1396 void rproc_put(struct rproc *rproc) in rproc_put()
1417 int rproc_del(struct rproc *rproc) in rproc_del()
1456 void rproc_report_crash(struct rproc *rproc, enum rproc_crash_type type) in rproc_report_crash()