Home
last modified time | relevance | path

Searched refs:intel_uc_ops_function (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/i915/gt/uc/
Dintel_uc.h84 #define intel_uc_ops_function(_NAME, _OPS, _TYPE, _RET) \ macro
91 intel_uc_ops_function(sanitize, sanitize, int, 0);
92 intel_uc_ops_function(fetch_firmwares, init_fw, void, );
93 intel_uc_ops_function(cleanup_firmwares, fini_fw, void, );
94 intel_uc_ops_function(init, init, int, 0);
95 intel_uc_ops_function(fini, fini, void, );
96 intel_uc_ops_function(init_hw, init_hw, int, 0);
97 intel_uc_ops_function(fini_hw, fini_hw, void, );
98 #undef intel_uc_ops_function