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