Lines Matching full:smbus
3 i2c-stub.c - I2C/SMBus chip emulator
71 u16 words[256]; /* Byte operations use the LSB as per SMBus
145 dev_dbg(&adap->dev, "smbus quick - addr 0x%02x\n", addr); in stub_xfer()
153 "smbus byte - addr 0x%02x, wrote 0x%02x.\n", in stub_xfer()
159 "smbus byte - addr 0x%02x, read 0x%02x.\n", in stub_xfer()
172 "smbus byte data - addr 0x%02x, wrote 0x%02x at 0x%02x.\n", in stub_xfer()
187 "smbus byte data - addr 0x%02x, read 0x%02x at 0x%02x.\n", in stub_xfer()
200 "smbus word data - addr 0x%02x, wrote 0x%04x at 0x%02x.\n", in stub_xfer()
205 "smbus word data - addr 0x%02x, read 0x%04x at 0x%02x.\n", in stub_xfer()
244 * banks and SMBus block transfers in stub_xfer()
269 "smbus block data - addr 0x%02x, wrote %d bytes at 0x%02x.\n", in stub_xfer()
274 "SMBus block read command without prior block write not supported\n"); in stub_xfer()
283 "smbus block data - addr 0x%02x, read %d bytes at 0x%02x.\n", in stub_xfer()
291 dev_dbg(&adap->dev, "Unsupported I2C/SMBus command\n"); in stub_xfer()
313 .name = "SMBus stub driver",