Searched refs:snd_i2c_bus (Results 1 – 4 of 4) sorted by relevance
| /include/sound/ |
| A D | i2c.h | 12 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 D | tea6330t.h | 12 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 D | pt2258.h | 13 struct snd_i2c_bus *i2c_bus;
|
| A D | cs8427.h | 176 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