Searched defs:rproc_ops (Results 1 – 1 of 1) sorted by relevance
143576 struct rproc_ops { struct143577 int (*prepare)(struct rproc *);143578 int (*unprepare)(struct rproc *);143579 int (*start)(struct rproc *);143580 int (*stop)(struct rproc *);143581 int (*attach)(struct rproc *);143582 int (*detach)(struct rproc *);143583 void (*kick)(struct rproc *, int);143584 void * (*da_to_va)(struct rproc *, u64, size_t, bool *);143585 int (*parse_fw)(struct rproc *, const struct firmware *);[all …]