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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/i2c/
H A Di2c.c234 static int snd_i2c_bit_sendbyte(struct snd_i2c_bus *bus, unsigned char data) function
272 if ((err = snd_i2c_bit_sendbyte(bus, device->addr << 1)) < 0) {
277 if ((err = snd_i2c_bit_sendbyte(bus, *bytes++)) < 0) {
296 if ((err = snd_i2c_bit_sendbyte(bus, (device->addr << 1) | 1)) < 0) {
321 err = snd_i2c_bit_sendbyte(bus, addr << 1);

Completed in 66 milliseconds