Lines Matching defs:rproc
21 struct rproc *rproc; member
74 static inline int rproc_char_device_add(struct rproc *rproc) in rproc_char_device_add()
79 static inline void rproc_char_device_remove(struct rproc *rproc) in rproc_char_device_remove()
100 static inline int rproc_prepare_device(struct rproc *rproc) in rproc_prepare_device()
108 static inline int rproc_unprepare_device(struct rproc *rproc) in rproc_unprepare_device()
116 static inline int rproc_attach_device(struct rproc *rproc) in rproc_attach_device()
125 int rproc_fw_sanity_check(struct rproc *rproc, const struct firmware *fw) in rproc_fw_sanity_check()
134 u64 rproc_get_boot_addr(struct rproc *rproc, const struct firmware *fw) in rproc_get_boot_addr()
143 int rproc_load_segments(struct rproc *rproc, const struct firmware *fw) in rproc_load_segments()
151 static inline int rproc_parse_fw(struct rproc *rproc, const struct firmware *fw) in rproc_parse_fw()
160 int rproc_handle_rsc(struct rproc *rproc, u32 rsc_type, void *rsc, int offset, in rproc_handle_rsc()
171 struct resource_table *rproc_find_loaded_rsc_table(struct rproc *rproc, in rproc_find_loaded_rsc_table()