snd_i2c_readbytes  101 include/sound/i2c.h int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count);
snd_i2c_readbytes   98 sound/i2c/cs8427.c 	if ((err = snd_i2c_readbytes(device, &buf, 1)) != 1) {
snd_i2c_readbytes  288 sound/i2c/cs8427.c 	snd_i2c_readbytes(device, buf, 127);
snd_i2c_readbytes  398 sound/i2c/cs8427.c 	err = snd_i2c_readbytes(device, ucontrol->value.bytes.data, 10);
snd_i2c_readbytes  408 sound/pci/ice1712/delta.c 	snd_i2c_readbytes(ice->cs8427, &reg, 1);
snd_i2c_readbytes  155 sound/pci/ice1712/ews.c 	if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_PCF2], &data, 1) != 1)
snd_i2c_readbytes  248 sound/pci/ice1712/ews.c 		if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_88D], bytes, 2)
snd_i2c_readbytes  650 sound/pci/ice1712/ews.c 	if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_PCF2], &data, 1) != 1) {
snd_i2c_readbytes  667 sound/pci/ice1712/ews.c 	if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_PCF2], &data, 1) != 1) {
snd_i2c_readbytes  692 sound/pci/ice1712/ews.c 	if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_PCF1], &data, 1) != 1) {
snd_i2c_readbytes  713 sound/pci/ice1712/ews.c 	if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_PCF1], &data, 1) != 1) {
snd_i2c_readbytes  760 sound/pci/ice1712/ews.c 	if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_88D], data, 2) != 2) {
snd_i2c_readbytes  782 sound/pci/ice1712/ews.c 	if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_88D], data, 2) != 2) {
snd_i2c_readbytes  836 sound/pci/ice1712/ews.c 	if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_6FIRE], &byte, 1) != 1) {
snd_i2c_readbytes  339 sound/pci/ice1712/ice1712.c 	if (snd_i2c_readbytes(ice->cs8427, &val, 1) != 1) {