Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
lirc_buffer Struct Reference

#include <lirc_dev.h>

Data Fields

wait_queue_head_t wait_poll
 
spinlock_t fifo_lock
 
unsigned int chunk_size
 
unsigned int size
 
struct kfifo fifo
 
u8 fifo_initialized
 

Detailed Description

Definition at line 24 of file lirc_dev.h.

Field Documentation

unsigned int chunk_size

Definition at line 27 of file lirc_dev.h.

struct kfifo fifo

Definition at line 31 of file lirc_dev.h.

u8 fifo_initialized

Definition at line 32 of file lirc_dev.h.

spinlock_t fifo_lock

Definition at line 26 of file lirc_dev.h.

unsigned int size

Definition at line 28 of file lirc_dev.h.

wait_queue_head_t wait_poll

Definition at line 25 of file lirc_dev.h.


The documentation for this struct was generated from the following file: