tag | line | file | source code |
xmit_head | 1200 | drivers/char/cyclades.c | info->xmit_cnt = info->xmit_head = info->xmit_tail = 0; |
xmit_head | 1513 | drivers/char/cyclades.c | info->xmit_buf[info->xmit_head++] = ch; |
xmit_head | 1514 | drivers/char/cyclades.c | info->xmit_head &= PAGE_SIZE - 1; |
xmit_head | 1582 | drivers/char/cyclades.c | SERIAL_XMIT_SIZE - info->xmit_head)); |
xmit_head | 1592 | drivers/char/cyclades.c | SERIAL_XMIT_SIZE - info->xmit_head)); |
xmit_head | 1593 | drivers/char/cyclades.c | memcpy(info->xmit_buf + info->xmit_head, tmp_buf, c); |
xmit_head | 1596 | drivers/char/cyclades.c | memcpy(info->xmit_buf + info->xmit_head, buf, c); |
xmit_head | 1597 | drivers/char/cyclades.c | info->xmit_head = (info->xmit_head + c) & (SERIAL_XMIT_SIZE-1); |
xmit_head | 1663 | drivers/char/cyclades.c | info->xmit_cnt = info->xmit_head = info->xmit_tail = 0; |
xmit_head | 988 | drivers/char/serial.c | info->xmit_cnt = info->xmit_head = info->xmit_tail = 0; |
xmit_head | 1246 | drivers/char/serial.c | info->xmit_buf[info->xmit_head++] = ch; |
xmit_head | 1247 | drivers/char/serial.c | info->xmit_head &= SERIAL_XMIT_SIZE-1; |
xmit_head | 1287 | drivers/char/serial.c | SERIAL_XMIT_SIZE - info->xmit_head)); |
xmit_head | 1295 | drivers/char/serial.c | SERIAL_XMIT_SIZE - info->xmit_head)); |
xmit_head | 1296 | drivers/char/serial.c | memcpy(info->xmit_buf + info->xmit_head, tmp_buf, c); |
xmit_head | 1299 | drivers/char/serial.c | memcpy(info->xmit_buf + info->xmit_head, buf, c); |
xmit_head | 1300 | drivers/char/serial.c | info->xmit_head = (info->xmit_head + c) & (SERIAL_XMIT_SIZE-1); |
xmit_head | 1345 | drivers/char/serial.c | info->xmit_cnt = info->xmit_head = info->xmit_tail = 0; |
xmit_head | 52 | include/linux/cyclades.h | int xmit_head; |
xmit_head | 139 | include/linux/serial.h | int xmit_head; |