Home
last modified time | relevance | path

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

/linux/drivers/iio/pressure/
H A Dhsc030pa.c47 u32 output_max; member
57 [HSC_FUNCTION_A] = { .output_min = 1638, .output_max = 14746 },
58 [HSC_FUNCTION_B] = { .output_min = 819, .output_max = 15565 },
59 [HSC_FUNCTION_C] = { .output_min = 819, .output_max = 13926 },
60 [HSC_FUNCTION_F] = { .output_min = 655, .output_max = 15401 },
514 hsc->outmax = hsc_func_spec[hsc->function].output_max; in hsc_common_probe()
H A Dabp2030pa.c49 u32 output_max; member
54 [ABP2_FUNCTION_A] = { .output_min = 1677722, .output_max = 15099494 },
512 data->outmax = abp2_func_spec[data->function].output_max; in abp2_common_probe()