Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dcyclades.h11 unsigned long char_count; member
/linux-6.15/drivers/s390/char/
H A Dcon3270.c126 unsigned int char_count; member
1815 if (tp->char_count > 0) { in tty3270_write()
1816 tty3270_do_write(tp, tty, tp->char_buf, tp->char_count); in tty3270_write()
1817 tp->char_count = 0; in tty3270_write()
1831 if (!tp || tp->char_count >= TTY3270_CHAR_BUF_SIZE) in tty3270_put_char()
1833 tp->char_buf[tp->char_count++] = ch; in tty3270_put_char()
1848 if (tp->char_count > 0) { in tty3270_flush_chars()
1849 tty3270_do_write(tp, tty, tp->char_buf, tp->char_count); in tty3270_flush_chars()
1850 tp->char_count = 0; in tty3270_flush_chars()
/linux-6.15/drivers/xen/xenbus/
H A Dxenbus_probe.c610 static unsigned int char_count(const char *str, char c) in char_count() function
640 if (char_count(node, '/') < 2) in xenbus_dev_changed()