Home
last modified time | relevance | path

Searched refs:EQUEUESIZE (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/dgnc/
Ddgnc_driver.h309 #define EQUEUESIZE RQUEUESIZE macro
Ddgnc_tty.c1134 ch->ch_equeue = kzalloc(EQUEUESIZE, GFP_KERNEL); in dgnc_tty_open()
/linux-4.4.14/drivers/tty/serial/jsm/
Djsm.h195 #define EQUEUESIZE RQUEUESIZE macro
Djsm_tty.c223 channel->ch_equeue = kzalloc(EQUEUESIZE, GFP_KERNEL); in jsm_tty_open()