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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Di2c.h101 int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ice1712/
H A Dews.c149 if (snd_i2c_readbytes(ice->spec.i2cdevs[EWS_I2C_PCF2], &data, 1) != 1)
238 if (snd_i2c_readbytes(ice->spec.i2cdevs[EWS_I2C_88D], bytes, 2) != 2)
611 if (snd_i2c_readbytes(ice->spec.i2cdevs[EWS_I2C_PCF2], &data, 1) != 1) {
627 if (snd_i2c_readbytes(ice->spec.i2cdevs[EWS_I2C_PCF2], &data, 1) != 1) {
649 if (snd_i2c_readbytes(ice->spec.i2cdevs[EWS_I2C_PCF1], &data, 1) != 1) {
668 if (snd_i2c_readbytes(ice->spec.i2cdevs[EWS_I2C_PCF1], &data, 1) != 1) {
720 if (snd_i2c_readbytes(ice->spec.i2cdevs[EWS_I2C_88D], data, 2) != 2) {
741 if (snd_i2c_readbytes(ice->spec.i2cdevs[EWS_I2C_88D], data, 2) != 2) {
792 if (snd_i2c_readbytes(ice->spec.i2cdevs[EWS_I2C_6FIRE], &byte, 1) != 1) {
H A Ddelta.c414 snd_i2c_readbytes(ice->cs8427, &reg, 1);
H A Dice1712.c346 if (snd_i2c_readbytes(ice->cs8427, &val, 1) != 1) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/i2c/
H A Di2c.c150 int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count) function
155 EXPORT_SYMBOL(snd_i2c_readbytes); variable
H A Dcs8427.c98 if ((err = snd_i2c_readbytes(device, &buf, 1)) != 1) {
374 err = snd_i2c_readbytes(device, ucontrol->value.bytes.data, 10);

Completed in 376 milliseconds