Home
last modified time | relevance | path

Searched defs:huc (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_huc.c81 __delayed_huc_load_complete(struct intel_huc * huc) __delayed_huc_load_complete() argument
87 delayed_huc_load_complete(struct intel_huc * huc) delayed_huc_load_complete() argument
93 __gsc_init_error(struct intel_huc * huc) __gsc_init_error() argument
99 gsc_init_error(struct intel_huc * huc) gsc_init_error() argument
105 gsc_init_done(struct intel_huc * huc) gsc_init_done() argument
123 struct intel_huc *huc = arg; huc_delayed_load_timer_callback() local
137 huc_delayed_load_start(struct intel_huc * huc) huc_delayed_load_start() argument
184 struct intel_huc *huc = container_of(nb, struct intel_huc, delayed_load.nb); gsc_notifier() local
206 intel_huc_register_gsc_notifier(struct intel_huc * huc,const struct bus_type * bus) intel_huc_register_gsc_notifier() argument
222 intel_huc_unregister_gsc_notifier(struct intel_huc * huc,const struct bus_type * bus) intel_huc_unregister_gsc_notifier() argument
233 delayed_huc_load_init(struct intel_huc * huc) delayed_huc_load_init() argument
252 delayed_huc_load_fini(struct intel_huc * huc) delayed_huc_load_fini() argument
262 intel_huc_sanitize(struct intel_huc * huc) intel_huc_sanitize() argument
292 intel_huc_init_early(struct intel_huc * huc) intel_huc_init_early() argument
335 check_huc_loading_mode(struct intel_huc * huc) check_huc_loading_mode() argument
390 intel_huc_init(struct intel_huc * huc) intel_huc_init() argument
429 intel_huc_fini(struct intel_huc * huc) intel_huc_fini() argument
444 intel_huc_suspend(struct intel_huc * huc) intel_huc_suspend() argument
457 auth_mode_string(struct intel_huc * huc,enum intel_huc_authentication_type type) auth_mode_string() argument
465 intel_huc_wait_for_auth_complete(struct intel_huc * huc,enum intel_huc_authentication_type type) intel_huc_wait_for_auth_complete() argument
503 intel_huc_auth(struct intel_huc * huc,enum intel_huc_authentication_type type) intel_huc_auth() argument
550 intel_huc_is_authenticated(struct intel_huc * huc,enum intel_huc_authentication_type type) intel_huc_is_authenticated() argument
563 huc_is_fully_authenticated(struct intel_huc * huc) huc_is_fully_authenticated() argument
585 intel_huc_check_status(struct intel_huc * huc) intel_huc_check_status() argument
619 huc_has_delayed_load(struct intel_huc * huc) huc_has_delayed_load() argument
625 intel_huc_update_auth_status(struct intel_huc * huc) intel_huc_update_auth_status() argument
647 intel_huc_load_status(struct intel_huc * huc,struct drm_printer * p) intel_huc_load_status() argument
[all...]
H A Dintel_huc.h72 static inline bool intel_huc_is_supported(struct intel_huc *huc) in intel_huc_is_supported()
77 static inline bool intel_huc_is_wanted(struct intel_huc *huc) in intel_huc_is_wanted()
82 static inline bool intel_huc_is_used(struct intel_huc *huc) in intel_huc_is_used()
88 static inline bool intel_huc_is_loaded_by_gsc(const struct intel_huc *huc) in intel_huc_is_loaded_by_gsc()
93 static inline bool intel_huc_wait_required(struct intel_huc *huc) in intel_huc_wait_required()
H A Dintel_huc_fw.c27 int intel_huc_fw_auth_via_gsccs(struct intel_huc *huc) in intel_huc_fw_auth_via_gsccs()
132 struct intel_huc *huc = container_of(huc_fw, struct intel_huc, fw); in intel_huc_fw_get_binary_info() local
234 int intel_huc_fw_load_and_auth_via_gsc(struct intel_huc *huc) in intel_huc_fw_load_and_auth_via_gsc()
277 int intel_huc_fw_upload(struct intel_huc *huc) in intel_huc_fw_upload()
H A Dintel_huc_debugfs.c16 struct intel_huc *huc = m->private; in huc_info_show() local
30 void intel_huc_debugfs_register(struct intel_huc *huc, struct dentry *root) in intel_huc_debugfs_register()
H A Dintel_uc.c326 struct intel_huc *huc = &uc->huc; in __uc_init() local
360 struct intel_huc *huc = &uc->huc; in __uc_sanitize() local
466 struct intel_huc *huc = &uc->huc; in __uc_init_hw() local
H A Dintel_uc.h34 struct intel_huc huc; member
/openbsd-src/sys/dev/pci/drm/i915/pxp/
H A Dintel_pxp_huc.c20 struct intel_huc *huc; in intel_pxp_huc_load_and_auth() local
/openbsd-src/sys/dev/pci/drm/i915/gt/
H A Dintel_gt.h74 static inline struct intel_gt *huc_to_gt(struct intel_huc *huc) in huc_to_gt() argument
/openbsd-src/sys/dev/pci/drm/i915/
H A Di915_request.c1704 struct intel_huc *huc = &rq->context->engine->gt->uc.huc; in i915_request_await_huc() local