Home
last modified time | relevance | path

Searched defs:max_ (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/drivers/media/tuners/
Dmt2063.c76 u32 max_; member
359 s32 max_; member
/linux-6.14.4/drivers/hid/bpf/progs/
Dhid_report_helpers.h98 #define LogicalMaximum_i8(max_) 0x25, i8(max_), argument
99 #define LogicalMaximum_i16(max_) 0x26, LE16(max_), argument
100 #define LogicalMaximum_i32(max_) 0x27, LE32(max_), argument
106 #define PhysicalMaximum_i8(max_) 0x45, i8(max_), argument
107 #define PhysicalMaximum_i16(max_) 0x46, LE16(max_), argument
108 #define PhysicalMaximum_i32(max_) 0x47, LE32(max_), argument
113 #define UsageMaximum_i8(max_) 0x29, i8(max_), argument
114 #define UsageMaximum_i16(max_) 0x2a, LE16(max_), argument