Searched refs:calibrate (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | hdlcdrv.h | 57 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()
|
D | gameport.h | 52 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/ |
D | baycom_epp.c | 223 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()
|
D | hdlcdrv.c | 567 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/ |
D | gameport-programming.txt | 160 int (*calibrate)(struct gameport *, int *axes, int *max); 164 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 | 130 If it's not, then there might be a problem. Try to calibrate the joystick,
|
/linux-2.4.37.9/drivers/char/joystick/ |
D | lightning.c | 254 gameport->calibrate = l4_calibrate; in l4_init()
|
/linux-2.4.37.9/Documentation/mips/ |
D | time.README | 67 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/ |
D | sm.c | 351 sm->hdrv.hdlctx.ptt = sm->hdrv.hdlctx.calibrate = 0; in sm_output_close()
|