Searched defs:huc (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/sys/dev/pci/drm/i915/gt/uc/ |
H A D | intel_huc.c | 81 __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 D | intel_huc.h | 72 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 D | intel_huc_fw.c | 27 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 D | intel_huc_debugfs.c | 16 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 D | intel_uc.c | 326 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 D | intel_uc.h | 34 struct intel_huc huc; member
|
/openbsd-src/sys/dev/pci/drm/i915/pxp/ |
H A D | intel_pxp_huc.c | 20 struct intel_huc *huc; in intel_pxp_huc_load_and_auth() local
|
/openbsd-src/sys/dev/pci/drm/i915/gt/ |
H A D | intel_gt.h | 74 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 D | i915_request.c | 1704 struct intel_huc *huc = &rq->context->engine->gt->uc.huc; in i915_request_await_huc() local
|