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

#include <i2c.h>

Data Fields

unsigned short flags
 
unsigned short addr
 
char name [I2C_NAME_SIZE]
 
struct i2c_adapteradapter
 
struct i2c_driverdriver
 
struct device dev
 
int irq
 
struct list_head detected
 

Detailed Description

Definition at line 221 of file i2c.h.

Field Documentation

Definition at line 227 of file i2c.h.

unsigned short addr

Definition at line 223 of file i2c.h.

struct list_head detected

Definition at line 231 of file i2c.h.

Definition at line 229 of file i2c.h.

struct i2c_driver* driver

Definition at line 228 of file i2c.h.

unsigned short flags

Definition at line 222 of file i2c.h.

int irq

Definition at line 230 of file i2c.h.

Definition at line 226 of file i2c.h.


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