Home
last modified time | relevance | path

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

/Linux-v5.10/include/sound/
Di2c.h23 struct snd_i2c_bit_ops { struct
24 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
/Linux-v5.10/sound/i2c/
Di2c.c28 static const struct snd_i2c_ops snd_i2c_bit_ops = { variable