Home
last modified time | relevance | path

Searched defs:snd_i2c_bit_ops (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/include/sound/
Di2c.h39 struct snd_i2c_bit_ops { struct
40 void (*start)(struct snd_i2c_bus *bus); /* transfer start */
41 void (*stop)(struct snd_i2c_bus *bus); /* transfer stop */
42 …ion)(struct snd_i2c_bus *bus, int clock, int data); /* set line direction (0 = write, 1 = read) */
66 struct snd_i2c_bit_ops *bit; argument
/linux-3.3/sound/i2c/
Di2c.c42 static struct snd_i2c_ops snd_i2c_bit_ops = { variable