Home
last modified time | relevance | path

Searched refs:physical_max (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/i2c/
H A Dov4689.c118 u32 physical_max; member
253 .physical_max = 255,
261 .physical_max = 504,
269 .physical_max = 1012,
277 .physical_max = 2047,
639 range->physical_min, range->physical_max); in ov4689_map_gain()
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py152 phys_size = (field.physical_max - field.physical_min) * 10 ** (field.unit_exp)
591 phys_set = field.physical_min != 0 or field.physical_max != 0