Lines Matching refs:addr
26 unsigned short addr);
100 unsigned char addr, struct snd_i2c_device **rdevice)
110 device->addr = addr;
146 int snd_i2c_probeaddr(struct snd_i2c_bus *bus, unsigned short addr)
148 return bus->ops->probeaddr(bus, addr);
270 err = snd_i2c_bit_sendbyte(bus, device->addr << 1);
296 err = snd_i2c_bit_sendbyte(bus, (device->addr << 1) | 1);
314 static int snd_i2c_bit_probeaddr(struct snd_i2c_bus *bus, unsigned short addr)
318 if (addr & 0x8000) /* 10-bit address */
320 if (addr & 0x7f80) /* invalid address */
323 err = snd_i2c_bit_sendbyte(bus, addr << 1);