Home
last modified time | relevance | path

Searched full:v_ (Results 1 – 7 of 7) sorted by relevance

/linux-6.14.4/drivers/hid/bpf/progs/
Dhid_report_helpers.h36 #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-6.14.4/arch/riscv/
DMakefile92 # matching non-v and non-multi-letter extensions out with the filter ([^v_]*)
93 KBUILD_CFLAGS += -march=$(shell echo $(riscv-march-y) | sed -E 's/(rv32ima|rv64ima)fd([^v_]*)v?/\1\…
98 CC_FLAGS_FPU := -march=$(shell echo $(riscv-march-y) | sed -E 's/(rv32ima|rv64ima)([^v_]*)v?/\1\2/…
/linux-6.14.4/Documentation/devicetree/bindings/i2c/
Dtsd,mule-i2c-mux.yaml25 | V_ |
/linux-6.14.4/include/linux/
Dminmax.h195 __clamp_once(type, val, lo, hi, __UNIQUE_ID(v_), __UNIQUE_ID(l_), __UNIQUE_ID(h_))
/linux-6.14.4/fs/nfsd/
Dnfsd.h539 * we currently store the exclusive create verifier in the v_{a,m}time
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/
Ddc_hw_types.h879 * timing, and v_* to vertical timing. Keep in mind that when we talk about
/linux-6.14.4/drivers/net/ethernet/mellanox/mlxsw/
Dreg.h9487 #define MLXSW_REG_MTMP_TEMP_TO_MC(val) ({ typeof(val) v_ = (val); \
9488 ((v_) >= 0) ? ((v_) * 125) : \
9489 ((s16)((GENMASK(15, 0) + (v_) + 1) \