Symbol: snd_i2c_device
include/sound/cs8427.h
176
int snd_cs8427_init(struct snd_i2c_bus *bus, struct snd_i2c_device *device);
include/sound/cs8427.h
178
unsigned int reset_timeout, struct snd_i2c_device **r_cs8427);
include/sound/cs8427.h
179
int snd_cs8427_reg_write(struct snd_i2c_device *device, unsigned char reg,
include/sound/cs8427.h
181
int snd_cs8427_iec958_build(struct snd_i2c_device *cs8427,
include/sound/cs8427.h
184
int snd_cs8427_iec958_active(struct snd_i2c_device *cs8427, int active);
include/sound/cs8427.h
185
int snd_cs8427_iec958_pcm(struct snd_i2c_device *cs8427, unsigned int rate);
include/sound/i2c.h
18
void (*private_free)(struct snd_i2c_device *device);
include/sound/i2c.h
21
#define snd_i2c_device(n) list_entry(n, struct snd_i2c_device, list)
include/sound/i2c.h
33
int (*sendbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count);
include/sound/i2c.h
34
int (*readbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count);
include/sound/i2c.h
65
unsigned char addr, struct snd_i2c_device **rdevice);
include/sound/i2c.h
66
int snd_i2c_device_free(struct snd_i2c_device *device);
include/sound/i2c.h
84
int snd_i2c_sendbytes(struct snd_i2c_device *device, unsigned char *bytes, int count);
include/sound/i2c.h
85
int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count);
include/sound/pt2258.h
14
struct snd_i2c_device *i2c_dev;
sound/i2c/cs8427.c
102
static int snd_cs8427_send_corudata(struct snd_i2c_device *device,
sound/i2c/cs8427.c
138
static void snd_cs8427_free(struct snd_i2c_device *device)
sound/i2c/cs8427.c
144
struct snd_i2c_device *device)
sound/i2c/cs8427.c
20
static void snd_cs8427_reset(struct snd_i2c_device *cs8427);
sound/i2c/cs8427.c
262
struct snd_i2c_device **r_cs8427)
sound/i2c/cs8427.c
266
struct snd_i2c_device *device;
sound/i2c/cs8427.c
315
static void snd_cs8427_reset(struct snd_i2c_device *cs8427)
sound/i2c/cs8427.c
368
struct snd_i2c_device *device = snd_kcontrol_chip(kcontrol);
sound/i2c/cs8427.c
391
struct snd_i2c_device *device = snd_kcontrol_chip(kcontrol);
sound/i2c/cs8427.c
425
struct snd_i2c_device *device = snd_kcontrol_chip(kcontrol);
sound/i2c/cs8427.c
437
struct snd_i2c_device *device = snd_kcontrol_chip(kcontrol);
sound/i2c/cs8427.c
45
int snd_cs8427_reg_write(struct snd_i2c_device *device, unsigned char reg,
sound/i2c/cs8427.c
526
int snd_cs8427_iec958_build(struct snd_i2c_device *cs8427,
sound/i2c/cs8427.c
560
int snd_cs8427_iec958_active(struct snd_i2c_device *cs8427, int active)
sound/i2c/cs8427.c
582
int snd_cs8427_iec958_pcm(struct snd_i2c_device *cs8427, unsigned int rate)
sound/i2c/cs8427.c
65
static int snd_cs8427_reg_read(struct snd_i2c_device *device, unsigned char reg)
sound/i2c/cs8427.c
85
static int snd_cs8427_select_corudata(struct snd_i2c_device *device, int udata)
sound/i2c/i2c.c
100
unsigned char addr, struct snd_i2c_device **rdevice)
sound/i2c/i2c.c
102
struct snd_i2c_device *device;
sound/i2c/i2c.c
120
int snd_i2c_device_free(struct snd_i2c_device *device)
sound/i2c/i2c.c
132
int snd_i2c_sendbytes(struct snd_i2c_device *device, unsigned char *bytes, int count)
sound/i2c/i2c.c
139
int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count)
sound/i2c/i2c.c
21
static int snd_i2c_bit_sendbytes(struct snd_i2c_device *device,
sound/i2c/i2c.c
23
static int snd_i2c_bit_readbytes(struct snd_i2c_device *device,
sound/i2c/i2c.c
261
static int snd_i2c_bit_sendbytes(struct snd_i2c_device *device,
sound/i2c/i2c.c
287
static int snd_i2c_bit_readbytes(struct snd_i2c_device *device,
sound/i2c/i2c.c
37
struct snd_i2c_device *device;
sound/i2c/i2c.c
42
device = snd_i2c_device(bus->devices.next);
sound/i2c/tea6330t.c
272
static void snd_tea6330_free(struct snd_i2c_device *device)
sound/i2c/tea6330t.c
281
struct snd_i2c_device *device;
sound/i2c/tea6330t.c
34
struct snd_i2c_device *device;
sound/i2c/tea6330t.c
363
struct snd_i2c_device *device;
sound/pci/ice1712/delta.c
123
static int ap_cs8427_sendbytes(struct snd_i2c_device *device, unsigned char *bytes, int count)
sound/pci/ice1712/delta.c
139
static int ap_cs8427_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count)
sound/pci/ice1712/ews.c
34
struct snd_i2c_device *i2cdevs[3];
sound/pci/ice1712/ice1712.h
346
struct snd_i2c_device *cs8427; /* CS8427 I2C device */
sound/pci/ice1712/revo.c
22
struct snd_i2c_device *dev;