Lines Matching refs:intel_uc_fw

90 struct intel_uc_fw {
141 void intel_uc_fw_change_status(struct intel_uc_fw *uc_fw,
144 static inline void intel_uc_fw_change_status(struct intel_uc_fw *uc_fw,
224 __intel_uc_fw_status(struct intel_uc_fw *uc_fw)
231 static inline bool intel_uc_fw_is_supported(struct intel_uc_fw *uc_fw)
236 static inline bool intel_uc_fw_is_enabled(struct intel_uc_fw *uc_fw)
241 static inline bool intel_uc_fw_is_available(struct intel_uc_fw *uc_fw)
246 static inline bool intel_uc_fw_is_loadable(struct intel_uc_fw *uc_fw)
251 static inline bool intel_uc_fw_is_loaded(struct intel_uc_fw *uc_fw)
256 static inline bool intel_uc_fw_is_running(struct intel_uc_fw *uc_fw)
261 static inline bool intel_uc_fw_is_overridden(const struct intel_uc_fw *uc_fw)
266 static inline void intel_uc_fw_sanitize(struct intel_uc_fw *uc_fw)
272 static inline u32 __intel_uc_fw_get_upload_size(struct intel_uc_fw *uc_fw)
285 static inline u32 intel_uc_fw_get_upload_size(struct intel_uc_fw *uc_fw)
295 int intel_uc_check_file_version(struct intel_uc_fw *uc_fw, bool *old_ver);
296 void intel_uc_fw_init_early(struct intel_uc_fw *uc_fw,
299 int intel_uc_fw_fetch(struct intel_uc_fw *uc_fw);
300 void intel_uc_fw_cleanup_fetch(struct intel_uc_fw *uc_fw);
301 int intel_uc_fw_upload(struct intel_uc_fw *uc_fw, u32 offset, u32 dma_flags);
302 int intel_uc_fw_init(struct intel_uc_fw *uc_fw);
303 void intel_uc_fw_fini(struct intel_uc_fw *uc_fw);
304 void intel_uc_fw_resume_mapping(struct intel_uc_fw *uc_fw);
305 size_t intel_uc_fw_copy_rsa(struct intel_uc_fw *uc_fw, void *dst, u32 max_len);
306 int intel_uc_fw_mark_load_failed(struct intel_uc_fw *uc_fw, int err);
307 void intel_uc_fw_dump(const struct intel_uc_fw *uc_fw, struct drm_printer *p);