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

#include <hsi.h>

Data Fields

struct device device
 
struct hsi_config tx_cfg
 
struct hsi_config rx_cfg
 
void(* ehandler )(struct hsi_client *, unsigned long)
 
unsigned int pclaimed:1
 
struct notifier_block nb
 

Detailed Description

struct hsi_client - HSI client attached to an HSI port : Driver model representation of the device : HSI TX configuration : HSI RX configuration : Callback for handling port events (RX Wake High/Low) : Keeps tracks if the clients claimed its associated HSI port : Notifier block for port events

Definition at line 128 of file hsi.h.

Field Documentation

Definition at line 129 of file hsi.h.

void(* ehandler)(struct hsi_client *, unsigned long)

Definition at line 133 of file hsi.h.

Definition at line 135 of file hsi.h.

unsigned int pclaimed

Definition at line 134 of file hsi.h.

Definition at line 131 of file hsi.h.

Definition at line 130 of file hsi.h.


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