tag | line | file | source code |
---|---|---|---|
rs_throttle | 145 | kernel/chr_drv/serial.c | static void rs_throttle(struct tty_struct * tty, int status); |
rs_throttle | 241 | kernel/chr_drv/serial.c | rs_throttle(info->tty, TTY_THROTTLE_RQ_FULL); |
rs_throttle | 1230 | kernel/chr_drv/serial.c | tty->throttle = rs_throttle; |