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

Data Fields

struct gpio_chip gpio_chip
 
struct i2c_clientclient
 
struct i2c_clientclient_dummy
 
struct i2c_clientclient_group_a
 
struct i2c_clientclient_group_b
 
unsigned int mask_group_a
 
unsigned int dir_input
 
unsigned int dir_output
 
struct mutex lock
 
uint8_t reg_out [2]
 

Detailed Description

Definition at line 119 of file gpio-max732x.c.

Field Documentation

Definition at line 122 of file gpio-max732x.c.

struct i2c_client* client_dummy

Definition at line 123 of file gpio-max732x.c.

struct i2c_client* client_group_a

Definition at line 124 of file gpio-max732x.c.

struct i2c_client* client_group_b

Definition at line 125 of file gpio-max732x.c.

unsigned int dir_input

Definition at line 128 of file gpio-max732x.c.

unsigned int dir_output

Definition at line 129 of file gpio-max732x.c.

struct gpio_chip gpio_chip

Definition at line 120 of file gpio-max732x.c.

struct mutex lock

Definition at line 131 of file gpio-max732x.c.

unsigned int mask_group_a

Definition at line 127 of file gpio-max732x.c.

uint8_t reg_out[2]

Definition at line 132 of file gpio-max732x.c.


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