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

#include <hvsi.h>

Data Fields

unsigned int inbuf_len
 
unsigned char inbuf [HVSI_INBUF_SIZE]
 
unsigned int inbuf_cur
 
unsigned int inbuf_pktlen
 
atomic_t seqno
 
unsigned int opened:1
 
unsigned int established:1
 
unsigned int is_console:1
 
unsigned int mctrl_update:1
 
unsigned short mctrl
 
struct tty_structtty
 
int(* get_chars )(uint32_t termno, char *buf, int count)
 
int(* put_chars )(uint32_t termno, const char *buf, int count)
 
uint32_t termno
 

Detailed Description

Definition at line 62 of file hvsi.h.

Field Documentation

unsigned int established

Definition at line 69 of file hvsi.h.

int(* get_chars)(uint32_t termno, char *buf, int count)

Definition at line 74 of file hvsi.h.

Definition at line 64 of file hvsi.h.

unsigned int inbuf_cur

Definition at line 65 of file hvsi.h.

unsigned int inbuf_len

Definition at line 63 of file hvsi.h.

unsigned int inbuf_pktlen

Definition at line 66 of file hvsi.h.

unsigned int is_console

Definition at line 70 of file hvsi.h.

unsigned short mctrl

Definition at line 72 of file hvsi.h.

unsigned int mctrl_update

Definition at line 71 of file hvsi.h.

unsigned int opened

Definition at line 68 of file hvsi.h.

int(* put_chars)(uint32_t termno, const char *buf, int count)

Definition at line 75 of file hvsi.h.

atomic_t seqno

Definition at line 67 of file hvsi.h.

uint32_t termno

Definition at line 76 of file hvsi.h.

Definition at line 73 of file hvsi.h.


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