Searched refs:output_max (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/iio/pressure/ |
| H A D | hsc030pa.c | 47 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 D | abp2030pa.c | 49 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()
|