Home
last modified time | relevance | path

Searched refs:gain2 (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/iio/magnetometer/
Dst_magn_core.c140 .gain2 = 980,
146 .gain2 = 760,
152 .gain2 = 600,
158 .gain2 = 400,
164 .gain2 = 355,
170 .gain2 = 295,
176 .gain2 = 205,
219 .gain2 = 1020,
225 .gain2 = 1315,
231 .gain2 = 1666,
[all …]
/Linux-v5.10/drivers/iio/pressure/
Dst_pressure_core.c271 .gain2 = ST_PRESS_LSB_PER_CELSIUS,
341 .gain2 = ST_PRESS_LPS001WP_LSB_PER_CELSIUS,
394 .gain2 = ST_PRESS_LSB_PER_CELSIUS,
463 .gain2 = ST_PRESS_LPS22HB_LSB_PER_CELSIUS,
532 .gain2 = ST_PRESS_LPS22HB_LSB_PER_CELSIUS,
606 *val2 = press_data->current_fullscale->gain2; in st_press_read_raw()
617 press_data->current_fullscale->gain2; in st_press_read_raw()
/Linux-v5.10/drivers/media/dvb-frontends/
Dts2020.c340 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.10/drivers/media/usb/gspca/
Dcpia1.c290 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.10/lib/zstd/
Dcompress.c1958 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 …]
/Linux-v5.10/include/linux/iio/common/
Dst_sensors.h103 unsigned int gain2; member