Searched refs:calibrate (Results 1 - 25 of 31) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/init/
H A DMakefile11 obj-$(CONFIG_GENERIC_CALIBRATE_DELAY) += calibrate.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/init/
H A DMakefile11 obj-$(CONFIG_GENERIC_CALIBRATE_DELAY) += calibrate.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Dhdlcdrv.h57 unsigned int calibrate; member in union:hdlcdrv_ioctl::__anon47708
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/
H A Dhdlcdrv.h57 unsigned int calibrate; member in union:hdlcdrv_ioctl::__anon46485
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Dhdlcdrv.h57 unsigned int calibrate; member in union:hdlcdrv_ioctl::__anon45510
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dhdlcdrv.h57 unsigned int calibrate; member in union:hdlcdrv_ioctl::__anon33009
228 int calibrate; member in struct:hdlcdrv_state::hdlcdrv_hdlctx
326 if (s->hdlctx.calibrate > 0)
327 s->hdlctx.calibrate--;
353 return s->hdlctx.ptt || (s->hdlctx.calibrate > 0);
H A Dgameport.h34 int (*calibrate)(struct gameport *, int *, int *); member in struct:gameport
204 if (gameport->calibrate)
205 return gameport->calibrate(gameport, axes, max);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dhdlcdrv.h57 unsigned int calibrate; member in union:hdlcdrv_ioctl::__anon21316
228 int calibrate; member in struct:hdlcdrv_state::hdlcdrv_hdlctx
326 if (s->hdlctx.calibrate > 0)
327 s->hdlctx.calibrate--;
353 return s->hdlctx.ptt || (s->hdlctx.calibrate > 0);
H A Dgameport.h34 int (*calibrate)(struct gameport *, int *, int *); member in struct:gameport
204 if (gameport->calibrate)
205 return gameport->calibrate(gameport, axes, max);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/hamradio/
H A Dbaycom_epp.c198 int calibrate; member in struct:baycom_state::__anon16714
427 if (bc->hdlctx.state == tx_idle && bc->hdlctx.calibrate <= 0) {
504 if (bc->hdlctx.calibrate <= 0)
506 i = min_t(int, cnt, bc->hdlctx.calibrate);
508 bc->hdlctx.calibrate -= i;
906 bc->hdlctx.calibrate = 0;
1051 bc->hdlctx.calibrate = hi.data.calibrate * bc->bitrate / 8;
H A Dhdlcdrv.c452 s->hdlctx.calibrate = 0;
563 s->hdlctx.calibrate = bi.data.calibrate * s->par.bitrate / 16;
647 s->hdlctx.calibrate = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/hamradio/
H A Dbaycom_epp.c198 int calibrate; member in struct:baycom_state::__anon28407
427 if (bc->hdlctx.state == tx_idle && bc->hdlctx.calibrate <= 0) {
504 if (bc->hdlctx.calibrate <= 0)
506 i = min_t(int, cnt, bc->hdlctx.calibrate);
508 bc->hdlctx.calibrate -= i;
906 bc->hdlctx.calibrate = 0;
1051 bc->hdlctx.calibrate = hi.data.calibrate * bc->bitrate / 8;
H A Dhdlcdrv.c452 s->hdlctx.calibrate = 0;
563 s->hdlctx.calibrate = bi.data.calibrate * s->par.bitrate / 16;
647 s->hdlctx.calibrate = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/input/gameport/
H A Dlightning.c243 port->calibrate = l4_calibrate;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ath/ath9k/
H A Dhw-ops.h52 return ath9k_hw_ops(ah)->calibrate(ah, chan, rxchainmask, longcal);
H A Dar9003_calib.c809 ops->calibrate = ar9003_hw_calibrate;
H A Dar9002_calib.c1010 ops->calibrate = ar9002_hw_calibrate;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/input/gameport/
H A Dlightning.c243 port->calibrate = l4_calibrate;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dhw-ops.h52 return ath9k_hw_ops(ah)->calibrate(ah, chan, rxchainmask, longcal);
H A Dar9003_calib.c809 ops->calibrate = ar9003_hw_calibrate;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/hwmon/
H A Dhdaps.c458 static DEVICE_ATTR(calibrate, 0644, hdaps_calibrate_show,hdaps_calibrate_store);
579 /* initial calibrate for the input device */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/hwmon/
H A Dhdaps.c458 static DEVICE_ATTR(calibrate, 0644, hdaps_calibrate_show,hdaps_calibrate_store);
579 /* initial calibrate for the input device */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dhcf.c117 HCF_STATIC void calibrate( IFBP ifbp );
3401 *.SUBMODULE void calibrate( IFBP ifbp )
3419 *1: IFB_TickIni is initialized at INI_TICK_INI by hcf_connect. If calibrate succeeds, IFB_TickIni is
3430 * Since the start of calibrate is unrelated to the Hermes Internal Timer, the first interval may last from 0
3436 * set the defunct bit of IFB_CardStat (thus rendering the Hermes inoperable) and exit the calibrate routine.
3440 * o Although there are a number of viewpoints possible, calibrate() uses as error strategy that a single
3450 * calibrate() does not yet have determined a calibrated value (a catch 22), is handled by setting the
3466 calibrate( IFBP ifbp ) function
3490 } // calibrate
4022 IF_PROT_TIME( calibrate( ifb
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/wlags49_h2/
H A Dhcf.c117 HCF_STATIC void calibrate( IFBP ifbp );
3401 *.SUBMODULE void calibrate( IFBP ifbp )
3419 *1: IFB_TickIni is initialized at INI_TICK_INI by hcf_connect. If calibrate succeeds, IFB_TickIni is
3430 * Since the start of calibrate is unrelated to the Hermes Internal Timer, the first interval may last from 0
3436 * set the defunct bit of IFB_CardStat (thus rendering the Hermes inoperable) and exit the calibrate routine.
3440 * o Although there are a number of viewpoints possible, calibrate() uses as error strategy that a single
3450 * calibrate() does not yet have determined a calibrated value (a catch 22), is handled by setting the
3466 calibrate( IFBP ifbp ) function
3490 } // calibrate
4022 IF_PROT_TIME( calibrate( ifb
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/input/misc/
H A Dadxl34x.c527 static DEVICE_ATTR(calibrate, 0664,

Completed in 215 milliseconds

12