Lines Matching refs:snd_i2c_device
10 struct snd_i2c_device {
18 void (*private_free)(struct snd_i2c_device *device);
21 #define snd_i2c_device(n) list_entry(n, struct snd_i2c_device, list)
33 int (*sendbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count);
34 int (*readbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count);
65 unsigned char addr, struct snd_i2c_device **rdevice);
66 int snd_i2c_device_free(struct snd_i2c_device *device);
84 int snd_i2c_sendbytes(struct snd_i2c_device *device, unsigned char *bytes, int count);
85 int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count);