Searched refs:calibrate (Results 1 - 14 of 14) sorted by relevance

/drivers/input/touchscreen/
H A Dili210x.c154 unsigned long calibrate; local
158 if (kstrtoul(buf, 10, &calibrate))
161 if (calibrate > 1)
164 if (calibrate) {
172 static DEVICE_ATTR(calibrate, 0644, NULL, ili210x_calibrate);
/drivers/iio/adc/
H A Dtwl6030-gpadc.c115 * @calibrate: pointer to calibration function
123 int (*calibrate)(struct twl6030_gpadc_data *gpadc); member in struct:twl6030_gpadc_platform_data
855 .calibrate = twl6030_calibration,
864 .calibrate = twl6032_calibration,
914 ret = pdata->calibrate(gpadc);
/drivers/net/hamradio/
H A Dbaycom_epp.c198 int calibrate; member in struct:baycom_state::__anon4005
439 if (bc->hdlctx.state == tx_idle && bc->hdlctx.calibrate <= 0) {
516 if (bc->hdlctx.calibrate <= 0)
518 i = min_t(int, cnt, bc->hdlctx.calibrate);
520 bc->hdlctx.calibrate -= i;
925 bc->hdlctx.calibrate = 0;
1070 bc->hdlctx.calibrate = hi.data.calibrate * bc->bitrate / 8;
H A Dhdlcdrv.c463 s->hdlctx.calibrate = 0;
574 if (bi.data.calibrate > INT_MAX / s->par.bitrate)
576 s->hdlctx.calibrate = bi.data.calibrate * s->par.bitrate / 16;
660 s->hdlctx.calibrate = 0;
/drivers/media/dvb-frontends/
H A Ddib0090.c187 u8 calibrate; member in struct:dib0090_state
1591 state->calibrate = DC_CAL | WBD_CAL | TEMP_CAL; /* enable iq-offset-calibration and wbd-calibration when tuning next time */
1771 state->calibrate &= ~DC_CAL;
1799 state->calibrate &= ~WBD_CAL;
1814 state->calibrate &= ~WBD_CAL;
2175 state->calibrate &= ~CAPTRIM_CAL;
2219 state->calibrate &= ~TEMP_CAL;
2253 if (state->calibrate & (DC_CAL | TEMP_CAL | WBD_CAL))
2261 if (state->calibrate & DC_CAL)
2263 else if (state->calibrate
[all...]
/drivers/input/gameport/
H A Dlightning.c243 port->calibrate = l4_calibrate;
/drivers/net/wireless/ath/ath9k/
H A Dhw-ops.h49 return ath9k_hw_ops(ah)->calibrate(ah, chan, rxchainmask, longcal);
H A Dar9002_calib.c988 ops->calibrate = ar9002_hw_calibrate;
H A Dhw.h673 * @calibrate: periodic calibration for NF, ANI, IQ, ADC gain, ADC-DC
684 bool (*calibrate)(struct ath_hw *ah, member in struct:ath_hw_ops
H A Dar9003_calib.c1682 ops->calibrate = ar9003_hw_calibrate;
/drivers/power/
H A Dpower_supply_sysfs.c202 POWER_SUPPLY_ATTR(calibrate),
H A Dab8500_fg.c148 bool calibrate; member in struct:ab8500_fg_flags
1733 di->flags.calibrate = false;
1744 /* Something went wrong, don't calibrate then */
1745 dev_err(di->dev, "failed to calibrate the CC\n");
1746 di->flags.calibrate = false;
1759 if (di->flags.calibrate)
2421 if (di->flags.calibrate == false) {
3246 di->flags.calibrate = true;
/drivers/platform/x86/
H A Dhdaps.c464 static DEVICE_ATTR(calibrate, 0644, hdaps_calibrate_show,hdaps_calibrate_store);
584 /* initial calibrate for the input device */
/drivers/input/misc/
H A Dadxl34x.c527 static DEVICE_ATTR(calibrate, 0664,

Completed in 456 milliseconds