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

Data Fields

struct i2c_adapter adap
 
struct i2c_algorithm algo
 
struct i2c_adapterparent
 
voidmux_priv
 
u32 chan_id
 
int(* select )(struct i2c_adapter *, void *mux_priv, u32 chan_id)
 
int(* deselect )(struct i2c_adapter *, void *mux_priv, u32 chan_id)
 

Detailed Description

Definition at line 31 of file i2c-mux.c.

Field Documentation

Definition at line 32 of file i2c-mux.c.

Definition at line 33 of file i2c-mux.c.

u32 chan_id

Definition at line 37 of file i2c-mux.c.

Definition at line 40 of file i2c-mux.c.

void* mux_priv

Definition at line 36 of file i2c-mux.c.

Definition at line 35 of file i2c-mux.c.

Definition at line 39 of file i2c-mux.c.


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