HomeSort by: relevance | last modified time | path
    Searched refs:intel_uc (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_uc.h 1 /* $NetBSD: intel_uc.h,v 1.2 2021/12/18 23:45:31 riastradh Exp $ */
15 struct intel_uc;
18 int (*sanitize)(struct intel_uc *uc);
19 void (*init_fw)(struct intel_uc *uc);
20 void (*fini_fw)(struct intel_uc *uc);
21 void (*init)(struct intel_uc *uc);
22 void (*fini)(struct intel_uc *uc);
23 int (*init_hw)(struct intel_uc *uc);
24 void (*fini_hw)(struct intel_uc *uc);
27 struct intel_uc { struct
    [all...]
intel_uc.c 1 /* $NetBSD: intel_uc.c,v 1.2 2021/12/18 23:45:31 riastradh Exp $ */
9 __KERNEL_RCSID(0, "$NetBSD: intel_uc.c,v 1.2 2021/12/18 23:45:31 riastradh Exp $");
16 #include "intel_uc.h"
25 static int __intel_uc_reset_hw(struct intel_uc *uc)
49 static void __confirm_options(struct intel_uc *uc)
94 void intel_uc_init_early(struct intel_uc *uc)
107 void intel_uc_driver_late_release(struct intel_uc *uc)
113 * @uc: the intel_uc structure
118 void intel_uc_init_mmio(struct intel_uc *uc)
123 static void __uc_capture_load_err_log(struct intel_uc *uc
    [all...]
intel_huc_fw.c 24 struct intel_uc *uc = &gt->uc;
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_gt.h 23 static inline struct intel_gt *uc_to_gt(struct intel_uc *uc)
intel_gt_types.h 18 #include "uc/intel_uc.h"
38 struct intel_uc uc;
  /src/sys/external/bsd/drm2/dist/drm/i915/
Makefile 160 i915-y += gt/uc/intel_uc.o \
i915_gpu_error.c 1509 const struct intel_uc *uc = &gt->_gt->uc;
  /src/sys/modules/i915drmkms/
Makefile 222 SRCS+= intel_uc.c

Completed in 36 milliseconds