Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/damon/
H A D_damon_sysfs.py241 max_ = None variable in DamosFilter
247 max_=0): argument
/linux/drivers/media/tuners/
H A Dmt2063.c76 u32 max_; member
359 s32 max_; member
/linux/drivers/hid/bpf/progs/
H A 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