Home
last modified time | relevance | path

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

/linux-4.19.296/include/sound/
Di2c.h26 struct snd_i2c_device { struct
34 void (*private_free)(struct snd_i2c_device *device); argument
37 #define snd_i2c_device(n) list_entry(n, struct snd_i2c_device, list) macro
49 int (*sendbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count);
50 int (*readbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count);
81 unsigned char addr, struct snd_i2c_device **rdevice);
82 int snd_i2c_device_free(struct snd_i2c_device *device);
100 int snd_i2c_sendbytes(struct snd_i2c_device *device, unsigned char *bytes, int count);
101 int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count);
Dcs8427.h191 int snd_cs8427_init(struct snd_i2c_bus *bus, struct snd_i2c_device *device);
193 unsigned int reset_timeout, struct snd_i2c_device **r_cs8427);
194 int snd_cs8427_reg_write(struct snd_i2c_device *device, unsigned char reg,
196 int snd_cs8427_iec958_build(struct snd_i2c_device *cs8427,
199 int snd_cs8427_iec958_active(struct snd_i2c_device *cs8427, int active);
200 int snd_cs8427_iec958_pcm(struct snd_i2c_device *cs8427, unsigned int rate);
Dpt2258.h28 struct snd_i2c_device *i2c_dev;