Lines Matching defs:rproc
56771 struct rproc {
56815 int (*prepare)(struct rproc *);
56816 int (*unprepare)(struct rproc *);
56817 int (*start)(struct rproc *);
56818 int (*stop)(struct rproc *);
56819 int (*attach)(struct rproc *);
56820 int (*detach)(struct rproc *);
56821 void (*kick)(struct rproc *, int);
56822 void * (*da_to_va)(struct rproc *, u64, size_t, bool *);
56823 int (*parse_fw)(struct rproc *, const struct firmware *);
56824 int (*handle_rsc)(struct rproc *, u32, void *, int, int);
56825 struct resource_table * (*find_loaded_rsc_table)(struct rproc *, const struct firmware *);
56826 struct resource_table * (*get_loaded_rsc_table)(struct rproc *, size_t *);
56827 int (*load)(struct rproc *, const struct firmware *);
56828 int (*sanity_check)(struct rproc *, const struct firmware *);
56829 u64 (*get_boot_addr)(struct rproc *, const struct firmware *);
56830 long unsigned int (*panic)(struct rproc *);
56831 void (*coredump)(struct rproc *);
82267 void (*dump)(struct rproc *, struct rproc_dump_segment *, void *, size_t, size_t);
82272 struct rproc *rproc;
101270 int (*alloc)(struct rproc *, struct rproc_mem_entry *);
101271 int (*release)(struct rproc *, struct rproc_mem_entry *);
101281 struct rproc *rproc;
111499 struct rproc *rproc;
111505 typedef int (*rproc_handle_resource_t)(struct rproc *, void *, int, int);