Searched refs:gain2 (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/iio/magnetometer/ |
| D | st_magn_core.c | 141 .gain2 = 980, 147 .gain2 = 760, 153 .gain2 = 600, 159 .gain2 = 400, 165 .gain2 = 355, 171 .gain2 = 295, 177 .gain2 = 205, 220 .gain2 = 1020, 226 .gain2 = 1315, 232 .gain2 = 1666, [all …]
|
| /Linux-v5.4/drivers/iio/pressure/ |
| D | st_pressure_core.c | 272 .gain2 = ST_PRESS_LSB_PER_CELSIUS, 342 .gain2 = ST_PRESS_LPS001WP_LSB_PER_CELSIUS, 395 .gain2 = ST_PRESS_LSB_PER_CELSIUS, 464 .gain2 = ST_PRESS_LPS22HB_LSB_PER_CELSIUS, 533 .gain2 = ST_PRESS_LPS22HB_LSB_PER_CELSIUS, 607 *val2 = press_data->current_fullscale->gain2; in st_press_read_raw() 618 press_data->current_fullscale->gain2; in st_press_read_raw()
|
| /Linux-v5.4/drivers/media/dvb-frontends/ |
| 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-v5.4/drivers/media/usb/gspca/ |
| D | cpia1.c | 290 u8 gain2; member 302 u8 gain2; member 645 params->apcor.gain2 = 0x16; in reset_camera_params() 649 params->vlOffset.gain2 = 24; in reset_camera_params() 815 sd->params.apcor.gain2, in command_setapcor() 825 sd->params.vlOffset.gain2, in command_setvloffset() 1068 sd->params.apcor.gain2 = 0x18; in set_flicker() 1101 sd->params.apcor.gain2 = 0x16; in set_flicker() 1106 sd->params.vlOffset.gain2 = 24; in set_flicker()
|
| /Linux-v5.4/include/linux/iio/common/ |
| D | st_sensors.h | 103 unsigned int gain2; member
|
| /Linux-v5.4/lib/zstd/ |
| D | compress.c | 1958 int const gain2 = (int)(mlRep * 3); in ZSTD_compressBlock_lazy_generic() local 1960 if ((mlRep >= EQUAL_READ32) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic() 1966 int const gain2 = (int)(ml2 * 4 - ZSTD_highbit32((U32)offset2 + 1)); /* raw approx */ in ZSTD_compressBlock_lazy_generic() local 1968 if ((ml2 >= EQUAL_READ32) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic() 1979 int const gain2 = (int)(ml2 * 4); in ZSTD_compressBlock_lazy_generic() local 1981 if ((ml2 >= EQUAL_READ32) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic() 1987 int const gain2 = (int)(ml2 * 4 - ZSTD_highbit32((U32)offset2 + 1)); /* raw approx */ in ZSTD_compressBlock_lazy_generic() local 1989 if ((ml2 >= EQUAL_READ32) && (gain2 > gain1)) { in ZSTD_compressBlock_lazy_generic() 2139 int const gain2 = (int)(repLength * 3); in ZSTD_compressBlock_lazy_extDict_generic() local 2141 if ((repLength >= EQUAL_READ32) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_extDict_generic() [all …]
|