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

Data Fields

int(* read )(struct mcp23s08 *mcp, unsigned reg)
 
int(* write )(struct mcp23s08 *mcp, unsigned reg, unsigned val)
 
int(* read_regs )(struct mcp23s08 *mcp, unsigned reg, u16 *vals, unsigned n)
 

Detailed Description

Definition at line 47 of file gpio-mcp23s08.c.

Field Documentation

int(* read)(struct mcp23s08 *mcp, unsigned reg)

Definition at line 48 of file gpio-mcp23s08.c.

int(* read_regs)(struct mcp23s08 *mcp, unsigned reg, u16 *vals, unsigned n)

Definition at line 50 of file gpio-mcp23s08.c.

int(* write)(struct mcp23s08 *mcp, unsigned reg, unsigned val)

Definition at line 49 of file gpio-mcp23s08.c.


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