Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc_fw.c161 __stringify(minor_) "." \
180 #define MAKE_GSC_FW_PATH(prefix_, major_, minor_) \ argument
213 .minor = minor_, \
218 { UC_FW_BLOB_BASE(major_, minor_, patch_, path_) \
222 { UC_FW_BLOB_BASE(major_, minor_, patch_, path_) \
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
244 UC_FW_BLOB_NEW(major_, minor_, 0, true, \
[all …]
/linux-6.15/include/hyperv/
H A Dhvhdk.h301 #define HV_MAKE_COMPATIBILITY_VERSION(major_, minor_) \ argument
302 ((u32)((major_) << 8 | (minor_)))