HomeSort by: relevance | last modified time | path
    Searched defs:intel_uc (Results 1 - 2 of 2) 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.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...]

Completed in 21 milliseconds