Home
last modified time | relevance | path

Searched refs:snd_i2c_readbytes (Results 1 – 3 of 3) sorted by relevance

/linux/sound/i2c/
H A Di2c.c139 int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count) in snd_i2c_readbytes() function
144 EXPORT_SYMBOL(snd_i2c_readbytes);
H A Dcs8427.c76 err = snd_i2c_readbytes(device, &buf, 1); in snd_cs8427_reg_read()
293 snd_i2c_readbytes(device, buf, 127); in snd_cs8427_create()
403 err = snd_i2c_readbytes(device, ucontrol->value.bytes.data, 10); in snd_cs8427_qsubcode_get()
/linux/include/sound/
H A Di2c.h85 int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count);