Home
last modified time | relevance | path

Searched refs:ch_tsize (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/dgap/
Ddgap.c2684 if ((cnt > ch->ch_tsize) || in dgap_wmove()
2685 (unsigned)(head - ch->ch_tstart) >= ch->ch_tsize) in dgap_wmove()
2693 n = ch->ch_tstart + ch->ch_tsize - head; in dgap_wmove()
3317 tmask = (ch->ch_tsize - 1); in dgap_tty_chars_in_buffer()
3347 chars = thead - ttail + ch->ch_tsize; in dgap_tty_chars_in_buffer()
3531 tmask = ch->ch_tsize - 1; in dgap_tty_write_room()
3537 ret += ch->ch_tsize; in dgap_tty_write_room()
3609 tmask = ch->ch_tsize - 1; in dgap_tty_write()
3615 bufcount += ch->ch_tsize; in dgap_tty_write()
3667 remain = ch->ch_tstart + ch->ch_tsize - head; in dgap_tty_write()
[all …]
Ddgap.h993 u16 ch_tsize; /* Transmit buffer size */ member