Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dsonypi.h342 #define SONYPI_BUF_SIZE 128 macro
350 unsigned char buf[SONYPI_BUF_SIZE];
Dsonypi.c112 sonypi_device.queue.head &= (SONYPI_BUF_SIZE - 1); in sonypi_pullq()
123 if (sonypi_device.queue.len == SONYPI_BUF_SIZE) { in sonypi_pushq()
126 sonypi_device.queue.head &= (SONYPI_BUF_SIZE - 1); in sonypi_pushq()
131 sonypi_device.queue.tail &= (SONYPI_BUF_SIZE - 1); in sonypi_pushq()