snd_i2c_readbytes   85 include/sound/i2c.h int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count);
snd_i2c_readbytes   73 sound/i2c/cs8427.c 	if ((err = snd_i2c_readbytes(device, &buf, 1)) != 1) {
snd_i2c_readbytes  283 sound/i2c/cs8427.c 	snd_i2c_readbytes(device, buf, 127);
snd_i2c_readbytes  392 sound/i2c/cs8427.c 	err = snd_i2c_readbytes(device, ucontrol->value.bytes.data, 10);
snd_i2c_readbytes  144 sound/i2c/i2c.c EXPORT_SYMBOL(snd_i2c_readbytes);
snd_i2c_readbytes  416 sound/pci/ice1712/delta.c 	snd_i2c_readbytes(ice->cs8427, &reg, 1);
snd_i2c_readbytes  140 sound/pci/ice1712/ews.c 	if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_PCF2], &data, 1) != 1)
snd_i2c_readbytes  234 sound/pci/ice1712/ews.c 		if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_88D], bytes, 2)
snd_i2c_readbytes  631 sound/pci/ice1712/ews.c 	if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_PCF2], &data, 1) != 1) {
snd_i2c_readbytes  648 sound/pci/ice1712/ews.c 	if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_PCF2], &data, 1) != 1) {
snd_i2c_readbytes  673 sound/pci/ice1712/ews.c 	if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_PCF1], &data, 1) != 1) {
snd_i2c_readbytes  694 sound/pci/ice1712/ews.c 	if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_PCF1], &data, 1) != 1) {
snd_i2c_readbytes  741 sound/pci/ice1712/ews.c 	if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_88D], data, 2) != 2) {
snd_i2c_readbytes  763 sound/pci/ice1712/ews.c 	if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_88D], data, 2) != 2) {
snd_i2c_readbytes  822 sound/pci/ice1712/ews.c 	if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_6FIRE], &byte, 1) != 1) {
snd_i2c_readbytes  334 sound/pci/ice1712/ice1712.c 	if (snd_i2c_readbytes(ice->cs8427, &val, 1) != 1) {