Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/dgap/
Ddgap.c2621 if ((cnt > ch->ch_tsize) || in dgap_wmove()
2622 (unsigned)(head - ch->ch_tstart) >= ch->ch_tsize) in dgap_wmove()
2630 n = ch->ch_tstart + ch->ch_tsize - head; in dgap_wmove()
3251 tmask = (ch->ch_tsize - 1); in dgap_tty_chars_in_buffer()
3281 chars = thead - ttail + ch->ch_tsize; in dgap_tty_chars_in_buffer()
3464 tmask = ch->ch_tsize - 1; in dgap_tty_write_room()
3470 ret += ch->ch_tsize; in dgap_tty_write_room()
3542 tmask = ch->ch_tsize - 1; in dgap_tty_write()
3548 bufcount += ch->ch_tsize; in dgap_tty_write()
3600 remain = ch->ch_tstart + ch->ch_tsize - head; in dgap_tty_write()
[all …]
Ddgap.h992 u16 ch_tsize; /* Transmit buffer size */ member