Searched defs:snd_i2c_bit_ops (Results 1 – 2 of 2) sorted by relevance
23 struct snd_i2c_bit_ops { struct24 void (*start)(struct snd_i2c_bus *bus); /* transfer start */25 void (*stop)(struct snd_i2c_bus *bus); /* transfer stop */26 …ion)(struct snd_i2c_bus *bus, int clock, int data); /* set line direction (0 = write, 1 = read) */50 struct snd_i2c_bit_ops *bit; argument
28 static const struct snd_i2c_ops snd_i2c_bit_ops = { variable