tag | line | file | source code |
xmit_head | 1251 | drivers/char/cyclades.c | info->xmit_cnt = info->xmit_head = info->xmit_tail = 0; |
xmit_head | 1569 | drivers/char/cyclades.c | info->xmit_buf[info->xmit_head++] = ch; |
xmit_head | 1570 | drivers/char/cyclades.c | info->xmit_head &= PAGE_SIZE - 1; |
xmit_head | 1639 | drivers/char/cyclades.c | SERIAL_XMIT_SIZE - info->xmit_head)); |
xmit_head | 1649 | drivers/char/cyclades.c | SERIAL_XMIT_SIZE - info->xmit_head)); |
xmit_head | 1650 | drivers/char/cyclades.c | memcpy(info->xmit_buf + info->xmit_head, tmp_buf, c); |
xmit_head | 1653 | drivers/char/cyclades.c | memcpy(info->xmit_buf + info->xmit_head, buf, c); |
xmit_head | 1654 | drivers/char/cyclades.c | info->xmit_head = (info->xmit_head + c) & (SERIAL_XMIT_SIZE-1); |
xmit_head | 1720 | drivers/char/cyclades.c | info->xmit_cnt = info->xmit_head = info->xmit_tail = 0; |
xmit_head | 1031 | drivers/char/serial.c | info->xmit_cnt = info->xmit_head = info->xmit_tail = 0; |
xmit_head | 1298 | drivers/char/serial.c | info->xmit_buf[info->xmit_head++] = ch; |
xmit_head | 1299 | drivers/char/serial.c | info->xmit_head &= SERIAL_XMIT_SIZE-1; |
xmit_head | 1341 | drivers/char/serial.c | SERIAL_XMIT_SIZE - info->xmit_head)); |
xmit_head | 1348 | drivers/char/serial.c | SERIAL_XMIT_SIZE - info->xmit_head)); |
xmit_head | 1349 | drivers/char/serial.c | memcpy(info->xmit_buf + info->xmit_head, tmp_buf, c); |
xmit_head | 1351 | drivers/char/serial.c | memcpy(info->xmit_buf + info->xmit_head, buf, c); |
xmit_head | 1352 | drivers/char/serial.c | info->xmit_head = (info->xmit_head + c) & (SERIAL_XMIT_SIZE-1); |
xmit_head | 1399 | drivers/char/serial.c | info->xmit_cnt = info->xmit_head = info->xmit_tail = 0; |
xmit_head | 97 | include/linux/cyclades.h | int xmit_head; |
xmit_head | 160 | include/linux/serial.h | int xmit_head; |