Lines Matching refs:fifo
207 struct kfifo fifo; member
372 if (kfifo_out(&sony_laptop_input.fifo, in do_sony_laptop_release_key()
379 if (kfifo_len(&sony_laptop_input.fifo) != 0) in do_sony_laptop_release_key()
443 kfifo_in_locked(&sony_laptop_input.fifo, in sony_laptop_report_input_event()
465 error = kfifo_alloc(&sony_laptop_input.fifo, in sony_laptop_setup_input()
539 kfifo_free(&sony_laptop_input.fifo); in sony_laptop_setup_input()
560 while (kfifo_out(&sony_laptop_input.fifo, in sony_laptop_remove_input()
575 kfifo_free(&sony_laptop_input.fifo); in sony_laptop_remove_input()
4033 struct kfifo fifo; member
4061 kfifo_reset(&sonypi_compat.fifo); in sonypi_misc_open()
4074 if ((kfifo_len(&sonypi_compat.fifo) == 0) && in sonypi_misc_read()
4079 kfifo_len(&sonypi_compat.fifo) != 0); in sonypi_misc_read()
4084 (kfifo_out_locked(&sonypi_compat.fifo, &c, sizeof(c), in sonypi_misc_read()
4102 if (kfifo_len(&sonypi_compat.fifo)) in sonypi_misc_poll()
4267 kfifo_in_locked(&sonypi_compat.fifo, (unsigned char *)&event, in sonypi_compat_report_event()
4279 kfifo_alloc(&sonypi_compat.fifo, SONY_LAPTOP_BUF_SIZE, GFP_KERNEL); in sonypi_compat_init()
4301 kfifo_free(&sonypi_compat.fifo); in sonypi_compat_init()
4308 kfifo_free(&sonypi_compat.fifo); in sonypi_compat_exit()