Home
last modified time | relevance | path

Searched refs:RQUEUESIZE (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/dgnc/
Ddgnc_driver.h308 #define RQUEUESIZE (RQUEUEMASK + 1) macro
309 #define EQUEUESIZE RQUEUESIZE
Ddgnc_tty.c613 s = ((head >= tail) ? head : RQUEUESIZE) - tail; in dgnc_input()
896 if (qleft > (RQUEUESIZE / 2)) { in dgnc_check_queue_flow_control()
1132 ch->ch_rqueue = kzalloc(RQUEUESIZE, GFP_KERNEL); in dgnc_tty_open()
Ddgnc_neo.c1154 n = min(((uint)total), (RQUEUESIZE - (uint)head)); in neo_copy_data_from_uart_to_queue()
/linux-4.4.14/drivers/tty/serial/jsm/
Djsm.h194 #define RQUEUESIZE (RQUEUEMASK + 1) macro
195 #define EQUEUESIZE RQUEUESIZE
Djsm_tty.c215 channel->ch_rqueue = kzalloc(RQUEUESIZE, GFP_KERNEL); in jsm_tty_open()
609 s = ((head >= tail) ? head : RQUEUESIZE) - tail; in jsm_input()
822 if (qleft > (RQUEUESIZE / 2)) { in jsm_check_queue_flow_control()
Djsm_neo.c356 n = min(((u32) total), (RQUEUESIZE - (u32) head)); in neo_copy_data_from_uart_to_queue()