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

#include <max7301.h>

Data Fields

struct mutex lock
 
u8 port_config [8]
 
u32 out_level
 
u32 input_pullup_active
 
struct gpio_chip chip
 
struct devicedev
 
int(* write )(struct device *dev, unsigned int reg, unsigned int val)
 
int(* read )(struct device *dev, unsigned int reg)
 

Detailed Description

Definition at line 10 of file max7301.h.

Field Documentation

struct gpio_chip chip

Definition at line 15 of file max7301.h.

struct device* dev

Definition at line 16 of file max7301.h.

u32 input_pullup_active

Definition at line 14 of file max7301.h.

struct mutex lock

Definition at line 11 of file max7301.h.

u32 out_level

Definition at line 13 of file max7301.h.

u8 port_config[8]

Definition at line 12 of file max7301.h.

int(* read)(struct device *dev, unsigned int reg)

Definition at line 18 of file max7301.h.

int(* write)(struct device *dev, unsigned int reg, unsigned int val)

Definition at line 17 of file max7301.h.


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