Home
last modified time | relevance | path

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

/linux-4.19.296/include/sound/
Di2c.h28 struct snd_i2c_bus *bus; /* I2C bus */
40 void (*start)(struct snd_i2c_bus *bus); /* transfer start */
41 void (*stop)(struct snd_i2c_bus *bus); /* transfer stop */
42 …void (*direction)(struct snd_i2c_bus *bus, int clock, int data); /* set line direction (0 = write…
43 void (*setlines)(struct snd_i2c_bus *bus, int clock, int data);
44 int (*getclock)(struct snd_i2c_bus *bus);
45 int (*getdata)(struct snd_i2c_bus *bus, int ack);
51 int (*probeaddr)(struct snd_i2c_bus *bus, unsigned short addr);
54 struct snd_i2c_bus { struct
60 struct snd_i2c_bus *master; /* master bus when SCK/SCL is shared */ argument
[all …]
Dtea6330t.h27 int snd_tea6330t_detect(struct snd_i2c_bus *bus, int equalizer);
28 int snd_tea6330t_update_mixer(struct snd_card *card, struct snd_i2c_bus *bus,
Dcs8427.h191 int snd_cs8427_init(struct snd_i2c_bus *bus, struct snd_i2c_device *device);
192 int snd_cs8427_create(struct snd_i2c_bus *bus, unsigned char addr,
Dpt2258.h27 struct snd_i2c_bus *i2c_bus;