Searched refs:snd_i2c_readbytes (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/sound/pci/ice1712/ |
H A D | ews.c | 140 if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_PCF2], &data, 1) != 1) in snd_ice1712_ews88mt_chip_select() 234 if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_88D], bytes, 2) in snd_ice1712_ews_cs8404_spdif_write() 635 if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_PCF2], &data, 1) != 1) { in snd_ice1712_ews88mt_output_sense_get() 652 if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_PCF2], &data, 1) != 1) { in snd_ice1712_ews88mt_output_sense_put() 677 if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_PCF1], &data, 1) != 1) { in snd_ice1712_ews88mt_input_sense_get() 698 if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_PCF1], &data, 1) != 1) { in snd_ice1712_ews88mt_input_sense_put() 745 if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_88D], data, 2) != 2) { in snd_ice1712_ews88d_control_get() 767 if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_88D], data, 2) != 2) { in snd_ice1712_ews88d_control_put() 826 if (snd_i2c_readbytes(spec->i2cdevs[EWS_I2C_6FIRE], &byte, 1) != 1) { in snd_ice1712_6fire_read_pca()
|
H A D | delta.c | 416 snd_i2c_readbytes(ice->cs8427, ®, 1); in snd_ice1712_delta1010lt_wordclock_status_get()
|
H A D | ice1712.c | 328 if (snd_i2c_readbytes(ice->cs8427, &val, 1) != 1) { in snd_ice1712_cs8427_set_input_clock()
|
/openbmc/linux/include/sound/ |
H A D | i2c.h | 85 int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count);
|
/openbmc/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 | 75 err = snd_i2c_readbytes(device, &buf, 1); in snd_cs8427_reg_read() 290 snd_i2c_readbytes(device, buf, 127); in snd_cs8427_create() 400 err = snd_i2c_readbytes(device, ucontrol->value.bytes.data, 10); in snd_cs8427_qsubcode_get()
|