Searched refs:intel_uc_fw (Results 1 – 9 of 9) sorted by relevance
51 struct intel_uc_fw { struct105 void intel_uc_fw_init(struct intel_uc_fw *uc_fw, enum intel_uc_fw_type type) in intel_uc_fw_init()113 static inline bool intel_uc_fw_is_selected(struct intel_uc_fw *uc_fw) in intel_uc_fw_is_selected()118 static inline void intel_uc_fw_sanitize(struct intel_uc_fw *uc_fw) in intel_uc_fw_sanitize()132 static inline u32 intel_uc_fw_get_upload_size(struct intel_uc_fw *uc_fw) in intel_uc_fw_get_upload_size()141 struct intel_uc_fw *uc_fw);142 int intel_uc_fw_upload(struct intel_uc_fw *uc_fw,143 int (*xfer)(struct intel_uc_fw *uc_fw,145 void intel_uc_fw_fini(struct intel_uc_fw *uc_fw);146 void intel_uc_fw_dump(const struct intel_uc_fw *uc_fw, struct drm_printer *p);
54 static void guc_fw_select(struct intel_uc_fw *guc_fw) in guc_fw_select()94 struct intel_uc_fw *guc_fw = &guc->fw; in intel_guc_fw_init_early()131 struct intel_uc_fw *guc_fw = &guc->fw; in guc_xfer_rsa()156 struct intel_uc_fw *guc_fw = &guc->fw; in guc_xfer_ucode()237 static int guc_fw_xfer(struct intel_uc_fw *guc_fw, struct i915_vma *vma) in guc_fw_xfer()
40 struct intel_uc_fw *uc_fw) in intel_uc_fw_fetch()198 int intel_uc_fw_upload(struct intel_uc_fw *uc_fw, in intel_uc_fw_upload()199 int (*xfer)(struct intel_uc_fw *uc_fw, in intel_uc_fw_upload()278 void intel_uc_fw_fini(struct intel_uc_fw *uc_fw) in intel_uc_fw_fini()296 void intel_uc_fw_dump(const struct intel_uc_fw *uc_fw, struct drm_printer *p) in intel_uc_fw_dump()
53 static void huc_fw_select(struct intel_uc_fw *huc_fw) in huc_fw_select()93 struct intel_uc_fw *huc_fw = &huc->fw; in intel_huc_fw_init_early()108 static int huc_fw_xfer(struct intel_uc_fw *huc_fw, struct i915_vma *vma) in huc_fw_xfer()
55 struct intel_uc_fw *guc_fw = &i915->guc.fw; in __get_platform_enable_guc()56 struct intel_uc_fw *huc_fw = &i915->huc.fw; in __get_platform_enable_guc()106 struct intel_uc_fw *guc_fw = &i915->guc.fw; in sanitize_options_early()107 struct intel_uc_fw *huc_fw = &i915->huc.fw; in sanitize_options_early()
33 struct intel_uc_fw fw;
52 struct intel_uc_fw guc_fw;53 struct intel_uc_fw huc_fw;
48 struct intel_uc_fw fw;
92 intel_uc_fw.o \