Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dbyteorder.rs465 pub const MAX_VALUE: $name<O> = $name([0xFFu8; $bytes], PhantomData); constant
1059 const MAX_VALUE: Self; constant
1133 const MAX_VALUE: Self; constant
1155 const MAX_VALUE: $name<O> = $name::MAX_VALUE; constant
1170 const MAX_VALUE: $native = $native::MAX; constant
/linux/drivers/video/backlight/
H A Dpandora_bl.c31 #define MAX_VALUE 63 macro
/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dint-attributes.c11 enum int_properties {MIN_VALUE = 6, MAX_VALUE, SCALAR_INCR}; enumerator