Lines Matching defs:rproc
78 struct rproc *rproc = token; in rproc_iommu_fault() local
91 static int rproc_enable_iommu(struct rproc *rproc) in rproc_enable_iommu()
125 static void rproc_disable_iommu(struct rproc *rproc) in rproc_disable_iommu()
156 void *rproc_da_to_va(struct rproc *rproc, u64 da, int len) in rproc_da_to_va()
183 struct rproc *rproc = rvdev->rproc; in rproc_alloc_vring() local
239 struct rproc *rproc = rvdev->rproc; in rproc_parse_vring() local
270 struct rproc *rproc = rvring->rvdev->rproc; in rproc_free_vring() local
310 static int rproc_handle_vdev(struct rproc *rproc, struct fw_rsc_vdev *rsc, in rproc_handle_vdev()
387 static int rproc_handle_trace(struct rproc *rproc, struct fw_rsc_trace *rsc, in rproc_handle_trace()
469 static int rproc_handle_devmem(struct rproc *rproc, struct fw_rsc_devmem *rsc, in rproc_handle_devmem()
542 static int rproc_handle_carveout(struct rproc *rproc, in rproc_handle_carveout()
667 static int rproc_count_vrings(struct rproc *rproc, struct fw_rsc_vdev *rsc, in rproc_count_vrings()
696 static int rproc_handle_resources(struct rproc *rproc, int len, in rproc_handle_resources()
741 static void rproc_resource_cleanup(struct rproc *rproc) in rproc_resource_cleanup()
780 static int rproc_fw_boot(struct rproc *rproc, const struct firmware *fw) in rproc_fw_boot()
886 struct rproc *rproc = context; in rproc_fw_config_virtio() local
927 static int rproc_add_virtio_devices(struct rproc *rproc) in rproc_add_virtio_devices()
963 int rproc_trigger_recovery(struct rproc *rproc) in rproc_trigger_recovery()
992 struct rproc *rproc = container_of(work, struct rproc, crash_handler); in rproc_crash_handler_work() local
1026 int rproc_boot(struct rproc *rproc) in rproc_boot()
1108 void rproc_shutdown(struct rproc *rproc) in rproc_shutdown()
1174 int rproc_add(struct rproc *rproc) in rproc_add()
1206 struct rproc *rproc = container_of(dev, struct rproc, dev); in rproc_type_release() local
1252 struct rproc *rproc; in rproc_alloc() local
1334 void rproc_put(struct rproc *rproc) in rproc_put()
1355 int rproc_del(struct rproc *rproc) in rproc_del()
1389 void rproc_report_crash(struct rproc *rproc, enum rproc_crash_type type) in rproc_report_crash()