Linux Kernel
3.7.1
|
Data Fields | |
struct cdev | cdev |
struct mutex | lock |
unsigned long | flags |
unsigned int | usecnt |
struct hsi_client * | cl |
struct hsc_channel | channels [HSC_DEVS] |
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.
Definition at line 114 of file hsi_char.c.
struct hsc_channel channels[HSC_DEVS] |
Definition at line 119 of file hsi_char.c.
struct hsi_client* cl |
Definition at line 118 of file hsi_char.c.
unsigned long flags |
Definition at line 116 of file hsi_char.c.
Definition at line 115 of file hsi_char.c.
unsigned int usecnt |
Definition at line 117 of file hsi_char.c.