Home
last modified time | relevance | path

Searched refs:MAX_VALUE (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dethtool-ring.sh
/linux/drivers/video/backlight/
H A Dpandora_bl.c31 #define MAX_VALUE 63 macro
32 #define MAX_USER_VALUE (MAX_VALUE - MIN_VALUE)
74 twl_i2c_write_u8(TWL_MODULE_PWM, MAX_VALUE, TWL_PWM0_OFF); in pandora_backlight_update_status()
/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dint-attributes.c11 enum int_properties {MIN_VALUE = 6, MAX_VALUE, SCALAR_INCR}; enumerator
169 if (check_property_type(integer, MAX_VALUE, ACPI_TYPE_INTEGER)) in populate_int_data()
172 (uintptr_t)integer_obj[MAX_VALUE].string.pointer; in populate_int_data()
/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
1339 assert_eq!(T::MAX_VALUE.get(), T::Native::MAX_VALUE); in test_max_value()