Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/
Dhpilo.h183 #define FIFOBARTOHANDLE(_fifo) \ argument
184 ((struct fifo *)(((char *)(_fifo)) - FIFOHANDLESIZE))
/linux-4.4.14/drivers/tty/
Dn_gsm.c146 struct kfifo _fifo; /* For new fifo API porting only */ member
1646 dlci->fifo = &dlci->_fifo; in gsm_dlci_alloc()
1647 if (kfifo_alloc(&dlci->_fifo, 4096, GFP_KERNEL) < 0) { in gsm_dlci_alloc()