Searched refs:snd_i2c_device (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Di2c.h26 struct snd_i2c_device { struct
34 void (*private_free)(struct snd_i2c_device *device);
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 *devic
[all...]
H A Dpt2258.h28 struct snd_i2c_device *i2c_dev;
H A Dcs8427.h192 unsigned int reset_timeout, struct snd_i2c_device **r_cs8427);
193 int snd_cs8427_reg_write(struct snd_i2c_device *device, unsigned char reg,
195 int snd_cs8427_iec958_build(struct snd_i2c_device *cs8427,
198 int snd_cs8427_iec958_active(struct snd_i2c_device *cs8427, int active);
199 int snd_cs8427_iec958_pcm(struct snd_i2c_device *cs8427, unsigned int rate);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/i2c/
H A Di2c.c34 static int snd_i2c_bit_sendbytes(struct snd_i2c_device *device,
36 static int snd_i2c_bit_readbytes(struct snd_i2c_device *device,
50 struct snd_i2c_device *device;
55 device = snd_i2c_device(bus->devices.next);
113 unsigned char addr, struct snd_i2c_device **rdevice)
115 struct snd_i2c_device *device;
133 int snd_i2c_device_free(struct snd_i2c_device *device)
145 int snd_i2c_sendbytes(struct snd_i2c_device *device, unsigned char *bytes, int count)
152 int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count)
266 static int snd_i2c_bit_sendbytes(struct snd_i2c_device *devic
[all...]
H A Dcs8427.c34 static void snd_cs8427_reset(struct snd_i2c_device *cs8427);
59 int snd_cs8427_reg_write(struct snd_i2c_device *device, unsigned char reg,
77 static int snd_cs8427_reg_read(struct snd_i2c_device *device, unsigned char reg)
95 static int snd_cs8427_select_corudata(struct snd_i2c_device *device, int udata)
112 static int snd_cs8427_send_corudata(struct snd_i2c_device *device,
147 static void snd_cs8427_free(struct snd_i2c_device *device)
155 struct snd_i2c_device **r_cs8427)
200 struct snd_i2c_device *device;
280 static void snd_cs8427_reset(struct snd_i2c_device *cs8427)
333 struct snd_i2c_device *devic
[all...]
H A Dtea6330t.c48 struct snd_i2c_device *device;
274 static void snd_tea6330_free(struct snd_i2c_device *device)
283 struct snd_i2c_device *device;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Ddelta.c130 static int ap_cs8427_sendbytes(struct snd_i2c_device *device, unsigned char *bytes, int count)
147 static int ap_cs8427_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count)
H A Dice1712.h353 struct snd_i2c_device *cs8427; /* CS8427 I2C device */
H A Drevo.c37 struct snd_i2c_device *dev;
H A Dews.c49 struct snd_i2c_device *i2cdevs[3];

Completed in 109 milliseconds