Searched refs:intel_uc (Results 1 – 6 of 6) sorted by relevance
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[all …]
9 struct intel_uc;12 void intel_uc_debugfs_register(struct intel_uc *uc, struct dentry *gt_root);
1296 struct intel_uc *uc = container_of(guc, typeof(*uc), guc); in __guc_capture_process_output()
105 struct intel_uc uc;
97 static inline struct intel_gt *uc_to_gt(struct intel_uc *uc) in uc_to_gt()
165 struct intel_uc *uc = >->uc; in i915_pxp_tee_component_bind()