Lines Matching defs:rproc
116250 struct rproc;
116264 int (*alloc)(struct rproc *, struct rproc_mem_entry *);
116265 int (*release)(struct rproc *, struct rproc_mem_entry *);
116276 struct rproc {
116323 int (*prepare)(struct rproc *);
116324 int (*unprepare)(struct rproc *);
116325 int (*start)(struct rproc *);
116326 int (*stop)(struct rproc *);
116327 int (*attach)(struct rproc *);
116328 int (*detach)(struct rproc *);
116329 void (*kick)(struct rproc *, int);
116330 void * (*da_to_va)(struct rproc *, u64, size_t, bool *);
116331 int (*parse_fw)(struct rproc *, const struct firmware *);
116332 int (*handle_rsc)(struct rproc *, u32, void *, int, int);
116333 struct resource_table * (*find_loaded_rsc_table)(struct rproc *, const struct firmware *);
116334 struct resource_table * (*get_loaded_rsc_table)(struct rproc *, size_t *);
116335 int (*load)(struct rproc *, const struct firmware *);
116336 int (*sanity_check)(struct rproc *, const struct firmware *);
116337 u64 (*get_boot_addr)(struct rproc *, const struct firmware *);
116338 long unsigned int (*panic)(struct rproc *);
116339 void (*coredump)(struct rproc *);
116385 struct rproc *rproc;
116392 struct rproc *rproc;
116398 typedef int (*rproc_handle_resource_t)(struct rproc *, void *, int, int);
116405 void (*dump)(struct rproc *, struct rproc_dump_segment *, void *, size_t, size_t);
116410 struct rproc *rproc;