Lines Matching defs:rproc
21 struct rproc *rproc; member
42 static inline bool rproc_has_feature(struct rproc *rproc, unsigned int feature) in rproc_has_feature()
47 static inline int rproc_set_feature(struct rproc *rproc, unsigned int feature) in rproc_set_feature()
101 static inline int rproc_char_device_add(struct rproc *rproc) in rproc_char_device_add()
106 static inline void rproc_char_device_remove(struct rproc *rproc) in rproc_char_device_remove()
129 static inline int rproc_prepare_device(struct rproc *rproc) in rproc_prepare_device()
137 static inline int rproc_unprepare_device(struct rproc *rproc) in rproc_unprepare_device()
145 static inline int rproc_attach_device(struct rproc *rproc) in rproc_attach_device()
154 int rproc_fw_sanity_check(struct rproc *rproc, const struct firmware *fw) in rproc_fw_sanity_check()
163 u64 rproc_get_boot_addr(struct rproc *rproc, const struct firmware *fw) in rproc_get_boot_addr()
172 int rproc_load_segments(struct rproc *rproc, const struct firmware *fw) in rproc_load_segments()
180 static inline int rproc_parse_fw(struct rproc *rproc, const struct firmware *fw) in rproc_parse_fw()
189 int rproc_handle_rsc(struct rproc *rproc, u32 rsc_type, void *rsc, int offset, in rproc_handle_rsc()
200 struct resource_table *rproc_find_loaded_rsc_table(struct rproc *rproc, in rproc_find_loaded_rsc_table()
210 struct resource_table *rproc_get_loaded_rsc_table(struct rproc *rproc, in rproc_get_loaded_rsc_table()