Searched refs:char_count (Results 1 – 4 of 4) sorted by relevance
/drivers/tty/ |
D | cyclades.c | 444 u8 ivr, save_xir, channel, save_car, data, char_count; in cyy_chip_rx() local 538 char_count = cyy_readb(info, CyRDCR); in cyy_chip_rx() 542 info->mon.char_count += char_count; in cyy_chip_rx() 543 if (char_count > info->mon.char_max) in cyy_chip_rx() 544 info->mon.char_max = char_count; in cyy_chip_rx() 545 info->mon.char_last = char_count; in cyy_chip_rx() 547 len = tty_buffer_request_room(port, char_count); in cyy_chip_rx() 571 int char_count, index = cinfo->bus_index; in cyy_chip_tx() local 595 char_count = info->xmit_fifo_size; in cyy_chip_tx() 600 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 | 110 unsigned int char_count; member 1716 if (tp->char_count > 0) { in tty3270_write() 1717 tty3270_do_write(tp, tty, tp->char_buf, tp->char_count); in tty3270_write() 1718 tp->char_count = 0; in tty3270_write() 1732 if (!tp || tp->char_count >= TTY3270_CHAR_BUF_SIZE) in tty3270_put_char() 1734 tp->char_buf[tp->char_count++] = ch; in tty3270_put_char() 1750 if (tp->char_count > 0) { in tty3270_flush_chars() 1751 tty3270_do_write(tp, tty, tp->char_buf, tp->char_count); in tty3270_flush_chars() 1752 tp->char_count = 0; in tty3270_flush_chars()
|
/drivers/xen/xenbus/ |
D | xenbus_probe.c | 525 static unsigned int char_count(const char *str, char c) in char_count() function 555 if (char_count(node, '/') < 2) in xenbus_dev_changed()
|