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

#include <chan.h>

Data Fields

struct list_head list
 
struct list_head free_list
 
struct lineline
 
chardev
 
unsigned int primary:1
 
unsigned int input:1
 
unsigned int output:1
 
unsigned int opened:1
 
unsigned int enabled:1
 
int fd
 
struct chan_opsops
 
voiddata
 

Detailed Description

Definition at line 15 of file chan.h.

Field Documentation

Definition at line 27 of file chan.h.

char* dev

Definition at line 19 of file chan.h.

unsigned int enabled

Definition at line 24 of file chan.h.

Definition at line 25 of file chan.h.

struct list_head free_list

Definition at line 17 of file chan.h.

unsigned int input

Definition at line 21 of file chan.h.

Definition at line 18 of file chan.h.

Definition at line 16 of file chan.h.

unsigned int opened

Definition at line 23 of file chan.h.

Definition at line 26 of file chan.h.

unsigned int output

Definition at line 22 of file chan.h.

unsigned int primary

Definition at line 20 of file chan.h.


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