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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dsony-laptop.c2147 static struct sonypi_compat_s sonypi_compat = { variable in typeref:struct:sonypi_compat_s
2153 return fasync_helper(fd, filp, on, &sonypi_compat.fifo_async);
2158 atomic_dec(&sonypi_compat.open_count);
2167 spin_lock_irqsave(&sonypi_compat.fifo_lock, flags);
2169 if (atomic_inc_return(&sonypi_compat.open_count) == 1)
2170 kfifo_reset(&sonypi_compat.fifo);
2172 spin_unlock_irqrestore(&sonypi_compat.fifo_lock, flags);
2183 if ((kfifo_len(&sonypi_compat.fifo) == 0) &&
2187 ret = wait_event_interruptible(sonypi_compat.fifo_proc_list,
2188 kfifo_len(&sonypi_compat
[all...]

Completed in 34 milliseconds