Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dhdlcdrv.h57 unsigned int calibrate; member
227 int calibrate; member
326 if (s->hdlctx.calibrate > 0) in hdlcdrv_getbits()
327 s->hdlctx.calibrate--; in hdlcdrv_getbits()
353 return s->hdlctx.ptt || (s->hdlctx.calibrate > 0); in hdlcdrv_ptt()
Dgameport.h52 int (*calibrate)(struct gameport *, int *, int *); member
125 if (gameport->calibrate) in gameport_calibrate()
126 return gameport->calibrate(gameport, axes, max); in gameport_calibrate()
/linux-2.4.37.9/drivers/net/hamradio/
Dbaycom_epp.c223 int calibrate; member
588 if (bc->hdlctx.state == tx_idle && bc->hdlctx.calibrate <= 0) { in transmit()
665 if (bc->hdlctx.calibrate <= 0) in transmit()
667 i = min_t(int, cnt, bc->hdlctx.calibrate); in transmit()
669 bc->hdlctx.calibrate -= i; in transmit()
1120 bc->hdlctx.calibrate = 0; in epp_open()
1298 bc->hdlctx.calibrate = hi.data.calibrate * bc->bitrate / 8; in baycom_ioctl()
Dhdlcdrv.c567 s->hdlctx.calibrate = 0; in hdlcdrv_open()
683 s->hdlctx.calibrate = bi.data.calibrate * s->par.bitrate / 16; in hdlcdrv_ioctl()
769 s->hdlctx.calibrate = 0; in hdlcdrv_probe()
/linux-2.4.37.9/Documentation/input/
Dgameport-programming.txt160 int (*calibrate)(struct gameport *, int *axes, int *max);
164 expected maximums for each axis. The calibrate() function should set the
Dcs461x.txt18 The sensitivity and calibrate quality have not been tested; the two
Djoystick.txt130 If it's not, then there might be a problem. Try to calibrate the joystick,
/linux-2.4.37.9/drivers/char/joystick/
Dlightning.c254 gameport->calibrate = l4_calibrate; in l4_init()
/linux-2.4.37.9/Documentation/mips/
Dtime.README67 2. (optional) calibrate and set the mips_counter_frequency
128 b) (optional) calibrate and set the mips_counter_frequency
/linux-2.4.37.9/drivers/net/hamradio/soundmodem/
Dsm.c351 sm->hdrv.hdlctx.ptt = sm->hdrv.hdlctx.calibrate = 0; in sm_output_close()