Lines Matching defs:link
50 dev_err(dev->dev, "I2C timeout, card %d, port %d, link %u\n",
51 dev->nr, i2c->nr, i2c->link);
56 if (i2c->link) {
58 DDB_LINK_TAG(i2c->link) |
61 dev_err(dev->dev, "DDBridge link %u IRS %08x\n",
62 i2c->link, listat);
161 const struct ddb_regmap *regmap, int link,
168 i2c->link = link;
170 i2c->wbuf = DDB_LINK_TAG(link) |
173 i2c->regs = DDB_LINK_TAG(link) |
190 dev->nr, i2c->link, i);
206 if (!dev->link[l].info)
208 regmap = dev->link[l].info->regmap;
213 if (!(dev->link[l].info->i2c_mask & (1 << i)))