Searched refs:snd_i2c_device (Results 1 – 3 of 3) sorted by relevance
/include/sound/ |
D | i2c.h | 10 struct snd_i2c_device { struct 18 void (*private_free)(struct snd_i2c_device *device); argument 21 #define snd_i2c_device(n) list_entry(n, struct snd_i2c_device, list) macro 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);
|
D | cs8427.h | 176 int snd_cs8427_init(struct snd_i2c_bus *bus, struct snd_i2c_device *device); 178 unsigned int reset_timeout, struct snd_i2c_device **r_cs8427); 179 int snd_cs8427_reg_write(struct snd_i2c_device *device, unsigned char reg, 181 int snd_cs8427_iec958_build(struct snd_i2c_device *cs8427, 184 int snd_cs8427_iec958_active(struct snd_i2c_device *cs8427, int active); 185 int snd_cs8427_iec958_pcm(struct snd_i2c_device *cs8427, unsigned int rate);
|
D | pt2258.h | 14 struct snd_i2c_device *i2c_dev;
|