Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/
H A Dsonypi.c484 struct kfifo input_fifo; member
765 while (kfifo_out_locked(&sonypi_device.input_fifo, (unsigned char *)&kp, in input_keyrelease()
816 kfifo_in_locked(&sonypi_device.input_fifo, in sonypi_report_input_event()
1378 error = kfifo_alloc(&sonypi_device.input_fifo, SONYPI_BUF_SIZE, in sonypi_probe()
1421 kfifo_free(&sonypi_device.input_fifo); in sonypi_remove()