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

12

/linux-master/include/uapi/linux/
H A Dhdlcdrv.h58 unsigned int calibrate; member in union:hdlcdrv_ioctl::__anon12812
/linux-master/include/linux/mtd/
H A Dhyperbus.h54 * @calibrate: calibrate HyperBus controller
65 int (*calibrate)(struct hyperbus_device *dev); member in struct:hyperbus_ops
/linux-master/drivers/thermal/qcom/
H A Dtsens-v1.c155 .calibrate = calibrate_v1,
167 .calibrate = tsens_calibrate_common,
180 .calibrate = tsens_calibrate_common,
H A Dtsens-v0_1.c330 .calibrate = tsens_calibrate_common,
343 .calibrate = tsens_calibrate_common,
356 .calibrate = calibrate_8916,
371 .calibrate = tsens_calibrate_common,
386 .calibrate = calibrate_8974,
399 .calibrate = tsens_calibrate_common,
H A Dtsens-8960.c261 .calibrate = calibrate_8960,
/linux-master/include/linux/
H A Dgameport.h29 int (*calibrate)(struct gameport *, int *, int *); member in struct:gameport
185 if (gameport->calibrate)
186 return gameport->calibrate(gameport, axes, max);
H A Dhdlcdrv.h133 int calibrate; member in struct:hdlcdrv_state::hdlcdrv_hdlctx
231 if (s->hdlctx.calibrate > 0)
232 s->hdlctx.calibrate--;
258 return s->hdlctx.ptt || (s->hdlctx.calibrate > 0);
/linux-master/drivers/thermal/
H A Dsun8i_thermal.c76 int (*calibrate)(struct ths_device *tmdev, member in struct:ths_thermal_chip
335 tmdev->chip->calibrate(tmdev, caldata, callen);
605 .calibrate = sun8i_h3_ths_calibrate,
618 .calibrate = sun8i_h3_ths_calibrate,
631 .calibrate = sun8i_h3_ths_calibrate,
644 .calibrate = sun8i_h3_ths_calibrate,
657 .calibrate = sun50i_h6_ths_calibrate,
668 .calibrate = sun8i_h3_ths_calibrate,
681 .calibrate = sun50i_h6_ths_calibrate,
693 .calibrate
[all...]
/linux-master/init/
H A DMakefile14 obj-$(CONFIG_GENERIC_CALIBRATE_DELAY) += calibrate.o
/linux-master/drivers/mtd/hyperbus/
H A Dhyperbus-core.c99 if (ops->calibrate && !ctlr->calibrated) {
100 ret = ops->calibrate(hbdev);
H A Dhbmc-am654.c134 .calibrate = am654_hbmc_calibrate,
/linux-master/drivers/input/mouse/
H A Delan_i2c.h78 int (*calibrate)(struct i2c_client *client); member in struct:elan_transport_ops
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c51 unsigned long long calibrate(void) function
212 samples = calibrate();
/linux-master/drivers/phy/tegra/
H A Dphy-tegra194-p2u.c103 .calibrate = tegra_p2u_calibrate,
/linux-master/drivers/iio/adc/
H A Dtwl6030-gpadc.c114 * @calibrate: pointer to calibration function
122 int (*calibrate)(struct twl6030_gpadc_data *gpadc); member in struct:twl6030_gpadc_platform_data
853 .calibrate = twl6030_calibration,
862 .calibrate = twl6032_calibration,
911 ret = pdata->calibrate(gpadc);
/linux-master/drivers/spi/
H A Dspi-aspeed-smc.c85 int (*calibrate)(struct aspeed_spi_chip *chip, u32 hdiv, member in struct:aspeed_spi_data
1010 rc = data->calibrate(chip, i, golden_buf, test_buf);
1103 .calibrate = aspeed_spi_calibrate,
1117 .calibrate = aspeed_spi_calibrate,
1129 .calibrate = aspeed_spi_calibrate,
1143 .calibrate = aspeed_spi_calibrate,
1158 .calibrate = aspeed_spi_ast2600_calibrate,
1173 .calibrate = aspeed_spi_ast2600_calibrate,
/linux-master/drivers/net/hamradio/
H A Dbaycom_epp.c183 int calibrate; member in struct:baycom_state::__anon678
428 if (bc->hdlctx.state == tx_idle && bc->hdlctx.calibrate <= 0) {
506 if (bc->hdlctx.calibrate <= 0)
508 i = min_t(int, cnt, bc->hdlctx.calibrate);
510 bc->hdlctx.calibrate -= i;
928 bc->hdlctx.calibrate = 0;
1073 bc->hdlctx.calibrate = hi.data.calibrate * bc->bitrate / 8;
H A Dhdlcdrv.c456 s->hdlctx.calibrate = 0;
570 if (bi.data.calibrate > INT_MAX / s->par.bitrate)
572 s->hdlctx.calibrate = bi.data.calibrate * s->par.bitrate / 16;
656 s->hdlctx.calibrate = 0;
/linux-master/drivers/media/dvb-frontends/
H A Ddib0090.c171 u8 calibrate; member in struct:dib0090_state
1587 state->calibrate = DC_CAL | WBD_CAL | TEMP_CAL; /* enable iq-offset-calibration and wbd-calibration when tuning next time */
1767 state->calibrate &= ~DC_CAL;
1797 state->calibrate &= ~WBD_CAL;
1812 state->calibrate &= ~WBD_CAL;
2174 state->calibrate &= ~CAPTRIM_CAL;
2218 state->calibrate &= ~TEMP_CAL;
2252 if (state->calibrate & (DC_CAL | TEMP_CAL | WBD_CAL))
2260 if (state->calibrate & DC_CAL)
2262 else if (state->calibrate
[all...]
/linux-master/drivers/input/touchscreen/
H A Dili210x.c565 unsigned long calibrate; local
569 if (kstrtoul(buf, 10, &calibrate))
572 if (calibrate > 1)
575 if (calibrate) {
583 static DEVICE_ATTR(calibrate, S_IWUSR, NULL, ili210x_calibrate);
896 /* Calibrate is present on all ILI2xxx which have calibrate register */
/linux-master/drivers/iio/common/cros_ec_sensors/
H A Dcros_ec_sensors_core.c445 bool calibrate; local
447 ret = kstrtobool(buf, &calibrate);
450 if (!calibrate)
457 dev_warn(&indio_dev->dev, "Unable to calibrate sensor\n");
479 .name = "calibrate",
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhw-ops.h48 return ath9k_hw_ops(ah)->calibrate(ah, chan, rxchainmask, longcal);
/linux-master/drivers/phy/samsung/
H A Dphy-samsung-ufs.c107 * Below state machine to make sure to calibrate PHY in each
221 .calibrate = samsung_ufs_phy_calibrate,
/linux-master/drivers/input/gameport/
H A Dlightning.c224 port->calibrate = l4_calibrate;
/linux-master/drivers/phy/marvell/
H A Dphy-mmp3-usb.c237 .calibrate = mmp3_usb_phy_calibrate,

Completed in 299 milliseconds

12