Linux Kernel
3.7.1
|
#include <i2c.h>
Data Fields | |
struct snd_card * | card |
char | name [32] |
struct mutex | lock_mutex |
struct snd_i2c_bus * | master |
struct list_head | buses |
struct list_head | devices |
union { | |
struct snd_i2c_bit_ops * bit | |
void * ops | |
} | hw_ops |
struct snd_i2c_ops * | ops |
unsigned long | private_value |
void * | private_data |
void(* | private_free )(struct snd_i2c_bus *bus) |
struct snd_i2c_bit_ops* bit |
union { ... } hw_ops |
struct snd_i2c_bus* master |
struct snd_i2c_ops* ops |