Home
last modified time | relevance | path

Searched refs:gain2 (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/magnetometer/
H A 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
[all...]
/kernel/linux/linux-6.6/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
[all...]
/kernel/linux/linux-6.6/drivers/iio/pressure/
H A Dst_pressure_core.c75 * IIO_VAL_FRACTIONAL with a 10^3 numerator and "gain2" as denominator.
76 * Therefore, from (3), "gain2" becomes :
77 * gain2 = sensitivity
85 * = offset[mCelsius] * gain2
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
[all...]
/kernel/linux/linux-5.10/drivers/iio/pressure/
H A Dst_pressure_core.c81 * IIO_VAL_FRACTIONAL with a 10^3 numerator and "gain2" as denominator.
82 * Therefore, from (3), "gain2" becomes :
83 * gain2 = sensitivity
91 * = offset[mCelsius] * gain2
271 .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()
[all...]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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 > gain in ZSTD_compressBlock_lazy_generic()
1642 int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offset2))); /* raw approx */ ZSTD_compressBlock_lazy_generic() local
1953 int const gain2 = (int)(repLength * 3); ZSTD_compressBlock_lazy_extDict_generic() local
1962 int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offset2))); /* raw approx */ ZSTD_compressBlock_lazy_extDict_generic() local
1985 int const gain2 = (int)(repLength * 4); ZSTD_compressBlock_lazy_extDict_generic() local
1994 int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offset2))); /* raw approx */ ZSTD_compressBlock_lazy_extDict_generic() local
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Dcpia1.c291 u8 gain2; member
303 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()
1071 sd->params.apcor.gain2 = 0x18; in set_flicker()
1104 sd->params.apcor.gain2 = 0x16; in set_flicker()
1109 sd->params.vlOffset.gain2 = 24; in set_flicker()
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H A Dcpia1.c291 u8 gain2; member
303 u8 gain2; member
647 params->apcor.gain2 = 0x16; in reset_camera_params()
651 params->vlOffset.gain2 = 24; in reset_camera_params()
817 sd->params.apcor.gain2, in command_setapcor()
827 sd->params.vlOffset.gain2, in command_setvloffset()
1072 sd->params.apcor.gain2 = 0x18; in set_flicker()
1105 sd->params.apcor.gain2 = 0x16; in set_flicker()
1110 sd->params.vlOffset.gain2 = 24; in set_flicker()
/kernel/linux/linux-5.10/lib/zstd/
H A 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 > gain in ZSTD_compressBlock_lazy_extDict_generic()
2150 int const gain2 = (int)(ml2 * 4 - ZSTD_highbit32((U32)offset2 + 1)); /* raw approx */ ZSTD_compressBlock_lazy_extDict_generic() local
2174 int gain2 = (int)(repLength * 4); ZSTD_compressBlock_lazy_extDict_generic() local
2185 int const gain2 = (int)(ml2 * 4 - ZSTD_highbit32((U32)offset2 + 1)); /* raw approx */ ZSTD_compressBlock_lazy_extDict_generic() local
[all...]
/kernel/linux/linux-5.10/include/linux/iio/common/
H A Dst_sensors.h103 unsigned int gain2; member
/kernel/linux/linux-6.6/include/linux/iio/common/
H A Dst_sensors.h113 unsigned int gain2; member

Completed in 21 milliseconds