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

#include <i2c.h>

Data Fields

int(* sendbytes )(struct snd_i2c_device *device, unsigned char *bytes, int count)
 
int(* readbytes )(struct snd_i2c_device *device, unsigned char *bytes, int count)
 
int(* probeaddr )(struct snd_i2c_bus *bus, unsigned short addr)
 

Detailed Description

Definition at line 48 of file i2c.h.

Field Documentation

int(* probeaddr)(struct snd_i2c_bus *bus, unsigned short addr)

Definition at line 51 of file i2c.h.

int(* readbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count)

Definition at line 50 of file i2c.h.

int(* sendbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count)

Definition at line 49 of file i2c.h.


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