Searched refs:intel_uc (Results 1 – 10 of 10) sorted by relevance
16 struct intel_uc;19 int (*sanitize)(struct intel_uc *uc);20 void (*init_fw)(struct intel_uc *uc);21 void (*fini_fw)(struct intel_uc *uc);22 int (*init)(struct intel_uc *uc);23 void (*fini)(struct intel_uc *uc);24 int (*init_hw)(struct intel_uc *uc);25 void (*fini_hw)(struct intel_uc *uc);28 struct intel_uc { struct48 void intel_uc_suspend(struct intel_uc *uc);[all …]
116 void intel_uc_init_early(struct intel_uc *uc) in intel_uc_init_early()131 void intel_uc_init_late(struct intel_uc *uc) in intel_uc_init_late()147 void intel_uc_init_mmio(struct intel_uc *uc) in intel_uc_init_mmio()305 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()418 static int __uc_check_hw(struct intel_uc *uc) in __uc_check_hw()434 static int __uc_init_hw(struct intel_uc *uc) in __uc_init_hw()634 void intel_uc_suspend(struct intel_uc *uc) in intel_uc_suspend()[all …]
9 struct intel_uc;12 void intel_uc_debugfs_register(struct intel_uc *uc, struct dentry *gt_root);
17 struct intel_uc *uc = m->private; in uc_usage_show()37 void intel_uc_debugfs_register(struct intel_uc *uc, struct dentry *gt_root) in intel_uc_debugfs_register()
722 struct intel_uc *uc = container_of(guc, struct intel_uc, guc); in intel_guc_log_dump()
748 struct intel_uc *uc = container_of(guc, struct intel_uc, guc); in intel_guc_ct_send()
74 struct intel_uc uc;
22 static inline struct intel_gt *uc_to_gt(struct intel_uc *uc) in uc_to_gt()
179 i915-y += gt/uc/intel_uc.o \
1537 const struct intel_uc *uc = >->_gt->uc; in gt_record_uc()
Completed in 19 milliseconds