tag | line | file | source code |
---|---|---|---|
scc_write | 95 | drivers/char/scc.c | int scc_write(struct tty_struct *tty, int from_user, const unsigned char *buf, int count); |
scc_write | 2054 | drivers/char/scc.c | scc_write(tty, 0, &ch2, 1); /* that's all */ |
scc_write | 2192 | drivers/char/scc.c | scc_driver.write = scc_write; |