intel_uc
static inline struct intel_gt *uc_to_gt(struct intel_uc *uc)
struct intel_uc uc;
struct intel_uc *uc = container_of(guc, typeof(*uc), guc);
struct intel_uc *uc = container_of(guc, struct intel_uc, guc);
struct intel_uc *uc = container_of(guc, struct intel_uc, guc);
struct intel_uc *uc = container_of(guc, struct intel_uc, guc);
struct intel_uc *uc = container_of(guc, typeof(*uc), guc);
void intel_uc_init_early(struct intel_uc *uc)
void intel_uc_init_late(struct intel_uc *uc)
void intel_uc_driver_late_release(struct intel_uc *uc)
void intel_uc_init_mmio(struct intel_uc *uc)
static void __uc_capture_load_err_log(struct intel_uc *uc)
static void __uc_free_load_err_log(struct intel_uc *uc)
void intel_uc_driver_remove(struct intel_uc *uc)
static void uc_expand_default_options(struct intel_uc *uc)
static void __uc_fetch_firmwares(struct intel_uc *uc)
static void __uc_cleanup_firmwares(struct intel_uc *uc)
static int __uc_init(struct intel_uc *uc)
static void __uc_fini(struct intel_uc *uc)
static int __uc_sanitize(struct intel_uc *uc)
static int uc_init_wopcm(struct intel_uc *uc)
static bool uc_is_wopcm_locked(struct intel_uc *uc)
static int __uc_check_hw(struct intel_uc *uc)
static int __uc_init_hw(struct intel_uc *uc)
static void __uc_fini_hw(struct intel_uc *uc)
static int __intel_uc_reset_hw(struct intel_uc *uc)
void intel_uc_reset_prepare(struct intel_uc *uc)
void intel_uc_reset(struct intel_uc *uc, intel_engine_mask_t stalled)
void intel_uc_reset_finish(struct intel_uc *uc)
void intel_uc_cancel_requests(struct intel_uc *uc)
void intel_uc_runtime_suspend(struct intel_uc *uc)
void intel_uc_suspend(struct intel_uc *uc)
static void __uc_resume_mappings(struct intel_uc *uc)
static int __uc_resume(struct intel_uc *uc, bool enable_communication)
int intel_uc_resume(struct intel_uc *uc)
int intel_uc_runtime_resume(struct intel_uc *uc)
static void __confirm_options(struct intel_uc *uc)
static inline _TYPE intel_uc_##_NAME(struct intel_uc *uc) \
struct intel_uc;
int (*sanitize)(struct intel_uc *uc);
void (*init_fw)(struct intel_uc *uc);
void (*fini_fw)(struct intel_uc *uc);
int (*init)(struct intel_uc *uc);
void (*fini)(struct intel_uc *uc);
int (*init_hw)(struct intel_uc *uc);
void (*fini_hw)(struct intel_uc *uc);
void (*resume_mappings)(struct intel_uc *uc);
void intel_uc_init_early(struct intel_uc *uc);
void intel_uc_init_late(struct intel_uc *uc);
void intel_uc_driver_late_release(struct intel_uc *uc);
void intel_uc_driver_remove(struct intel_uc *uc);
void intel_uc_init_mmio(struct intel_uc *uc);
void intel_uc_reset_prepare(struct intel_uc *uc);
void intel_uc_reset(struct intel_uc *uc, intel_engine_mask_t stalled);
void intel_uc_reset_finish(struct intel_uc *uc);
void intel_uc_cancel_requests(struct intel_uc *uc);
void intel_uc_suspend(struct intel_uc *uc);
void intel_uc_runtime_suspend(struct intel_uc *uc);
int intel_uc_resume(struct intel_uc *uc);
int intel_uc_runtime_resume(struct intel_uc *uc);
static inline bool intel_uc_##state##_##func(struct intel_uc *uc) \
static inline int intel_uc_wait_for_idle(struct intel_uc *uc, long timeout)
struct intel_uc *uc = m->private;
void intel_uc_debugfs_register(struct intel_uc *uc, struct dentry *gt_root)
void intel_uc_debugfs_register(struct intel_uc *uc, struct dentry *gt_root);
struct intel_uc;
const struct intel_uc *uc = >->_gt->uc;
struct intel_uc *uc = >->uc;