Searched refs:v_ (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/xe/ ! |
| H A D | xe_pmu.c | 431 #define XE_EVENT_ATTR(name_, v_, id_) \ argument 432 PMU_EVENT_ATTR(name_, pmu_event_ ## v_, id_, event_attr_show) 434 #define XE_EVENT_ATTR_UNIT(name_, v_, unit_) \ argument 435 PMU_EVENT_ATTR_STRING(name_.unit, pmu_event_unit_ ## v_, unit_) 437 #define XE_EVENT_ATTR_GROUP(v_, id_, ...) \ argument 438 static struct attribute *pmu_attr_ ##v_[] = { \ 442 static umode_t is_visible_##v_(struct kobject *kobj, \ 454 static const struct attribute_group pmu_group_ ##v_ = { \ 456 .attrs = pmu_attr_ ## v_, \ 457 .is_visible = is_visible_ ## v_, \ [all …]
|
| /linux/drivers/hid/bpf/progs/ ! |
| H A D | hid_report_helpers.h | 36 #define i4(v_) (((__u8)(v_) & 0xf) + must_be((v_) >= -0x8 && (v_) <= 0x7, "not a i4")) argument 37 #define i8(v_) ((__u8)(v_) + must_be((v_) >= -0x80 && (v_) <= 0xff, "not a i8/u8")) argument 38 #define i16(v_) ((__u16)(v_) + must_be((v_) >= -0x8000 && (v_) <= 0xffff, "not a i16/u16")) argument 39 #define i32(v_) ((__u32)(v_) + must_be((v_) >= -0x80000000L && (v_) <= 0xffffffffL, \ argument 43 #define LE16(v_) i16(v_) & 0xff, ((v_) >> 8) & 0xff argument 44 #define LE32(v_) i32(v_) & 0xff, ((v_) >> 8) & 0xff, ((v_) >> 16) & 0xff, ((v_) >> 24) & 0xff argument
|
| /linux/include/linux/ ! |
| H A D | minmax.h | 195 __clamp_once(type, val, lo, hi, __UNIQUE_ID(v_), __UNIQUE_ID(l_), __UNIQUE_ID(h_))
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ ! |
| H A D | reg.h | 9487 #define MLXSW_REG_MTMP_TEMP_TO_MC(val) ({ typeof(val) v_ = (val); \ 9488 ((v_) >= 0) ? ((v_) * 125) : \ 9489 ((s16)((GENMASK(15, 0) + (v_) + 1) \
|