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

Data Fields

struct cdev cdev
 
struct mutex lock
 
unsigned long flags
 
unsigned int usecnt
 
struct hsi_clientcl
 
struct hsc_channel channels [HSC_DEVS]
 

Detailed Description

struct hsc_client_data - hsi_char internal client data : Characther device associated to the hsi_client : Lock to serialize open/close access : Keeps track of port state (rx hwbreak armed) : Use count for claiming the HSI port (mutex protected) : Referece to the HSI client : Array of channels accessible by the client

Definition at line 113 of file hsi_char.c.

Field Documentation

Definition at line 114 of file hsi_char.c.

Definition at line 119 of file hsi_char.c.

Definition at line 118 of file hsi_char.c.

unsigned long flags

Definition at line 116 of file hsi_char.c.

struct mutex lock

Definition at line 115 of file hsi_char.c.

unsigned int usecnt

Definition at line 117 of file hsi_char.c.


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