Home
last modified time | relevance | path

Searched full:calibrate (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dar9002_calib.c62 ath_dbg(common, CALIBRATE, in ar9002_hw_setup_calibration()
67 ath_dbg(common, CALIBRATE, "starting ADC Gain Calibration\n"); in ar9002_hw_setup_calibration()
71 ath_dbg(common, CALIBRATE, "starting ADC DC Calibration\n"); in ar9002_hw_setup_calibration()
113 ath_dbg(ath9k_hw_common(ah), CALIBRATE, in ar9002_hw_per_calibration()
136 ath_dbg(ath9k_hw_common(ah), CALIBRATE, in ar9002_hw_iqcal_collect()
158 ath_dbg(ath9k_hw_common(ah), CALIBRATE, in ar9002_hw_adc_gaincal_collect()
182 ath_dbg(ath9k_hw_common(ah), CALIBRATE, in ar9002_hw_adc_dccal_collect()
205 ath_dbg(common, CALIBRATE, in ar9002_hw_iqcalibrate()
209 ath_dbg(common, CALIBRATE, in ar9002_hw_iqcalibrate()
220 ath_dbg(common, CALIBRATE, "Chn %d pwr_meas_i = 0x%08x\n", in ar9002_hw_iqcalibrate()
[all …]
H A Dar9003_calib.c55 ath_dbg(common, CALIBRATE, in ar9003_hw_setup_calibration()
188 ath_dbg(ath9k_hw_common(ah), CALIBRATE, in ar9003_hw_iqcal_collect()
215 ath_dbg(common, CALIBRATE, in ar9003_hw_iqcalibrate()
218 ath_dbg(common, CALIBRATE, in ar9003_hw_iqcalibrate()
229 ath_dbg(common, CALIBRATE, "Chn %d pwr_meas_i = 0x%08x\n", in ar9003_hw_iqcalibrate()
231 ath_dbg(common, CALIBRATE, "Chn %d pwr_meas_q = 0x%08x\n", in ar9003_hw_iqcalibrate()
233 ath_dbg(common, CALIBRATE, "iqCorrNeg is 0x%08x\n", iqCorrNeg); in ar9003_hw_iqcalibrate()
241 ath_dbg(common, CALIBRATE, "Chn %d iCoff = 0x%08x\n", in ar9003_hw_iqcalibrate()
243 ath_dbg(common, CALIBRATE, "Chn %d qCoff = 0x%08x\n", in ar9003_hw_iqcalibrate()
265 ath_dbg(common, CALIBRATE, in ar9003_hw_iqcalibrate()
[all …]
H A Dlink.c156 ath_dbg(common, CALIBRATE, "Failed to activate PAPRD\n"); in ath_paprd_activate()
168 ath_dbg(common, CALIBRATE, "Activating PAPRD\n"); in ath_paprd_activate()
196 ath_dbg(common, CALIBRATE, "PAPRD TX failed\n"); in ath_paprd_send_frame()
205 ath_dbg(common, CALIBRATE, in ath_paprd_send_frame()
230 ath_dbg(common, CALIBRATE, "Skipping PAPRD calibration\n"); in ath_paprd_calibrate()
260 ath_dbg(common, CALIBRATE, in ath_paprd_calibrate()
266 ath_dbg(common, CALIBRATE, in ath_paprd_calibrate()
273 ath_dbg(common, CALIBRATE, in ath_paprd_calibrate()
278 ath_dbg(common, CALIBRATE, in ath_paprd_calibrate()
324 /* Only calibrate if awake */ in ath_ani_calibrate()
H A Dcalib.c125 ath_dbg(common, CALIBRATE, in ath9k_hw_update_nfcal_hist_buffer()
208 ath_dbg(common, CALIBRATE, "Calibration state incorrect, %d\n", in ath9k_hw_reset_calvalid()
215 ath_dbg(common, CALIBRATE, "Resetting Cal %d state for channel %u\n", in ath9k_hw_reset_calvalid()
386 ath_dbg(common, CALIBRATE, in ath9k_hw_nf_sanitize()
391 ath_dbg(common, CALIBRATE, in ath9k_hw_nf_sanitize()
396 ath_dbg(common, CALIBRATE, in ath9k_hw_nf_sanitize()
414 ath_dbg(common, CALIBRATE, in ath9k_hw_getnf()
424 ath_dbg(common, CALIBRATE, in ath9k_hw_getnf()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/tegra/
H A 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>;
/OK3568_Linux_fs/kernel/drivers/thermal/
H A 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,
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dwhets.c113 * Calibrate
311 void whetstones(long xtra, long x100, int calibrate);
316 SPDP time, int calibrate, int section);
332 int count = 10, calibrate = 1; local
376 printf("Calibrate\n");
381 whetstones(xtra,x100,calibrate);
384 calibrate++;
406 calibrate = 0;
423 whetstones(xtra,x100,calibrate);
573 void whetstones(long xtra, long x100, int calibrate) in whetstones() argument
[all …]
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dhyperbus.h54 * @calibrate: calibrate HyperBus controller
65 int (*calibrate)(struct hyperbus_device *dev); member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/
H A Dhalphyrf_ap.h117 // IQ calibrate
124 // LC calibrate
130 // AP calibrate
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/
H A 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
H A 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
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/
H A Dhalphyrf_ap.h126 // IQ calibrate
133 // LC calibrate
139 // AP calibrate
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/
H A Dhalphyrf_ap.h143 // IQ calibrate
150 // LC calibrate
156 // AP calibrate
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/tslib/
H A Dtslib_1.22.bb67 PACKAGES =+ "tslib-conf tslib-tests tslib-calibrate tslib-uinput"
70 DEBIAN_NOAUTONAME:tslib-calibrate = "1"
79 FILES:tslib-calibrate += "${bindir}/ts_calibrate"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/
H A D0001-Don-t-install-Xsession-or-Xserver.patch21 install -m 755 run-calibrate.sh $(DESTDIR)$(PREFIX)/bin/run-calibrate.sh
/OK3568_Linux_fs/kernel/include/linux/
H 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()
H A 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()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-iio-adc-ad719242 "zero_scale" - calibrate to zero scale
43 "full_scale" - calibrate to full scale
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dili210x.c333 unsigned long calibrate; in ili210x_calibrate() local
337 if (kstrtoul(buf, 10, &calibrate)) in ili210x_calibrate()
340 if (calibrate > 1) in ili210x_calibrate()
343 if (calibrate) { in ili210x_calibrate()
351 static DEVICE_ATTR(calibrate, S_IWUSR, NULL, ili210x_calibrate);
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A DHalPhyRf_8723B.h47 /* LC calibrate */
52 /* AP calibrate */
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/elan/
H A Delan_tool.c98 dev_info(&client->dev, "ELAN CALIBRATE Success\n"); in store_calibrate()
100 dev_err(&client->dev, "ELAN CALIBRATE Fail\n"); in store_calibrate()
110 static DEVICE_ATTR(calibrate, S_IWUSR, NULL, store_calibrate);
131 dev_err(&client->dev, "ELAN CALIBRATE CHECK Fail\n"); in store_check_rek()
133 dev_info(&client->dev, "ELAN CHECK CALIBRATE Success\n"); in store_check_rek()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/halrf/rtl8703b/
H A Dhalrf_8703b.h52 * LC calibrate
58 * AP calibrate
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/halrf/rtl8188e/
H A Dhalrf_8188e_ap.h55 * LC calibrate
63 * AP calibrate
H A Dhalrf_8188e_win.h66 * LC calibrate
74 * AP calibrate
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/halrf/rtl8723b/
H A Dhalrf_8723b_win.h62 * LC calibrate
70 * AP calibrate

12345678910>>...13