/linux/drivers/thermal/qcom/ |
H A D | tsens-v0_1.c | 330 .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 D | tsens-8960.c | 261 .calibrate = calibrate_8960,
|
/linux/include/linux/ |
H A D | hdlcdrv.h | 133 int calibrate; member 231 if (s->hdlctx.calibrate > 0) in hdlcdrv_getbits() 232 s->hdlctx.calibrate--; in hdlcdrv_getbits() 258 return s->hdlctx.ptt || (s->hdlctx.calibrate > 0); in hdlcdrv_ptt()
|
H A D | gameport.h | 29 int (*calibrate)(struct gameport *, int *, int *); member 185 if (gameport->calibrate) in gameport_calibrate() 186 return gameport->calibrate(gameport, axes, max); in gameport_calibrate()
|
/linux/drivers/mtd/hyperbus/ |
H A D | hyperbus-core.c | 99 if (ops->calibrate && !ctlr->calibrated) { in hyperbus_register_device() 100 ret = ops->calibrate(hbdev); in hyperbus_register_device()
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-adc-ad7192 |
|
H A D | sysfs-class-rtc-rtc0-device-rtc_calibration | 7 calibrate the AB8500.s 32KHz Real Time Clock.
|
H A D | sysfs-bus-iio-cros-ec | 1 What: /sys/bus/iio/devices/iio:deviceX/calibrate
|
/linux/drivers/net/hamradio/ |
H A D | baycom_epp.c | 183 int calibrate; member 428 if (bc->hdlctx.state == tx_idle && bc->hdlctx.calibrate <= 0) { in transmit() 506 if (bc->hdlctx.calibrate <= 0) in transmit() 508 i = min_t(int, cnt, bc->hdlctx.calibrate); in transmit() 510 bc->hdlctx.calibrate -= i; in transmit() 928 bc->hdlctx.calibrate = 0; in epp_open() 1073 bc->hdlctx.calibrate = hi.data.calibrate * bc->bitrate / 8; in baycom_siocdevprivate()
|
H A D | hdlcdrv.c | 456 s->hdlctx.calibrate = 0; in hdlcdrv_open() 570 if (bi.data.calibrate > INT_MAX / s->par.bitrate) in hdlcdrv_siocdevprivate() 572 s->hdlctx.calibrate = bi.data.calibrate * s->par.bitrate / 16; in hdlcdrv_siocdevprivate() 656 s->hdlctx.calibrate = 0; in hdlcdrv_setup()
|
/linux/drivers/spi/ |
H A D | spi-aspeed-smc.c | 85 int (*calibrate)(struct aspeed_spi_chip *chip, u32 hdiv, member 1012 rc = data->calibrate(chip, i, golden_buf, test_buf); in aspeed_spi_do_calibration() 1105 .calibrate = aspeed_spi_calibrate, 1119 .calibrate = aspeed_spi_calibrate, 1131 .calibrate = aspeed_spi_calibrate, 1145 .calibrate = aspeed_spi_calibrate, 1160 .calibrate = aspeed_spi_ast2600_calibrate, 1175 .calibrate = aspeed_spi_ast2600_calibrate,
|
/linux/include/linux/mtd/ |
H A D | hyperbus.h | 65 int (*calibrate)(struct hyperbus_device *dev); member
|
/linux/include/uapi/linux/ |
H A D | hdlcdrv.h | 58 unsigned int calibrate; member
|
/linux/init/ |
H A D | Makefile | 14 obj-$(CONFIG_GENERIC_CALIBRATE_DELAY) += calibrate.o
|
/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_benchmark.c | 51 unsigned long long calibrate(void) in calibrate() function 212 samples = calibrate(); in main()
|
/linux/drivers/input/touchscreen/ |
H A D | ili210x.c | 565 unsigned long calibrate; in ili210x_calibrate() local 569 if (kstrtoul(buf, 10, &calibrate)) in ili210x_calibrate() 572 if (calibrate > 1) in ili210x_calibrate() 575 if (calibrate) { in ili210x_calibrate() 583 static DEVICE_ATTR(calibrate, S_IWUSR, NULL, ili210x_calibrate);
|
/linux/drivers/input/mouse/ |
H A D | elan_i2c.h | 78 int (*calibrate)(struct i2c_client *client); member
|
/linux/drivers/iio/common/cros_ec_sensors/ |
H A D | cros_ec_sensors_core.c | 443 bool calibrate; in cros_ec_sensors_calibrate() local 445 ret = kstrtobool(buf, &calibrate); in cros_ec_sensors_calibrate() 448 if (!calibrate) in cros_ec_sensors_calibrate()
|
/linux/drivers/phy/tegra/ |
H A D | phy-tegra194-p2u.c | 103 .calibrate = tegra_p2u_calibrate,
|
/linux/Documentation/hwmon/ |
H A D | sht15.rst | 49 chip. These coefficients are used to internally calibrate the signals from the
|
/linux/drivers/phy/marvell/ |
H A D | phy-mmp3-usb.c | 237 .calibrate = mmp3_usb_phy_calibrate,
|
/linux/Documentation/input/devices/ |
H A D | cs461x.rst | 19 The sensitivity and calibrate quality have not been tested; the two
|
/linux/Documentation/input/ |
H A D | gameport-programming.rst | 188 int (*calibrate)(struct gameport *, int *axes, int *max); 192 expected maximums for each axis. The calibrate() function should set the
|
/linux/Documentation/usb/ |
H A D | mtouchusb.rst | 52 Currently there is no way to calibrate the device via this driver. Even if
|
/linux/drivers/input/gameport/ |
H A D | lightning.c | 224 port->calibrate = l4_calibrate; in l4_create_ports()
|