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

#include <ad525x_dpot.h>

Data Fields

int(* read_d8 )(void *client)
 
int(* read_r8d8 )(void *client, u8 reg)
 
int(* read_r8d16 )(void *client, u8 reg)
 
int(* write_d8 )(void *client, u8 val)
 
int(* write_r8d8 )(void *client, u8 reg, u8 val)
 
int(* write_r8d16 )(void *client, u8 reg, u16 val)
 

Detailed Description

Definition at line 197 of file ad525x_dpot.h.

Field Documentation

int(* read_d8)(void *client)

Definition at line 198 of file ad525x_dpot.h.

int(* read_r8d16)(void *client, u8 reg)

Definition at line 200 of file ad525x_dpot.h.

int(* read_r8d8)(void *client, u8 reg)

Definition at line 199 of file ad525x_dpot.h.

int(* write_d8)(void *client, u8 val)

Definition at line 201 of file ad525x_dpot.h.

int(* write_r8d16)(void *client, u8 reg, u16 val)

Definition at line 203 of file ad525x_dpot.h.

int(* write_r8d8)(void *client, u8 reg, u8 val)

Definition at line 202 of file ad525x_dpot.h.


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