Lines Matching refs:intel_uc

21 static void uc_expand_default_options(struct intel_uc *uc)  in uc_expand_default_options()
56 static int __intel_uc_reset_hw(struct intel_uc *uc) in __intel_uc_reset_hw()
80 static void __confirm_options(struct intel_uc *uc) in __confirm_options()
123 void intel_uc_init_early(struct intel_uc *uc) in intel_uc_init_early()
138 void intel_uc_init_late(struct intel_uc *uc) in intel_uc_init_late()
143 void intel_uc_driver_late_release(struct intel_uc *uc) in intel_uc_driver_late_release()
154 void intel_uc_init_mmio(struct intel_uc *uc) in intel_uc_init_mmio()
159 static void __uc_capture_load_err_log(struct intel_uc *uc) in __uc_capture_load_err_log()
167 static void __uc_free_load_err_log(struct intel_uc *uc) in __uc_free_load_err_log()
175 void intel_uc_driver_remove(struct intel_uc *uc) in intel_uc_driver_remove()
283 static void __uc_fetch_firmwares(struct intel_uc *uc) in __uc_fetch_firmwares()
306 static void __uc_cleanup_firmwares(struct intel_uc *uc) in __uc_cleanup_firmwares()
312 static int __uc_init(struct intel_uc *uc) in __uc_init()
336 static void __uc_fini(struct intel_uc *uc) in __uc_fini()
342 static int __uc_sanitize(struct intel_uc *uc) in __uc_sanitize()
356 static int uc_init_wopcm(struct intel_uc *uc) in uc_init_wopcm()
409 static bool uc_is_wopcm_locked(struct intel_uc *uc) in uc_is_wopcm_locked()
418 static int __uc_check_hw(struct intel_uc *uc) in __uc_check_hw()
434 static void print_fw_ver(struct intel_uc *uc, struct intel_uc_fw *fw) in print_fw_ver()
445 static int __uc_init_hw(struct intel_uc *uc) in __uc_init_hw()
566 static void __uc_fini_hw(struct intel_uc *uc) in __uc_fini_hw()
585 void intel_uc_reset_prepare(struct intel_uc *uc) in intel_uc_reset_prepare()
606 void intel_uc_reset(struct intel_uc *uc, intel_engine_mask_t stalled) in intel_uc_reset()
615 void intel_uc_reset_finish(struct intel_uc *uc) in intel_uc_reset_finish()
626 void intel_uc_cancel_requests(struct intel_uc *uc) in intel_uc_cancel_requests()
635 void intel_uc_runtime_suspend(struct intel_uc *uc) in intel_uc_runtime_suspend()
654 void intel_uc_suspend(struct intel_uc *uc) in intel_uc_suspend()
670 static int __uc_resume(struct intel_uc *uc, bool enable_communication) in __uc_resume()
701 int intel_uc_resume(struct intel_uc *uc) in intel_uc_resume()
710 int intel_uc_runtime_resume(struct intel_uc *uc) in intel_uc_runtime_resume()