Symbol: snd_i2c_sendbytes
include/sound/i2c.h
84
int snd_i2c_sendbytes(struct snd_i2c_device *device, unsigned char *bytes, int count);
sound/i2c/cs8427.c
133
if (snd_i2c_sendbytes(device, data, count + 1) != count + 1)
sound/i2c/cs8427.c
219
err = snd_i2c_sendbytes(device, initvals1, 7);
sound/i2c/cs8427.c
228
err = snd_i2c_sendbytes(device, buf, 7);
sound/i2c/cs8427.c
233
err = snd_i2c_sendbytes(device, initvals2, 4);
sound/i2c/cs8427.c
292
snd_i2c_sendbytes(device, buf, 1);
sound/i2c/cs8427.c
396
err = snd_i2c_sendbytes(device, &reg, 1);
sound/i2c/cs8427.c
53
err = snd_i2c_sendbytes(device, buf, 2);
sound/i2c/cs8427.c
70
err = snd_i2c_sendbytes(device, &reg, 1);
sound/i2c/i2c.c
137
EXPORT_SYMBOL(snd_i2c_sendbytes);
sound/i2c/other/pt2258.c
111
if (snd_i2c_sendbytes(pt->i2c_dev, bytes, 2) != 2)
sound/i2c/other/pt2258.c
119
if (snd_i2c_sendbytes(pt->i2c_dev, bytes, 2) != 2)
sound/i2c/other/pt2258.c
156
if (snd_i2c_sendbytes(pt->i2c_dev, bytes, 1) != 1)
sound/i2c/other/pt2258.c
40
if (snd_i2c_sendbytes(pt->i2c_dev, bytes, 1) != 1)
sound/i2c/other/pt2258.c
48
if (snd_i2c_sendbytes(pt->i2c_dev, bytes, 1) != 1)
sound/i2c/other/pt2258.c
58
if (snd_i2c_sendbytes(pt->i2c_dev, bytes, 2) != 2)
sound/i2c/tea6330t.c
115
err = snd_i2c_sendbytes(tea->device, bytes, count);
sound/i2c/tea6330t.c
161
err = snd_i2c_sendbytes(tea->device, bytes, 3);
sound/i2c/tea6330t.c
209
err = snd_i2c_sendbytes(tea->device, bytes, 2);
sound/i2c/tea6330t.c
257
err = snd_i2c_sendbytes(tea->device, bytes, 2);
sound/i2c/tea6330t.c
332
err = snd_i2c_sendbytes(device, bytes, 7);
sound/pci/ice1712/delta.c
404
if (snd_i2c_sendbytes(ice->cs8427, &reg, 1) != 1)
sound/pci/ice1712/ews.c
144
if (snd_i2c_sendbytes(spec->i2cdevs[EWS_I2C_PCF2], &ndata, 1)
sound/pci/ice1712/ews.c
229
if (snd_i2c_sendbytes(spec->i2cdevs[EWS_I2C_CS8404], &bits, 1)
sound/pci/ice1712/ews.c
239
if (snd_i2c_sendbytes(spec->i2cdevs[EWS_I2C_88D],
sound/pci/ice1712/ews.c
652
if (ndata != data && snd_i2c_sendbytes(spec->i2cdevs[EWS_I2C_PCF2],
sound/pci/ice1712/ews.c
698
if (ndata != data && snd_i2c_sendbytes(spec->i2cdevs[EWS_I2C_PCF1],
sound/pci/ice1712/ews.c
776
snd_i2c_sendbytes(spec->i2cdevs[EWS_I2C_88D], data, 2) != 2) {
sound/pci/ice1712/ews.c
814
if (snd_i2c_sendbytes(spec->i2cdevs[EWS_I2C_6FIRE], &byte, 1) != 1) {
sound/pci/ice1712/ews.c
838
if (snd_i2c_sendbytes(spec->i2cdevs[EWS_I2C_6FIRE], bytes, 2) != 2) {
sound/pci/ice1712/ice1712.c
323
if (snd_i2c_sendbytes(ice->cs8427, reg, 1) != 1) {
sound/pci/ice1712/ice1712.c
338
if (snd_i2c_sendbytes(ice->cs8427, reg, 2) != 2) {