Searched refs:kfifo_reset (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/gnss/
H A Dcore.c78 kfifo_reset(&gdev->read_fifo);
/linux-master/include/linux/
H A Dkfifo.h31 * and one writer is using the fifo and no kfifo_reset() will be called.
202 * kfifo_reset - removes the entire fifo content
205 * Note: usage of kfifo_reset() is dangerous. It should be only called when the
209 #define kfifo_reset(fifo) \ macro
221 * it is dangerous and must be handled in the same way as kfifo_reset().
/linux-master/drivers/memstick/host/
H A Dr592.c417 kfifo_reset(&dev->pio_fifo);
/linux-master/drivers/usb/serial/
H A Dkeyspan_pda.c607 kfifo_reset(&port->write_fifo);
/linux-master/drivers/tty/
H A Dmxser.c800 kfifo_reset(&port->xmit_fifo);
889 kfifo_reset(&info->port.xmit_fifo);
H A Dn_gsm.c860 kfifo_reset(&dlci->fifo);
4348 kfifo_reset(&dlci->fifo);
/linux-master/drivers/media/pci/cx23885/
H A Dcx23888-ir.c787 kfifo_reset(&state->rx_kfifo);
/linux-master/drivers/media/i2c/cx25840/
H A Dcx25840-ir.c809 kfifo_reset(&ir_state->rx_kfifo);
/linux-master/drivers/mmc/core/
H A Dsdio_uart.c588 kfifo_reset(&port->xmit_fifo);
/linux-master/drivers/usb/gadget/function/
H A Du_serial.c723 kfifo_reset(&port->port_write_buf);
/linux-master/drivers/char/
H A Dsonypi.c891 kfifo_reset(&sonypi_device.fifo);
/linux-master/drivers/platform/x86/
H A Dsony-laptop.c4063 kfifo_reset(&sonypi_compat.fifo);

Completed in 185 milliseconds