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

/linux-master/drivers/platform/x86/
H A Dsony-laptop.c4040 static struct sonypi_compat_s sonypi_compat = { variable in typeref:struct:sonypi_compat_s
4046 return fasync_helper(fd, filp, on, &sonypi_compat.fifo_async);
4051 atomic_dec(&sonypi_compat.open_count);
4060 spin_lock_irqsave(&sonypi_compat.fifo_lock, flags);
4062 if (atomic_inc_return(&sonypi_compat.open_count) == 1)
4063 kfifo_reset(&sonypi_compat.fifo);
4065 spin_unlock_irqrestore(&sonypi_compat.fifo_lock, flags);
4076 if ((kfifo_len(&sonypi_compat.fifo) == 0) &&
4080 ret = wait_event_interruptible(sonypi_compat.fifo_proc_list,
4081 kfifo_len(&sonypi_compat
[all...]

Completed in 202 milliseconds