Lines Matching defs:bytes
22 unsigned char *bytes, int count);
24 unsigned char *bytes, int count);
132 int snd_i2c_sendbytes(struct snd_i2c_device *device, unsigned char *bytes, int count)
134 return device->bus->ops->sendbytes(device, bytes, count);
139 int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count)
141 return device->bus->ops->readbytes(device, bytes, count);
262 unsigned char *bytes, int count)
276 err = snd_i2c_bit_sendbyte(bus, *bytes++);
288 unsigned char *bytes, int count)
307 *bytes++ = (unsigned char)err;