Lines Matching refs:count
36 unsigned char *bytes, int count);
38 unsigned char *bytes, int count);
146 int snd_i2c_sendbytes(struct snd_i2c_device *device, unsigned char *bytes, int count) in snd_i2c_sendbytes() argument
148 return device->bus->ops->sendbytes(device, bytes, count); in snd_i2c_sendbytes()
153 int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count) in snd_i2c_readbytes() argument
155 return device->bus->ops->readbytes(device, bytes, count); in snd_i2c_readbytes()
276 unsigned char *bytes, int count) in snd_i2c_bit_sendbytes() argument
289 while (count-- > 0) { in snd_i2c_bit_sendbytes()
302 unsigned char *bytes, int count) in snd_i2c_bit_readbytes() argument
315 while (count-- > 0) { in snd_i2c_bit_readbytes()
316 err = snd_i2c_bit_readbyte(bus, count == 0); in snd_i2c_bit_readbytes()