snd_i2c_device     34 include/sound/i2c.h 	void (*private_free)(struct snd_i2c_device *device);
snd_i2c_device     37 include/sound/i2c.h #define snd_i2c_device(n) list_entry(n, struct snd_i2c_device, list)
snd_i2c_device     49 include/sound/i2c.h 	int (*sendbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count);
snd_i2c_device     50 include/sound/i2c.h 	int (*readbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count);
snd_i2c_device     28 include/sound/pt2258.h 	struct snd_i2c_device *i2c_dev;
snd_i2c_device    215 sound/i2c/cs8427.c 	struct snd_i2c_device *device;
snd_i2c_device    364 sound/i2c/cs8427.c 	struct snd_i2c_device *device = snd_kcontrol_chip(kcontrol);
snd_i2c_device    387 sound/i2c/cs8427.c 	struct snd_i2c_device *device = snd_kcontrol_chip(kcontrol);
snd_i2c_device    420 sound/i2c/cs8427.c 	struct snd_i2c_device *device = snd_kcontrol_chip(kcontrol);
snd_i2c_device    432 sound/i2c/cs8427.c 	struct snd_i2c_device *device = snd_kcontrol_chip(kcontrol);
snd_i2c_device     50 sound/i2c/i2c.c 	struct snd_i2c_device *device;
snd_i2c_device     55 sound/i2c/i2c.c 		device = snd_i2c_device(bus->devices.next);
snd_i2c_device    114 sound/i2c/i2c.c 	struct snd_i2c_device *device;
snd_i2c_device     48 sound/i2c/tea6330t.c 	struct snd_i2c_device *device;
snd_i2c_device    293 sound/i2c/tea6330t.c 	struct snd_i2c_device *device;
snd_i2c_device     49 sound/pci/ice1712/ews.c 	struct snd_i2c_device *i2cdevs[3];
snd_i2c_device    352 sound/pci/ice1712/ice1712.h 	struct snd_i2c_device *cs8427;	/* CS8427 I2C device */
snd_i2c_device     37 sound/pci/ice1712/revo.c 	struct snd_i2c_device *dev;