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

#include <hsi.h>

Data Fields

struct device device
 
struct moduleowner
 
unsigned int id
 
unsigned int num_ports
 
struct hsi_port ** port
 

Detailed Description

struct hsi_controller - HSI controller device : Driver model representation of the device : Pointer to the module owning the controller : HSI controller ID : Number of ports in the HSI controller : Array of HSI ports

Definition at line 271 of file hsi.h.

Field Documentation

Definition at line 272 of file hsi.h.

unsigned int id

Definition at line 274 of file hsi.h.

unsigned int num_ports

Definition at line 275 of file hsi.h.

struct module* owner

Definition at line 273 of file hsi.h.

Definition at line 276 of file hsi.h.


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