Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc_fw.c155 __stringify(major_) ".bin"
160 __stringify(major_) "." \
166 __MAKE_UC_FW_PATH_MAJOR(prefix_, "guc", major_)
180 #define MAKE_GSC_FW_PATH(prefix_, major_, minor_) \ argument
181 __MAKE_UC_FW_PATH_MAJOR(prefix_, "gsc", major_)
212 .major = major_, \
226 UC_FW_BLOB_NEW(major_, minor_, patch_, false, \
230 UC_FW_BLOB_OLD(major_, minor_, patch_, \
237 UC_FW_BLOB_OLD(major_, minor_, patch_, \
243 #define GSC_FW_BLOB(prefix_, major_, minor_) \ argument
[all …]
/linux-6.15/include/hyperv/
H A Dhvhdk.h301 #define HV_MAKE_COMPATIBILITY_VERSION(major_, minor_) \ argument
302 ((u32)((major_) << 8 | (minor_)))