Home
last modified time | relevance | path

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

/linux/drivers/iio/magnetometer/
H A Dst_magn_core.c180 .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/drivers/iio/pressure/
H A Dst_pressure_core.c265 .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/drivers/media/dvb-frontends/
H A 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/lib/zstd/compress/
H A Dzstd_lazy.c1584 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()
1606 …int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offset2))); /* raw approx … in ZSTD_compressBlock_lazy_generic() local
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
1636 if ((mlRep >= 4) && (gain2 > gain1)) in ZSTD_compressBlock_lazy_generic()
[all …]
/linux/drivers/media/usb/gspca/
H A Dcpia1.c291 u8 gain2; member
303 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()
1070 sd->params.apcor.gain2 = 0x18; in set_flicker()
1103 sd->params.apcor.gain2 = 0x16; in set_flicker()
1108 sd->params.vlOffset.gain2 = 24; in set_flicker()
/linux/include/linux/iio/common/
H A Dst_sensors.h113 unsigned int gain2; member