Home
last modified time | relevance | path

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

123

/linux/Documentation/devicetree/bindings/display/tegra/
A Dnvidia,tegra114-mipi.yaml37 "#nvidia,mipi-calibrate-cells":
50 - "#nvidia,mipi-calibrate-cells"
61 #nvidia,mipi-calibrate-cells = <1>;
73 nvidia,mipi-calibrate = <&mipi 0x060>; /* DSIA & DSIB pads */
/linux/drivers/thermal/
A Dsun8i_thermal.c76 int (*calibrate)(struct ths_device *tmdev, member
335 tmdev->chip->calibrate(tmdev, caldata, callen); in sun8i_ths_calibrate()
605 .calibrate = sun8i_h3_ths_calibrate,
618 .calibrate = sun8i_h3_ths_calibrate,
631 .calibrate = sun8i_h3_ths_calibrate,
644 .calibrate = sun8i_h3_ths_calibrate,
657 .calibrate = sun50i_h6_ths_calibrate,
668 .calibrate = sun8i_h3_ths_calibrate,
681 .calibrate = sun50i_h6_ths_calibrate,
693 .calibrate = sun50i_h6_ths_calibrate,
[all …]
/linux/drivers/thermal/qcom/
A Dtsens-v0_1.c330 .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,
A Dtsens-v1.c155 .calibrate = calibrate_v1,
167 .calibrate = tsens_calibrate_common,
180 .calibrate = tsens_calibrate_common,
/linux/include/linux/
A 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()
A Dgameport.h29 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/Documentation/devicetree/bindings/sound/
A Drockchip,i2s-tdm.yaml55 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/drivers/mtd/hyperbus/
A Dhyperbus-core.c99 if (ops->calibrate && !ctlr->calibrated) { in hyperbus_register_device()
100 ret = ops->calibrate(hbdev); in hyperbus_register_device()
/linux/Documentation/devicetree/bindings/phy/
A Dmediatek,xsphy.yaml70 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)
A Dmediatek,tphy.yaml119 Frequency of reference clock for slew rate calibrate
124 Coefficient for slew rate calibrate, depends on SoC process
190 The value of slew rate calibrate (U2 phy)
/linux/Documentation/ABI/testing/
A Dsysfs-bus-iio-adc-ad719242 "zero_scale" - calibrate to zero scale
43 "full_scale" - calibrate to full scale
A Dsysfs-class-rtc-rtc0-device-rtc_calibration7 calibrate the AB8500.s 32KHz Real Time Clock.
A Dsysfs-bus-iio-cros-ec1 What: /sys/bus/iio/devices/iio:deviceX/calibrate
/linux/drivers/media/dvb-frontends/
A Ddib0090.c171 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/drivers/net/hamradio/
A 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()
928 bc->hdlctx.calibrate = 0; in epp_open()
1073 bc->hdlctx.calibrate = hi.data.calibrate * bc->bitrate / 8; in baycom_siocdevprivate()
A Dhdlcdrv.c456 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/
A Dspi-aspeed-smc.c85 int (*calibrate)(struct aspeed_spi_chip *chip, u32 hdiv, member
1010 rc = data->calibrate(chip, i, golden_buf, test_buf); in aspeed_spi_do_calibration()
1103 .calibrate = aspeed_spi_calibrate,
1117 .calibrate = aspeed_spi_calibrate,
1129 .calibrate = aspeed_spi_calibrate,
1143 .calibrate = aspeed_spi_calibrate,
1158 .calibrate = aspeed_spi_ast2600_calibrate,
1173 .calibrate = aspeed_spi_ast2600_calibrate,
/linux/include/linux/mtd/
A Dhyperbus.h65 int (*calibrate)(struct hyperbus_device *dev); member
/linux/include/uapi/linux/
A Dhdlcdrv.h58 unsigned int calibrate; member
/linux/init/
A DMakefile14 obj-$(CONFIG_GENERIC_CALIBRATE_DELAY) += calibrate.o
/linux/drivers/iio/adc/
A Dtwl6030-gpadc.c122 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/tools/testing/selftests/seccomp/
A Dseccomp_benchmark.c51 unsigned long long calibrate(void) in calibrate() function
212 samples = calibrate(); in main()
/linux/drivers/input/touchscreen/
A Dili210x.c565 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/
A Delan_i2c.h78 int (*calibrate)(struct i2c_client *client); member
/linux/drivers/iio/common/cros_ec_sensors/
A Dcros_ec_sensors_core.c443 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()

Completed in 61 milliseconds

123