Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
linux
i2c
pcf857x.h
Go to the documentation of this file.
1
#ifndef __LINUX_PCF857X_H
2
#define __LINUX_PCF857X_H
3
32
struct
pcf857x_platform_data
{
33
unsigned
gpio_base
;
34
unsigned
n_latch
;
35
36
int
(*
setup
)(
struct
i2c_client
*
client
,
37
int
gpio
,
unsigned
ngpio,
38
void
*
context
);
39
int
(*
teardown
)(
struct
i2c_client
*
client
,
40
int
gpio
,
unsigned
ngpio,
41
void
*
context
);
42
void
*
context
;
43
44
int
irq
;
45
};
46
47
#endif
/* __LINUX_PCF857X_H */
Generated on Thu Jan 10 2013 14:51:32 for Linux Kernel by
1.8.2