Searched refs:snd_i2c_bit_direction (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/i2c/
H A Di2c.c182 static void snd_i2c_bit_direction(struct snd_i2c_bus *bus, int clock, int data) function
202 snd_i2c_bit_direction(bus, 1, 1); /* SCL - wr, SDA - wr */
229 snd_i2c_bit_direction(bus, 1, 0); /* SCL - wr, SDA - rd */
231 snd_i2c_bit_direction(bus, 1, 1); /* SCL - wr, SDA - wr */
254 snd_i2c_bit_direction(bus, 1, 0); /* SCL - wr, SDA - rd */
261 snd_i2c_bit_direction(bus, 1, 1); /* SCL - wr, SDA - wr */

Completed in 54 milliseconds