Lines Matching defs:link
41 dev_err(dev->dev, "I2C timeout, card %d, port %d, link %u\n",
42 dev->nr, i2c->nr, i2c->link);
47 if (i2c->link) {
49 DDB_LINK_TAG(i2c->link) |
52 dev_err(dev->dev, "DDBridge link %u IRS %08x\n",
53 i2c->link, listat);
152 const struct ddb_regmap *regmap, int link,
159 i2c->link = link;
161 i2c->wbuf = DDB_LINK_TAG(link) |
164 i2c->regs = DDB_LINK_TAG(link) |
181 dev->nr, i2c->link, i);
197 if (!dev->link[l].info)
199 regmap = dev->link[l].info->regmap;
204 if (!(dev->link[l].info->i2c_mask & (1 << i)))