|
Linux Kernel
3.7.1
|
#include <stmpe.h>
Data Fields | |
| void * | data |
| int | irq |
| void * | client |
| struct device * | dev |
| int(* | read_byte )(struct stmpe *stmpe, u8 reg) |
| int(* | write_byte )(struct stmpe *stmpe, u8 reg, u8 val) |
| int(* | read_block )(struct stmpe *stmpe, u8 reg, u8 len, u8 *values) |
| int(* | write_block )(struct stmpe *stmpe, u8 reg, u8 len, const u8 *values) |
| void(* | init )(struct stmpe *stmpe) |
struct stmpe_client_info - i2c or spi specific routines/info : client specific data : read single byte : write single byte : read block or multiple bytes : write block or multiple bytes : client init routine, called during probe
1.8.2