Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/dgnc/
Ddgnc_driver.h301 #define RQUEUESIZE (RQUEUEMASK + 1) macro
302 #define EQUEUESIZE RQUEUESIZE
Ddgnc_tty.c612 s = ((head >= tail) ? head : RQUEUESIZE) - tail; in dgnc_input()
887 if (qleft > (RQUEUESIZE / 2)) { in dgnc_check_queue_flow_control()
1128 ch->ch_rqueue = kzalloc(RQUEUESIZE, GFP_KERNEL); in dgnc_tty_open()
Ddgnc_neo.c1182 n = min(((uint) total), (RQUEUESIZE - (uint) head)); in neo_copy_data_from_uart_to_queue()
/linux-4.1.27/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()