Home
last modified time | relevance | path

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

123

/Linux-v4.19/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-v4.19/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.h33 int (*calibrate)(struct gameport *, int *, int *); member
195 if (gameport->calibrate) in gameport_calibrate()
196 return gameport->calibrate(gameport, axes, max); in gameport_calibrate()
/Linux-v4.19/drivers/input/touchscreen/
Dili210x.c154 unsigned long calibrate; in ili210x_calibrate() local
158 if (kstrtoul(buf, 10, &calibrate)) in ili210x_calibrate()
161 if (calibrate > 1) in ili210x_calibrate()
164 if (calibrate) { in ili210x_calibrate()
172 static DEVICE_ATTR(calibrate, S_IWUSR, NULL, ili210x_calibrate);
/Linux-v4.19/tools/testing/selftests/seccomp/
Dseccomp_benchmark.c45 unsigned long long calibrate(void) in calibrate() function
76 samples = calibrate(); in main()
/Linux-v4.19/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.txt31 calibrate
32 - mediatek,src-coef : coefficient for slew rate calibrate, depends on
51 - mediatek,eye-src : u32, the value of slew rate calibrate
/Linux-v4.19/drivers/thermal/qcom/
Dtsens.c171 if (tmdev->ops->calibrate) { in tsens_probe()
172 ret = tmdev->ops->calibrate(tmdev); in tsens_probe()
Dtsens.h48 int (*calibrate)(struct tsens_device *); member
Dtsens-8916.c105 .calibrate = calibrate_8916,
Dtsens-8974.c237 .calibrate = calibrate_8974,
/Linux-v4.19/drivers/media/dvb-frontends/
Ddib0090.c183 u8 calibrate; member
1599 …state->calibrate = DC_CAL | WBD_CAL | TEMP_CAL; /* enable iq-offset-calibration and wbd-calibratio… in dib0090_reset()
1778 state->calibrate &= ~DC_CAL; in dib0090_dc_offset_calibration()
1806 state->calibrate &= ~WBD_CAL; in dib0090_wbd_calibration()
1821 state->calibrate &= ~WBD_CAL; in dib0090_wbd_calibration()
2183 state->calibrate &= ~CAPTRIM_CAL; in dib0090_captrim_search()
2227 state->calibrate &= ~TEMP_CAL; in dib0090_get_temperature()
2261 if (state->calibrate & (DC_CAL | TEMP_CAL | WBD_CAL)) in dib0090_tune()
2269 if (state->calibrate & DC_CAL) in dib0090_tune()
2271 else if (state->calibrate & WBD_CAL) { in dib0090_tune()
[all …]
/Linux-v4.19/include/uapi/linux/
Dhdlcdrv.h58 unsigned int calibrate; member
/Linux-v4.19/init/
DMakefile14 obj-$(CONFIG_GENERIC_CALIBRATE_DELAY) += calibrate.o
/Linux-v4.19/drivers/net/hamradio/
Dbaycom_epp.c198 int calibrate; member
443 if (bc->hdlctx.state == tx_idle && bc->hdlctx.calibrate <= 0) { in transmit()
520 if (bc->hdlctx.calibrate <= 0) in transmit()
522 i = min_t(int, cnt, bc->hdlctx.calibrate); in transmit()
524 bc->hdlctx.calibrate -= i; in transmit()
948 bc->hdlctx.calibrate = 0; in epp_open()
1093 bc->hdlctx.calibrate = hi.data.calibrate * bc->bitrate / 8; in baycom_ioctl()
Dhdlcdrv.c468 s->hdlctx.calibrate = 0; in hdlcdrv_open()
581 if (bi.data.calibrate > INT_MAX / s->par.bitrate) in hdlcdrv_ioctl()
583 s->hdlctx.calibrate = bi.data.calibrate * s->par.bitrate / 16; in hdlcdrv_ioctl()
667 s->hdlctx.calibrate = 0; in hdlcdrv_setup()
/Linux-v4.19/drivers/iio/common/cros_ec_sensors/
Dcros_ec_sensors_core.c114 bool calibrate; in cros_ec_sensors_calibrate() local
116 ret = strtobool(buf, &calibrate); in cros_ec_sensors_calibrate()
119 if (!calibrate) in cros_ec_sensors_calibrate()
/Linux-v4.19/Documentation/ABI/testing/
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-v4.19/drivers/iio/adc/
Dtwl6030-gpadc.c123 int (*calibrate)(struct twl6030_gpadc_data *gpadc); member
854 .calibrate = twl6030_calibration,
863 .calibrate = twl6032_calibration,
915 ret = pdata->calibrate(gpadc); in twl6030_gpadc_probe()
/Linux-v4.19/drivers/input/mouse/
Delan_i2c.h55 int (*calibrate)(struct i2c_client *client); member
/Linux-v4.19/Documentation/hwmon/
Dsht1541 chip. These coefficients are used to internally calibrate the signals from the
/Linux-v4.19/Documentation/input/devices/
Dcs461x.rst19 The sensitivity and calibrate quality have not been tested; the two
/Linux-v4.19/Documentation/input/
Dgameport-programming.rst185 int (*calibrate)(struct gameport *, int *axes, int *max);
189 expected maximums for each axis. The calibrate() function should set the
/Linux-v4.19/Documentation/usb/
Dmtouchusb.txt43 Currently there is no way to calibrate the device via this driver. Even if

123