| /linux-6.15/Documentation/devicetree/bindings/display/tegra/ |
| H A D | nvidia,tegra114-mipi.yaml | 38 "#nvidia,mipi-calibrate-cells": 51 - "#nvidia,mipi-calibrate-cells" 62 #nvidia,mipi-calibrate-cells = <1>; 74 nvidia,mipi-calibrate = <&mipi 0x060>; /* DSIA & DSIB pads */
|
| /linux-6.15/drivers/thermal/ |
| H A D | sun8i_thermal.c | 77 int (*calibrate)(struct ths_device *tmdev, member 336 tmdev->chip->calibrate(tmdev, caldata, callen); in sun8i_ths_calibrate() 604 .calibrate = sun8i_h3_ths_calibrate, 617 .calibrate = sun8i_h3_ths_calibrate, 630 .calibrate = sun8i_h3_ths_calibrate, 643 .calibrate = sun8i_h3_ths_calibrate, 656 .calibrate = sun50i_h6_ths_calibrate, 667 .calibrate = sun8i_h3_ths_calibrate, 680 .calibrate = sun50i_h6_ths_calibrate, 692 .calibrate = sun50i_h6_ths_calibrate, [all …]
|
| /linux-6.15/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-v1.c | 155 .calibrate = calibrate_v1, 167 .calibrate = tsens_calibrate_common, 180 .calibrate = tsens_calibrate_common,
|
| /linux-6.15/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-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-adc-ad-sigma-delta | 14 "zero_scale" - calibrate to zero scale 15 "full_scale" - calibrate to full scale
|
| 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-6.15/Documentation/devicetree/bindings/sound/ |
| H A D | rockchip,i2s-tdm.yaml | 55 Parent clock for mclk_tx (only required when using mclk-calibrate) 57 Parent clock for mclk_rx (only required when using mclk-calibrate) 60 (only required when using mclk-calibrate) 63 (only required when using mclk-calibrate)
|
| /linux-6.15/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-6.15/Documentation/devicetree/bindings/phy/ |
| H A D | mediatek,xsphy.yaml | 70 Frequency of reference clock for slew rate calibrate 75 Coefficient for slew rate calibrate, depends on SoC process 113 The value of slew rate calibrate (U2 phy)
|
| /linux-6.15/drivers/media/dvb-frontends/ |
| H A D | dib0090.c | 171 u8 calibrate; member 1767 state->calibrate &= ~DC_CAL; in dib0090_dc_offset_calibration() 1797 state->calibrate &= ~WBD_CAL; in dib0090_wbd_calibration() 1812 state->calibrate &= ~WBD_CAL; in dib0090_wbd_calibration() 2174 state->calibrate &= ~CAPTRIM_CAL; in dib0090_captrim_search() 2218 state->calibrate &= ~TEMP_CAL; in dib0090_get_temperature() 2260 if (state->calibrate & DC_CAL) in dib0090_tune() 2262 else if (state->calibrate & WBD_CAL) { in dib0090_tune() 2266 } else if (state->calibrate & TEMP_CAL) in dib0090_tune() 2501 state->calibrate |= WBD_CAL; in dib0090_tune() [all …]
|
| /linux-6.15/drivers/spi/ |
| H A D | spi-aspeed-smc.c | 85 int (*calibrate)(struct aspeed_spi_chip *chip, u32 hdiv, member 1005 rc = data->calibrate(chip, i, golden_buf, test_buf); in aspeed_spi_do_calibration() 1098 .calibrate = aspeed_spi_calibrate, 1112 .calibrate = aspeed_spi_calibrate, 1124 .calibrate = aspeed_spi_calibrate, 1138 .calibrate = aspeed_spi_calibrate, 1153 .calibrate = aspeed_spi_ast2600_calibrate, 1168 .calibrate = aspeed_spi_ast2600_calibrate,
|
| /linux-6.15/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-6.15/include/linux/mtd/ |
| H A D | hyperbus.h | 65 int (*calibrate)(struct hyperbus_device *dev); member
|
| /linux-6.15/include/uapi/linux/ |
| H A D | hdlcdrv.h | 58 unsigned int calibrate; member
|
| /linux-6.15/init/ |
| H A D | Makefile | 14 obj-$(CONFIG_GENERIC_CALIBRATE_DELAY) += calibrate.o
|
| /linux-6.15/drivers/iio/adc/ |
| H A D | twl6030-gpadc.c | 122 int (*calibrate)(struct twl6030_gpadc_data *gpadc); member 853 .calibrate = twl6030_calibration, 862 .calibrate = twl6032_calibration, 911 ret = pdata->calibrate(gpadc); in twl6030_gpadc_probe()
|
| /linux-6.15/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-6.15/drivers/net/phy/mediatek/ |
| H A D | Kconfig | 26 present in the SoCs efuse and will dynamically calibrate VCM
|
| /linux-6.15/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-6.15/drivers/input/mouse/ |
| H A D | elan_i2c.h | 78 int (*calibrate)(struct i2c_client *client); member
|
| /linux-6.15/drivers/iio/common/cros_ec_sensors/ |
| H A D | cros_ec_sensors_core.c | 446 bool calibrate; in cros_ec_sensors_calibrate() local 448 ret = kstrtobool(buf, &calibrate); in cros_ec_sensors_calibrate() 451 if (!calibrate) in cros_ec_sensors_calibrate()
|