Lines Matching defs:uc_fw
194 static struct xe_gt *uc_fw_to_gt(struct xe_uc_fw *uc_fw) in uc_fw_to_gt()
199 static struct xe_device *uc_fw_to_xe(struct xe_uc_fw *uc_fw) in uc_fw_to_xe()
205 uc_fw_auto_select(struct xe_device *xe, struct xe_uc_fw *uc_fw) in uc_fw_auto_select()
253 uc_fw_override(struct xe_uc_fw *uc_fw) in uc_fw_override()
288 size_t xe_uc_fw_copy_rsa(struct xe_uc_fw *uc_fw, void *dst, u32 max_len) in xe_uc_fw_copy_rsa()
304 struct xe_uc_fw *uc_fw = arg; in uc_fw_fini() local
312 static int guc_read_css_info(struct xe_uc_fw *uc_fw, struct uc_css_header *css) in guc_read_css_info()
336 int xe_uc_fw_check_version_requirements(struct xe_uc_fw *uc_fw) in xe_uc_fw_check_version_requirements()
382 static int parse_css_header(struct xe_uc_fw *uc_fw, const void *fw_data, size_t fw_size) in parse_css_header()
459 static int parse_cpd_header(struct xe_uc_fw *uc_fw, const void *data, size_t size, in parse_cpd_header()
545 static int parse_gsc_layout(struct xe_uc_fw *uc_fw, const void *data, size_t size) in parse_gsc_layout()
612 static int parse_headers(struct xe_uc_fw *uc_fw, const struct firmware *fw) in parse_headers()
649 static int uc_fw_request(struct xe_uc_fw *uc_fw, const struct firmware **firmware_p) in uc_fw_request()
744 static int uc_fw_copy(struct xe_uc_fw *uc_fw, const void *data, size_t size, u32 flags) in uc_fw_copy()
779 int xe_uc_fw_init(struct xe_uc_fw *uc_fw) in xe_uc_fw_init()
802 static u32 uc_fw_ggtt_offset(struct xe_uc_fw *uc_fw) in uc_fw_ggtt_offset()
807 static int uc_fw_xfer(struct xe_uc_fw *uc_fw, u32 offset, u32 dma_flags) in uc_fw_xfer()
852 int xe_uc_fw_upload(struct xe_uc_fw *uc_fw, u32 offset, u32 dma_flags) in xe_uc_fw_upload()
891 void xe_uc_fw_print(struct xe_uc_fw *uc_fw, struct drm_printer *p) in xe_uc_fw_print()