Searched refs:hp206c_osr_rates (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/pressure/ |
H A D | hp206c.c | 79 static const int hp206c_osr_rates[] = { 4096, 2048, 1024, 512, 256, 128 }; variable 219 *val = hp206c_osr_rates[data->temp_osr_index]; in hp206c_read_raw() 224 *val = hp206c_osr_rates[data->pres_osr_index]; in hp206c_read_raw() 310 hp206c_osr_rates, ARRAY_SIZE(hp206c_osr_rates)); in hp206c_write_raw() 314 hp206c_osr_rates, ARRAY_SIZE(hp206c_osr_rates)); in hp206c_write_raw()
|
/kernel/linux/linux-6.6/drivers/iio/pressure/ |
H A D | hp206c.c | 79 static const int hp206c_osr_rates[] = { 4096, 2048, 1024, 512, 256, 128 }; variable 219 *val = hp206c_osr_rates[data->temp_osr_index]; in hp206c_read_raw() 224 *val = hp206c_osr_rates[data->pres_osr_index]; in hp206c_read_raw() 310 hp206c_osr_rates, ARRAY_SIZE(hp206c_osr_rates)); in hp206c_write_raw() 314 hp206c_osr_rates, ARRAY_SIZE(hp206c_osr_rates)); in hp206c_write_raw()
|
Completed in 2 milliseconds