Searched refs:snd_i2c_readbytes (Results 1 – 3 of 3) sorted by relevance
| /linux/sound/i2c/ |
| H A D | i2c.c | 139 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 D | cs8427.c | 76 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 D | i2c.h | 85 int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count);
|