tag | line | file | source code |
sl_ldisc | 72 | drivers/net/slip.c | static struct tty_ldisc sl_ldisc; |
sl_ldisc | 1132 | drivers/net/slip.c | sl_ldisc.flags = 0; |
sl_ldisc | 1133 | drivers/net/slip.c | sl_ldisc.open = slip_open; |
sl_ldisc | 1134 | drivers/net/slip.c | sl_ldisc.close = slip_close; |
sl_ldisc | 1135 | drivers/net/slip.c | sl_ldisc.read = NULL; |
sl_ldisc | 1136 | drivers/net/slip.c | sl_ldisc.write = NULL; |
sl_ldisc | 1137 | drivers/net/slip.c | sl_ldisc.ioctl = (int (*)(struct tty_struct *, struct file *, |
sl_ldisc | 1139 | drivers/net/slip.c | sl_ldisc.handler = slip_recv; |
sl_ldisc | 1140 | drivers/net/slip.c | if ((i = tty_register_ldisc(N_SLIP, &sl_ldisc)) != 0) |