Searched refs:snd_i2c_readbytes (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/sound/
H A Di2c.h85 int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count);
/linux-master/sound/pci/ice1712/
H A Dews.c140 if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_PCF2], &data, 1) != 1)
234 if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_88D], bytes, 2)
635 if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_PCF2], &data, 1) != 1) {
652 if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_PCF2], &data, 1) != 1) {
677 if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_PCF1], &data, 1) != 1) {
698 if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_PCF1], &data, 1) != 1) {
745 if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_88D], data, 2) != 2) {
767 if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_88D], data, 2) != 2) {
826 if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_6FIRE], &byte, 1) != 1) {
H A Ddelta.c416 snd_i2c_readbytes(ice->cs8427, &reg, 1);
H A Dice1712.c328 if (snd_i2c_readbytes(ice->cs8427, &val, 1) != 1) {
/linux-master/sound/i2c/
H A Di2c.c139 int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count) function
144 EXPORT_SYMBOL(snd_i2c_readbytes); variable
H A Dcs8427.c75 err = snd_i2c_readbytes(device, &buf, 1);
290 snd_i2c_readbytes(device, buf, 127);
400 err = snd_i2c_readbytes(device, ucontrol->value.bytes.data, 10);

Completed in 146 milliseconds