/Linux-v5.10/Documentation/devicetree/bindings/display/tegra/ |
D | nvidia,tegra114-mipi.txt | 10 - #nvidia,mipi-calibrate-cells: Should be 1. The cell is a bitmask of the pads 13 User nodes need to contain an nvidia,mipi-calibrate property that has a 24 #nvidia,mipi-calibrate-cells = <1>; 35 nvidia,mipi-calibrate = <&mipi 0x060>;
|
/Linux-v5.10/drivers/thermal/ |
D | sun8i_thermal.c | 74 int (*calibrate)(struct ths_device *tmdev, member 314 tmdev->chip->calibrate(tmdev, caldata, callen); in sun8i_ths_calibrate() 548 .calibrate = sun8i_h3_ths_calibrate, 561 .calibrate = sun8i_h3_ths_calibrate, 574 .calibrate = sun8i_h3_ths_calibrate, 587 .calibrate = sun8i_h3_ths_calibrate, 600 .calibrate = sun50i_h6_ths_calibrate, 611 .calibrate = sun8i_h3_ths_calibrate, 624 .calibrate = sun50i_h6_ths_calibrate,
|
/Linux-v5.10/include/linux/ |
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()
|
D | gameport.h | 30 int (*calibrate)(struct gameport *, int *, int *); member 192 if (gameport->calibrate) in gameport_calibrate() 193 return gameport->calibrate(gameport, axes, max); in gameport_calibrate()
|
/Linux-v5.10/drivers/input/touchscreen/ |
D | ili210x.c | 322 unsigned long calibrate; in ili210x_calibrate() local 326 if (kstrtoul(buf, 10, &calibrate)) in ili210x_calibrate() 329 if (calibrate > 1) in ili210x_calibrate() 332 if (calibrate) { in ili210x_calibrate() 340 static DEVICE_ATTR(calibrate, S_IWUSR, NULL, ili210x_calibrate);
|
/Linux-v5.10/tools/testing/selftests/seccomp/ |
D | seccomp_benchmark.c | 45 unsigned long long calibrate(void) in calibrate() function 93 samples = calibrate(); in main()
|
/Linux-v5.10/Documentation/devicetree/bindings/phy/ |
D | phy-mtk-xsphy.txt | 22 calibrate 23 - mediatek,src-coef : u32, coefficient for slew rate calibrate, depends on 46 - mediatek,eye-src : u32, the value of slew rate calibrate
|
D | phy-mtk-tphy.txt | 37 calibrate 38 - mediatek,src-coef : coefficient for slew rate calibrate, depends on 61 - mediatek,eye-src : u32, the value of slew rate calibrate
|
/Linux-v5.10/drivers/mtd/hyperbus/ |
D | hyperbus-core.c | 99 if (ops->calibrate && !ctlr->calibrated) { in hyperbus_register_device() 100 ret = ops->calibrate(hbdev); in hyperbus_register_device()
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-bus-iio-adc-ad7192 | 42 "zero_scale" - calibrate to zero scale 43 "full_scale" - calibrate to full scale
|
D | sysfs-class-rtc-rtc0-device-rtc_calibration | 7 calibrate the AB8500.s 32KHz Real Time Clock.
|
D | sysfs-bus-iio-cros-ec | 1 What: /sys/bus/iio/devices/iio:deviceX/calibrate
|
/Linux-v5.10/drivers/media/dvb-frontends/ |
D | dib0090.c | 171 u8 calibrate; member 1587 …state->calibrate = DC_CAL | WBD_CAL | TEMP_CAL; /* enable iq-offset-calibration and wbd-calibratio… in dib0090_reset() 1767 state->calibrate &= ~DC_CAL; in dib0090_dc_offset_calibration() 1795 state->calibrate &= ~WBD_CAL; in dib0090_wbd_calibration() 1810 state->calibrate &= ~WBD_CAL; in dib0090_wbd_calibration() 2172 state->calibrate &= ~CAPTRIM_CAL; in dib0090_captrim_search() 2216 state->calibrate &= ~TEMP_CAL; in dib0090_get_temperature() 2250 if (state->calibrate & (DC_CAL | TEMP_CAL | WBD_CAL)) in dib0090_tune() 2258 if (state->calibrate & DC_CAL) in dib0090_tune() 2260 else if (state->calibrate & WBD_CAL) { in dib0090_tune() [all …]
|
/Linux-v5.10/include/uapi/linux/ |
D | hdlcdrv.h | 58 unsigned int calibrate; member
|
/Linux-v5.10/include/linux/mtd/ |
D | hyperbus.h | 65 int (*calibrate)(struct hyperbus_device *dev); member
|
/Linux-v5.10/init/ |
D | Makefile | 14 obj-$(CONFIG_GENERIC_CALIBRATE_DELAY) += calibrate.o
|
/Linux-v5.10/drivers/net/hamradio/ |
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() 934 bc->hdlctx.calibrate = 0; in epp_open() 1078 bc->hdlctx.calibrate = hi.data.calibrate * bc->bitrate / 8; in baycom_ioctl()
|
D | hdlcdrv.c | 455 s->hdlctx.calibrate = 0; in hdlcdrv_open() 567 if (bi.data.calibrate > INT_MAX / s->par.bitrate) in hdlcdrv_ioctl() 569 s->hdlctx.calibrate = bi.data.calibrate * s->par.bitrate / 16; in hdlcdrv_ioctl() 653 s->hdlctx.calibrate = 0; in hdlcdrv_setup()
|
/Linux-v5.10/drivers/iio/adc/ |
D | twl6030-gpadc.c | 109 int (*calibrate)(struct twl6030_gpadc_data *gpadc); member 840 .calibrate = twl6030_calibration, 849 .calibrate = twl6032_calibration, 901 ret = pdata->calibrate(gpadc); in twl6030_gpadc_probe()
|
/Linux-v5.10/drivers/thermal/qcom/ |
D | tsens-v0_1.c | 503 .calibrate = calibrate_8916, 518 .calibrate = calibrate_8939, 533 .calibrate = calibrate_8974,
|
D | tsens-v1.c | 367 .calibrate = calibrate_v1, 379 .calibrate = calibrate_8976,
|
/Linux-v5.10/drivers/input/mouse/ |
D | elan_i2c.h | 56 int (*calibrate)(struct i2c_client *client); member
|
/Linux-v5.10/drivers/iio/common/cros_ec_sensors/ |
D | cros_ec_sensors_core.c | 422 bool calibrate; in cros_ec_sensors_calibrate() local 424 ret = strtobool(buf, &calibrate); in cros_ec_sensors_calibrate() 427 if (!calibrate) in cros_ec_sensors_calibrate()
|
/Linux-v5.10/Documentation/hwmon/ |
D | sht15.rst | 49 chip. These coefficients are used to internally calibrate the signals from the
|
/Linux-v5.10/Documentation/input/devices/ |
D | cs461x.rst | 19 The sensitivity and calibrate quality have not been tested; the two
|