Searched refs:sonypi_compat (Results 1 – 1 of 1) sorted by relevance
4038 static struct sonypi_compat_s sonypi_compat = { variable4049 atomic_dec(&sonypi_compat.open_count); in sonypi_misc_release()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()4085 &sonypi_compat.fifo_lock) == sizeof(c))) { in sonypi_misc_read()4102 if (kfifo_len(&sonypi_compat.fifo)) in sonypi_misc_poll()4268 sizeof(event), &sonypi_compat.fifo_lock); in sonypi_compat_report_event()4277 spin_lock_init(&sonypi_compat.fifo_lock); in sonypi_compat_init()4301 kfifo_free(&sonypi_compat.fifo); in sonypi_compat_init()[all …]