Searched refs:char_count (Results 1 – 4 of 4) sorted by relevance
/drivers/tty/ |
D | cyclades.c | 446 u8 ivr, save_xir, channel, save_car, data, char_count; in cyy_chip_rx() local 540 char_count = cyy_readb(info, CyRDCR); in cyy_chip_rx() 544 info->mon.char_count += char_count; in cyy_chip_rx() 545 if (char_count > info->mon.char_max) in cyy_chip_rx() 546 info->mon.char_max = char_count; in cyy_chip_rx() 547 info->mon.char_last = char_count; in cyy_chip_rx() 549 len = tty_buffer_request_room(port, char_count); in cyy_chip_rx() 573 int char_count, index = cinfo->bus_index; in cyy_chip_tx() local 597 char_count = info->xmit_fifo_size; in cyy_chip_tx() 602 char_count--; in cyy_chip_tx() [all …]
|
/drivers/uwb/ |
D | lc-rc.c | 182 int char_count; in ASIE_store() local 185 &(ie_buf[ie_len]), &char_count) > 0) { in ASIE_store() 188 cur_ptr += char_count; in ASIE_store()
|
/drivers/s390/char/ |
D | tty3270.c | 109 unsigned int char_count; member 1676 if (tp->char_count > 0) { in tty3270_write() 1677 tty3270_do_write(tp, tty, tp->char_buf, tp->char_count); in tty3270_write() 1678 tp->char_count = 0; in tty3270_write() 1692 if (!tp || tp->char_count >= TTY3270_CHAR_BUF_SIZE) in tty3270_put_char() 1694 tp->char_buf[tp->char_count++] = ch; in tty3270_put_char() 1710 if (tp->char_count > 0) { in tty3270_flush_chars() 1711 tty3270_do_write(tp, tty, tp->char_buf, tp->char_count); in tty3270_flush_chars() 1712 tp->char_count = 0; in tty3270_flush_chars()
|
/drivers/xen/xenbus/ |
D | xenbus_probe.c | 529 static unsigned int char_count(const char *str, char c) in char_count() function 559 if (char_count(node, '/') < 2) in xenbus_dev_changed()
|