Searched refs:gain2 (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/iio/magnetometer/ |
A D | st_magn_core.c | 180 .gain2 = 980, 186 .gain2 = 760, 192 .gain2 = 600, 198 .gain2 = 400, 204 .gain2 = 355, 210 .gain2 = 295, 216 .gain2 = 205, 259 .gain2 = 1020, 265 .gain2 = 1315, 271 .gain2 = 1666, [all …]
|
/linux-6.3-rc2/drivers/iio/pressure/ |
A D | st_pressure_core.c | 265 .gain2 = ST_PRESS_LSB_PER_CELSIUS, 335 .gain2 = ST_PRESS_LPS001WP_LSB_PER_CELSIUS, 388 .gain2 = ST_PRESS_LSB_PER_CELSIUS, 457 .gain2 = ST_PRESS_LPS22HB_LSB_PER_CELSIUS, 526 .gain2 = ST_PRESS_LPS22HB_LSB_PER_CELSIUS, 596 .gain2 = ST_PRESS_LPS22HB_LSB_PER_CELSIUS, 666 *val2 = press_data->current_fullscale->gain2; in st_press_read_raw() 677 press_data->current_fullscale->gain2; in st_press_read_raw()
|
/linux-6.3-rc2/drivers/media/dvb-frontends/ |
A D | ts2020.c | 340 unsigned long gain1, gain2, gain3; in ts2020_read_tuner_gain() local 354 gain2 = utmp & 0x1f; in ts2020_read_tuner_gain() 359 gain2 = clamp_t(long, gain2, 0, 13); in ts2020_read_tuner_gain() 363 gain2 * 3500 + in ts2020_read_tuner_gain() 376 gain2 = clamp_t(long, gain2, 2, 16); in ts2020_read_tuner_gain() 381 gain2 * 3380 + in ts2020_read_tuner_gain()
|
/linux-6.3-rc2/lib/zstd/compress/ |
A D | zstd_lazy.c | 1584 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local 1586 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic() 1598 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local 1600 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic() 1608 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic() 1620 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local 1622 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic() 1634 int const gain2 = (int)(mlRep * 4); in ZSTD_compressBlock_lazy_generic() local 1644 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic() 1964 if ((ml2 >= 4) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_extDict_generic() [all …]
|
/linux-6.3-rc2/drivers/media/usb/gspca/ |
A D | cpia1.c | 290 u8 gain2; member 302 u8 gain2; member 646 params->apcor.gain2 = 0x16; in reset_camera_params() 650 params->vlOffset.gain2 = 24; in reset_camera_params() 816 sd->params.apcor.gain2, in command_setapcor() 826 sd->params.vlOffset.gain2, in command_setvloffset() 1069 sd->params.apcor.gain2 = 0x18; in set_flicker() 1102 sd->params.apcor.gain2 = 0x16; in set_flicker() 1107 sd->params.vlOffset.gain2 = 24; in set_flicker()
|
/linux-6.3-rc2/include/linux/iio/common/ |
A D | st_sensors.h | 112 unsigned int gain2; member
|
Completed in 18 milliseconds