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

#include <i2c.h>

Data Fields

struct list_head list
 
struct snd_i2c_busbus
 
char name [32]
 
unsigned short flags
 
unsigned short addr
 
unsigned long private_value
 
voidprivate_data
 
void(* private_free )(struct snd_i2c_device *device)
 

Detailed Description

Definition at line 26 of file i2c.h.

Field Documentation

unsigned short addr

Definition at line 31 of file i2c.h.

Definition at line 28 of file i2c.h.

unsigned short flags

Definition at line 30 of file i2c.h.

Definition at line 27 of file i2c.h.

char name[32]

Definition at line 29 of file i2c.h.

void* private_data

Definition at line 33 of file i2c.h.

void(* private_free)(struct snd_i2c_device *device)

Definition at line 34 of file i2c.h.

unsigned long private_value

Definition at line 32 of file i2c.h.


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