/linux-4.4.14/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>;
|
D | nvidia,tegra20-host1x.txt | 185 - nvidia,mipi-calibrate: Should contain a phandle and a specifier specifying
|
/linux-4.4.14/include/linux/ |
D | hdlcdrv.h | 132 int calibrate; member 230 if (s->hdlctx.calibrate > 0) in hdlcdrv_getbits() 231 s->hdlctx.calibrate--; in hdlcdrv_getbits() 257 return s->hdlctx.ptt || (s->hdlctx.calibrate > 0); in hdlcdrv_ptt()
|
D | gameport.h | 33 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-4.4.14/drivers/input/touchscreen/ |
D | ili210x.c | 154 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, 0644, NULL, ili210x_calibrate);
|
D | elants_i2c.c | 993 static DEVICE_ATTR(calibrate, S_IWUSR, NULL, calibrate_store);
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | dib0090.c | 187 u8 calibrate; member 1591 …state->calibrate = DC_CAL | WBD_CAL | TEMP_CAL; /* enable iq-offset-calibration and wbd-calibratio… in dib0090_reset() 1769 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() 2173 state->calibrate &= ~CAPTRIM_CAL; in dib0090_captrim_search() 2217 state->calibrate &= ~TEMP_CAL; in dib0090_get_temperature() 2251 if (state->calibrate & (DC_CAL | TEMP_CAL | WBD_CAL)) in dib0090_tune() 2259 if (state->calibrate & DC_CAL) in dib0090_tune() 2261 else if (state->calibrate & WBD_CAL) { in dib0090_tune() [all …]
|
/linux-4.4.14/include/uapi/linux/ |
D | hdlcdrv.h | 57 unsigned int calibrate; member
|
/linux-4.4.14/init/ |
D | Makefile | 11 obj-$(CONFIG_GENERIC_CALIBRATE_DELAY) += calibrate.o
|
/linux-4.4.14/drivers/net/hamradio/ |
D | baycom_epp.c | 198 int calibrate; member 439 if (bc->hdlctx.state == tx_idle && bc->hdlctx.calibrate <= 0) { in transmit() 516 if (bc->hdlctx.calibrate <= 0) in transmit() 518 i = min_t(int, cnt, bc->hdlctx.calibrate); in transmit() 520 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_ioctl()
|
D | hdlcdrv.c | 466 s->hdlctx.calibrate = 0; in hdlcdrv_open() 577 if (bi.data.calibrate > INT_MAX / s->par.bitrate) in hdlcdrv_ioctl() 579 s->hdlctx.calibrate = bi.data.calibrate * s->par.bitrate / 16; in hdlcdrv_ioctl() 663 s->hdlctx.calibrate = 0; in hdlcdrv_setup()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-rtc-rtc0-device-rtc_calibration | 6 calibrate the AB8500.s 32KHz Real Time Clock.
|
D | sysfs-driver-hid-roccat-kone | 80 calibrate the laser power to fit the mousepad surface.
|
/linux-4.4.14/drivers/iio/adc/ |
D | twl6030-gpadc.c | 123 int (*calibrate)(struct twl6030_gpadc_data *gpadc); member 855 .calibrate = twl6030_calibration, 864 .calibrate = twl6032_calibration, 915 ret = pdata->calibrate(gpadc); in twl6030_gpadc_probe()
|
/linux-4.4.14/drivers/input/mouse/ |
D | elan_i2c.h | 53 int (*calibrate)(struct i2c_client *client); member
|
D | elan_i2c_smbus.c | 500 .calibrate = elan_smbus_calibrate,
|
D | elan_i2c_i2c.c | 620 .calibrate = elan_i2c_calibrate,
|
D | elan_i2c_core.c | 565 retval = data->ops->calibrate(client); in calibrate_store() 637 static DEVICE_ATTR_WO(calibrate);
|
D | cyapa.c | 1222 static DEVICE_ATTR(calibrate, S_IWUSR, NULL, cyapa_calibrate_store);
|
/linux-4.4.14/Documentation/hwmon/ |
D | sht15 | 41 chip. These coefficients are used to internally calibrate the signals from the
|
/linux-4.4.14/Documentation/input/ |
D | gameport-programming.txt | 158 int (*calibrate)(struct gameport *, int *axes, int *max); 162 expected maximums for each axis. The calibrate() function should set the
|
D | cs461x.txt | 18 The sensitivity and calibrate quality have not been tested; the two
|
D | joystick.txt | 128 If it's not, then there might be a problem. Try to calibrate the joystick,
|
/linux-4.4.14/Documentation/usb/ |
D | mtouchusb.txt | 43 Currently there is no way to calibrate the device via this driver. Even if
|
/linux-4.4.14/drivers/input/gameport/ |
D | lightning.c | 243 port->calibrate = l4_calibrate; in l4_create_ports()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | hw-ops.h | 48 return ath9k_hw_ops(ah)->calibrate(ah, chan, rxchainmask, longcal); in ath9k_hw_calibrate()
|
D | ar9002_calib.c | 989 ops->calibrate = ar9002_hw_calibrate; in ar9002_hw_attach_calib_ops()
|
D | hw.h | 725 int (*calibrate)(struct ath_hw *ah, struct ath9k_channel *chan, member
|
D | ar9003_calib.c | 1720 ops->calibrate = ar9003_hw_calibrate; in ar9003_hw_attach_calib_ops()
|
/linux-4.4.14/drivers/power/ |
D | power_supply_sysfs.c | 199 POWER_SUPPLY_ATTR(calibrate),
|
D | ab8500_fg.c | 145 bool calibrate; member 1730 di->flags.calibrate = false; in ab8500_fg_algorithm_calibrate() 1743 di->flags.calibrate = false; in ab8500_fg_algorithm_calibrate() 1756 if (di->flags.calibrate) in ab8500_fg_algorithm() 2416 if (di->flags.calibrate == false) { in ab8500_fg_reinit_work() 3217 di->flags.calibrate = true; in ab8500_fg_probe()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | tegra114.dtsi | 103 nvidia,mipi-calibrate = <&mipi 0x060>; /* DSIA & DSIB pads */ 119 nvidia,mipi-calibrate = <&mipi 0x180>; /* DSIC & DSID pads */ 631 #nvidia,mipi-calibrate-cells = <1>;
|
/linux-4.4.14/drivers/platform/x86/ |
D | hdaps.c | 463 static DEVICE_ATTR(calibrate, 0644, hdaps_calibrate_show,hdaps_calibrate_store);
|
/linux-4.4.14/drivers/input/misc/ |
D | adxl34x.c | 527 static DEVICE_ATTR(calibrate, 0664,
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 1354 calibrate_signal - calibrate signal (default = 0) 1385 calibrate_signal - calibrate signal (default = 0)
|