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

#include <nic.h>

Data Fields

struct falcon_board_typetype
 
int major
 
int minor
 
struct i2c_adapter i2c_adap
 
struct i2c_algo_bit_data i2c_data
 
struct i2c_clienthwmon_client
 
struct i2c_clientioexp_client
 

Detailed Description

struct falcon_board - board information : Type of board : Major rev. ('A', 'B' ...) : Minor rev. (0, 1, ...) : I2C adapter for on-board peripherals : Data for bit-banging algorithm : I2C client for hardware monitor : I2C client for power/port control

Definition at line 98 of file nic.h.

Field Documentation

struct i2c_client* hwmon_client

Definition at line 104 of file nic.h.

struct i2c_adapter i2c_adap

Definition at line 102 of file nic.h.

Definition at line 103 of file nic.h.

struct i2c_client * ioexp_client

Definition at line 104 of file nic.h.

int major

Definition at line 100 of file nic.h.

int minor

Definition at line 101 of file nic.h.

Definition at line 99 of file nic.h.


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