taglinefilesource code
RS_TIMER201kernel/chr_drv/serial.ctimer_table[RS_TIMER].expires = 0;
RS_TIMER202kernel/chr_drv/serial.ctimer_active |= 1 << RS_TIMER;
RS_TIMER311kernel/chr_drv/serial.cif (info->timer < timer_table[RS_TIMER].expires)
RS_TIMER312kernel/chr_drv/serial.ctimer_table[RS_TIMER].expires = info->timer;
RS_TIMER318kernel/chr_drv/serial.ctimer_active |= 1 << RS_TIMER;
RS_TIMER492kernel/chr_drv/serial.ctimer_table[RS_TIMER].expires = next_timeout;
RS_TIMER499kernel/chr_drv/serial.ctimer_active |= 1 << RS_TIMER;
RS_TIMER501kernel/chr_drv/serial.cset_bit(RS_TIMER, &timer_active);
RS_TIMER1171kernel/chr_drv/serial.ctimer_table[RS_TIMER].fn = rs_timer;
RS_TIMER1172kernel/chr_drv/serial.ctimer_table[RS_TIMER].expires = 0;