Searched refs:sch_adapter (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/i2c/busses/ |
H A D | i2c-isch.c | 56 static struct i2c_adapter sch_adapter; variable in typeref:struct:i2c_adapter 72 dev_dbg(&sch_adapter.dev, "Transaction (pre): CNT=%02x, CMD=%02x, " sch_transaction() 82 dev_dbg(&sch_adapter.dev, "Completion (%02x). " sch_transaction() 86 dev_dbg(&sch_adapter.dev, "SMBus error (%02x). " sch_transaction() 92 dev_err(&sch_adapter.dev, sch_transaction() 108 dev_err(&sch_adapter.dev, "SMBus Timeout!\n"); sch_transaction() 113 dev_dbg(&sch_adapter.dev, "Bus collision! SMBus may be " sch_transaction() 118 dev_err(&sch_adapter.dev, "Error: no response!\n"); sch_transaction() 120 dev_dbg(&sch_adapter.dev, "Post complete!\n"); sch_transaction() 125 dev_dbg(&sch_adapter.dev, "Failed reset at end of " sch_transaction() 130 dev_dbg(&sch_adapter.dev, "No such address.\n"); sch_transaction() 132 dev_dbg(&sch_adapter.dev, "Transaction (post): CNT=%02x, CMD=%02x, " sch_transaction() 155 dev_dbg(&sch_adapter.dev, "SMBus busy (%02x)\n", temp); sch_access() 166 dev_notice(&sch_adapter.dev, sch_access() 171 dev_dbg(&sch_adapter.dev, "access size: %d %s\n", size, sch_access() 217 dev_dbg(&sch_adapter.dev, "write size %d to 0x%04x\n", size, SMBHSTCNT); sch_access() 258 static struct i2c_adapter sch_adapter = { variable in typeref:struct:i2c_adapter 285 sch_adapter.dev.parent = &dev->dev; smbus_sch_probe() 287 snprintf(sch_adapter.name, sizeof(sch_adapter.name), smbus_sch_probe() 290 retval = i2c_add_adapter(&sch_adapter); smbus_sch_probe() 302 i2c_del_adapter(&sch_adapter); smbus_sch_remove()
|
Completed in 98 milliseconds