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()
97 static inline int rproc_char_device_add(struct rproc *rproc) in rproc_char_device_add()
102 static inline void rproc_char_device_remove(struct rproc *rproc) in rproc_char_device_remove()
125 static inline int rproc_prepare_device(struct rproc *rproc) in rproc_prepare_device()
133 static inline int rproc_unprepare_device(struct rproc *rproc) in rproc_unprepare_device()
141 static inline int rproc_attach_device(struct rproc *rproc) in rproc_attach_device()
150 int rproc_fw_sanity_check(struct rproc *rproc, const struct firmware *fw) in rproc_fw_sanity_check()
159 u64 rproc_get_boot_addr(struct rproc *rproc, const struct firmware *fw) in rproc_get_boot_addr()
168 int rproc_load_segments(struct rproc *rproc, const struct firmware *fw) in rproc_load_segments()
176 static inline int rproc_parse_fw(struct rproc *rproc, const struct firmware *fw) in rproc_parse_fw()
185 int rproc_handle_rsc(struct rproc *rproc, u32 rsc_type, void *rsc, int offset, in rproc_handle_rsc()
196 struct resource_table *rproc_find_loaded_rsc_table(struct rproc *rproc, in rproc_find_loaded_rsc_table()
206 struct resource_table *rproc_get_loaded_rsc_table(struct rproc *rproc, in rproc_get_loaded_rsc_table()