Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/dgnc/
Ddgnc_driver.h290 ulong ch_cpstime; member
Ddgnc_tty.c1316 if (ch->ch_cpstime < current_time) { in dgnc_maxcps_room()
1318 ch->ch_cpstime = current_time; /* reset ch_cpstime */ in dgnc_maxcps_room()
1320 } else if (ch->ch_cpstime < buffer_time) { in dgnc_maxcps_room()
1322 cps_limit = ((buffer_time - ch->ch_cpstime) * in dgnc_maxcps_room()
1511 ch->ch_cpstime += (HZ * count) / ch->ch_digi.digi_maxcps; in dgnc_tty_write()