snd_i2c_bus 28 include/sound/i2c.h struct snd_i2c_bus *bus; /* I2C bus */ snd_i2c_bus 40 include/sound/i2c.h void (*start)(struct snd_i2c_bus *bus); /* transfer start */ snd_i2c_bus 41 include/sound/i2c.h void (*stop)(struct snd_i2c_bus *bus); /* transfer stop */ snd_i2c_bus 42 include/sound/i2c.h void (*direction)(struct snd_i2c_bus *bus, int clock, int data); /* set line direction (0 = write, 1 = read) */ snd_i2c_bus 43 include/sound/i2c.h void (*setlines)(struct snd_i2c_bus *bus, int clock, int data); snd_i2c_bus 44 include/sound/i2c.h int (*getclock)(struct snd_i2c_bus *bus); snd_i2c_bus 45 include/sound/i2c.h int (*getdata)(struct snd_i2c_bus *bus, int ack); snd_i2c_bus 51 include/sound/i2c.h int (*probeaddr)(struct snd_i2c_bus *bus, unsigned short addr); snd_i2c_bus 60 include/sound/i2c.h struct snd_i2c_bus *master; /* master bus when SCK/SCL is shared */ snd_i2c_bus 73 include/sound/i2c.h void (*private_free)(struct snd_i2c_bus *bus); snd_i2c_bus 76 include/sound/i2c.h #define snd_i2c_slave_bus(n) list_entry(n, struct snd_i2c_bus, buses) snd_i2c_bus 27 include/sound/pt2258.h struct snd_i2c_bus *i2c_bus; snd_i2c_bus 49 sound/i2c/i2c.c struct snd_i2c_bus *slave; snd_i2c_bus 74 sound/i2c/i2c.c struct snd_i2c_bus *bus = device->device_data; snd_i2c_bus 81 sound/i2c/i2c.c struct snd_i2c_bus *bus; snd_i2c_bus 275 sound/i2c/i2c.c struct snd_i2c_bus *bus = device->bus; snd_i2c_bus 299 sound/i2c/i2c.c struct snd_i2c_bus *bus = device->bus; snd_i2c_bus 49 sound/i2c/tea6330t.c struct snd_i2c_bus *bus; snd_i2c_bus 216 sound/isa/gus/interwave.c struct snd_i2c_bus *bus; snd_i2c_bus 652 sound/isa/gus/interwave.c struct snd_i2c_bus *i2c_bus; snd_i2c_bus 351 sound/pci/ice1712/ice1712.h struct snd_i2c_bus *i2c; /* I2C bus */