Home
last modified time | relevance | path

Searched refs:snd_i2c_bus (Results 1 – 4 of 4) sorted by relevance

/include/sound/
A Di2c.h12 struct snd_i2c_bus *bus; /* I2C bus */
24 void (*start)(struct snd_i2c_bus *bus); /* transfer start */
25 void (*stop)(struct snd_i2c_bus *bus); /* transfer stop */
27 void (*setlines)(struct snd_i2c_bus *bus, int clock, int data);
28 int (*getclock)(struct snd_i2c_bus *bus);
29 int (*getdata)(struct snd_i2c_bus *bus, int ack);
38 struct snd_i2c_bus { struct
57 void (*private_free)(struct snd_i2c_bus *bus); argument
63 struct snd_i2c_bus *master, struct snd_i2c_bus **ri2c);
68 static inline void snd_i2c_lock(struct snd_i2c_bus *bus) in snd_i2c_lock()
[all …]
A Dtea6330t.h12 int snd_tea6330t_detect(struct snd_i2c_bus *bus, int equalizer);
13 int snd_tea6330t_update_mixer(struct snd_card *card, struct snd_i2c_bus *bus,
A Dpt2258.h13 struct snd_i2c_bus *i2c_bus;
A Dcs8427.h176 int snd_cs8427_init(struct snd_i2c_bus *bus, struct snd_i2c_device *device);
177 int snd_cs8427_create(struct snd_i2c_bus *bus, unsigned char addr,

Completed in 14 milliseconds