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

/linux-4.1.27/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_ring.c33 kfifo_reset(&st->timestamps); inv_clear_kfifo()
/linux-4.1.27/net/dccp/
H A Dprobe.c112 kfifo_reset(&dccpw.fifo); dccpprobe_open()
/linux-4.1.27/include/linux/
H A Dkfifo.h45 * and one writer is using the fifo and no kfifo_reset() will be * called
215 * kfifo_reset - removes the entire fifo content
218 * Note: usage of kfifo_reset() is dangerous. It should be only called when the
222 #define kfifo_reset(fifo) \ macro
234 * it is dangerous and must be handled in the same way as kfifo_reset().
/linux-4.1.27/include/media/
H A Dlirc_dev.h40 kfifo_reset(&buf->fifo); lirc_buffer_clear()
/linux-4.1.27/net/sctp/
H A Dprobe.c87 kfifo_reset(&sctpw.fifo); sctpprobe_open()
/linux-4.1.27/drivers/media/pci/meye/
H A Dmeye.c868 kfifo_reset(&meye.grabq); meye_open()
869 kfifo_reset(&meye.doneq); meye_open()
1397 kfifo_reset(&meye.grabq); vidioc_streamoff()
1398 kfifo_reset(&meye.doneq); vidioc_streamoff()
/linux-4.1.27/drivers/memstick/host/
H A Dr592.c422 kfifo_reset(&dev->pio_fifo); r592_transfer_fifo_pio()
/linux-4.1.27/drivers/thunderbolt/
H A Dctl.c566 kfifo_reset(&ctl->response_fifo); tb_ctl_stop()
/linux-4.1.27/drivers/mmc/card/
H A Dsdio_uart.c612 kfifo_reset(&port->xmit_fifo); sdio_uart_activate()
/linux-4.1.27/drivers/media/i2c/cx25840/
H A Dcx25840-ir.c845 kfifo_reset(&ir_state->rx_kfifo); cx25840_ir_rx_s_parameters()
/linux-4.1.27/drivers/media/pci/cx23885/
H A Dcx23888-ir.c818 kfifo_reset(&state->rx_kfifo); cx23888_ir_rx_s_parameters()
/linux-4.1.27/drivers/char/
H A Dsonypi.c905 kfifo_reset(&sonypi_device.fifo); sonypi_misc_open()
/linux-4.1.27/drivers/tty/
H A Dn_gsm.c1434 kfifo_reset(dlci->fifo); gsm_dlci_close()
3049 kfifo_reset(dlci->fifo); gsmtty_flush_buffer()
/linux-4.1.27/drivers/tty/serial/
H A Difx6x60.c571 kfifo_reset(&ifx_dev->tx_fifo); ifx_port_activate()
/linux-4.1.27/drivers/platform/x86/
H A Dsony-laptop.c4061 kfifo_reset(&sonypi_compat.fifo); sonypi_misc_open()

Completed in 164 milliseconds