Home
last modified time | relevance | path

Searched refs:char_count (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Dcyclades.h11 unsigned long char_count; member
/linux/drivers/s390/char/
H A Dcon3270.c126 unsigned int char_count; member
1819 if (tp->char_count > 0) { in tty3270_write()
1820 tty3270_do_write(tp, tty, tp->char_buf, tp->char_count); in tty3270_write()
1821 tp->char_count = 0; in tty3270_write()
1835 if (!tp || tp->char_count >= TTY3270_CHAR_BUF_SIZE) in tty3270_put_char()
1837 tp->char_buf[tp->char_count++] = ch; in tty3270_put_char()
1852 if (tp->char_count > 0) { in tty3270_flush_chars()
1853 tty3270_do_write(tp, tty, tp->char_buf, tp->char_count); in tty3270_flush_chars()
1854 tp->char_count = 0; in tty3270_flush_chars()
/linux/drivers/xen/xenbus/
H A Dxenbus_probe.c613 static unsigned int char_count(const char *str, char c) in char_count() function
643 if (char_count(node, '/') < 2) in xenbus_dev_changed()