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

#include <i2c.h>

Data Fields

void(* start )(struct snd_i2c_bus *bus)
 
void(* stop )(struct snd_i2c_bus *bus)
 
void(* direction )(struct snd_i2c_bus *bus, int clock, int data)
 
void(* setlines )(struct snd_i2c_bus *bus, int clock, int data)
 
int(* getclock )(struct snd_i2c_bus *bus)
 
int(* getdata )(struct snd_i2c_bus *bus, int ack)
 

Detailed Description

Definition at line 39 of file i2c.h.

Field Documentation

Definition at line 42 of file i2c.h.

int(* getclock)(struct snd_i2c_bus *bus)

Definition at line 44 of file i2c.h.

int(* getdata)(struct snd_i2c_bus *bus, int ack)

Definition at line 45 of file i2c.h.

Definition at line 43 of file i2c.h.

void(* start)(struct snd_i2c_bus *bus)

Definition at line 40 of file i2c.h.

Definition at line 41 of file i2c.h.


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