Lines Matching refs:intel_uc
17 struct intel_uc;
20 int (*sanitize)(struct intel_uc *uc);
21 void (*init_fw)(struct intel_uc *uc);
22 void (*fini_fw)(struct intel_uc *uc);
23 int (*init)(struct intel_uc *uc);
24 void (*fini)(struct intel_uc *uc);
25 int (*init_hw)(struct intel_uc *uc);
26 void (*fini_hw)(struct intel_uc *uc);
27 void (*resume_mappings)(struct intel_uc *uc);
30 struct intel_uc { struct
43 void intel_uc_init_early(struct intel_uc *uc); argument
44 void intel_uc_init_late(struct intel_uc *uc);
45 void intel_uc_driver_late_release(struct intel_uc *uc);
46 void intel_uc_driver_remove(struct intel_uc *uc);
47 void intel_uc_init_mmio(struct intel_uc *uc);
48 void intel_uc_reset_prepare(struct intel_uc *uc);
49 void intel_uc_reset(struct intel_uc *uc, intel_engine_mask_t stalled);
50 void intel_uc_reset_finish(struct intel_uc *uc);
51 void intel_uc_cancel_requests(struct intel_uc *uc);
52 void intel_uc_suspend(struct intel_uc *uc);
53 void intel_uc_runtime_suspend(struct intel_uc *uc);
54 int intel_uc_resume(struct intel_uc *uc);
55 int intel_uc_runtime_resume(struct intel_uc *uc);
79 static inline bool intel_uc_##state##_##func(struct intel_uc *uc) \
99 static inline int intel_uc_wait_for_idle(struct intel_uc *uc, long timeout) in intel_uc_wait_for_idle()
105 static inline _TYPE intel_uc_##_NAME(struct intel_uc *uc) \