Searched refs:intel_guc_ct (Results 1 – 4 of 4) sorted by relevance
44 struct intel_guc_ct { struct62 void intel_guc_ct_init_early(struct intel_guc_ct *ct); argument63 int intel_guc_ct_init(struct intel_guc_ct *ct);64 void intel_guc_ct_fini(struct intel_guc_ct *ct);65 int intel_guc_ct_enable(struct intel_guc_ct *ct);66 void intel_guc_ct_disable(struct intel_guc_ct *ct);68 static inline void intel_guc_ct_sanitize(struct intel_guc_ct *ct) in intel_guc_ct_sanitize()73 static inline bool intel_guc_ct_enabled(struct intel_guc_ct *ct) in intel_guc_ct_enabled()78 int intel_guc_ct_send(struct intel_guc_ct *ct, const u32 *action, u32 len,80 void intel_guc_ct_event_handler(struct intel_guc_ct *ct);
42 void intel_guc_ct_init_early(struct intel_guc_ct *ct) in intel_guc_ct_init_early()50 static inline struct intel_guc *ct_to_guc(struct intel_guc_ct *ct) in ct_to_guc()55 static inline struct intel_gt *ct_to_gt(struct intel_guc_ct *ct) in ct_to_gt()60 static inline struct drm_i915_private *ct_to_i915(struct intel_guc_ct *ct) in ct_to_i915()65 static inline struct device *ct_to_dev(struct intel_guc_ct *ct) in ct_to_dev()113 static int ct_register_buffer(struct intel_guc_ct *ct, u32 desc_addr, u32 type) in ct_register_buffer()135 static int ct_deregister_buffer(struct intel_guc_ct *ct, u32 type) in ct_deregister_buffer()153 int intel_guc_ct_init(struct intel_guc_ct *ct) in intel_guc_ct_init()208 void intel_guc_ct_fini(struct intel_guc_ct *ct) in intel_guc_ct_fini()221 int intel_guc_ct_enable(struct intel_guc_ct *ct) in intel_guc_ct_enable()[all …]
29 struct intel_guc_ct ct;
179 gt/uc/intel_guc_ct.o \