Home
last modified time | relevance | path

Searched refs:calibrate (Results 1 – 25 of 61) sorted by relevance

123

/Linux-v5.10/Documentation/devicetree/bindings/display/tegra/
Dnvidia,tegra114-mipi.txt10 - #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/
Dsun8i_thermal.c74 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/
Dhdlcdrv.h133 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()
Dgameport.h30 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/
Dili210x.c322 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/
Dseccomp_benchmark.c45 unsigned long long calibrate(void) in calibrate() function
93 samples = calibrate(); in main()
/Linux-v5.10/Documentation/devicetree/bindings/phy/
Dphy-mtk-xsphy.txt22 calibrate
23 - mediatek,src-coef : u32, coefficient for slew rate calibrate, depends on
46 - mediatek,eye-src : u32, the value of slew rate calibrate
Dphy-mtk-tphy.txt37 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/
Dhyperbus-core.c99 if (ops->calibrate && !ctlr->calibrated) { in hyperbus_register_device()
100 ret = ops->calibrate(hbdev); in hyperbus_register_device()
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-bus-iio-adc-ad719242 "zero_scale" - calibrate to zero scale
43 "full_scale" - calibrate to full scale
Dsysfs-class-rtc-rtc0-device-rtc_calibration7 calibrate the AB8500.s 32KHz Real Time Clock.
Dsysfs-bus-iio-cros-ec1 What: /sys/bus/iio/devices/iio:deviceX/calibrate
/Linux-v5.10/drivers/media/dvb-frontends/
Ddib0090.c171 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/
Dhdlcdrv.h58 unsigned int calibrate; member
/Linux-v5.10/include/linux/mtd/
Dhyperbus.h65 int (*calibrate)(struct hyperbus_device *dev); member
/Linux-v5.10/init/
DMakefile14 obj-$(CONFIG_GENERIC_CALIBRATE_DELAY) += calibrate.o
/Linux-v5.10/drivers/net/hamradio/
Dbaycom_epp.c183 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()
Dhdlcdrv.c455 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/
Dtwl6030-gpadc.c109 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/
Dtsens-v0_1.c503 .calibrate = calibrate_8916,
518 .calibrate = calibrate_8939,
533 .calibrate = calibrate_8974,
Dtsens-v1.c367 .calibrate = calibrate_v1,
379 .calibrate = calibrate_8976,
/Linux-v5.10/drivers/input/mouse/
Delan_i2c.h56 int (*calibrate)(struct i2c_client *client); member
/Linux-v5.10/drivers/iio/common/cros_ec_sensors/
Dcros_ec_sensors_core.c422 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/
Dsht15.rst49 chip. These coefficients are used to internally calibrate the signals from the
/Linux-v5.10/Documentation/input/devices/
Dcs461x.rst19 The sensitivity and calibrate quality have not been tested; the two

123