Lines Matching defs:name
233 const char *name = i2c_adap->name;
243 pr_info("%s: SDA is write-only, testing not possible\n", name);
245 pr_info("%s: SCL is write-only, testing not possible\n", name);
250 pr_warn("%s: bus seems to be busy (scl=%d, sda=%d)\n", name, scl, sda);
256 pr_warn("%s: SDA stuck high!\n", name);
260 pr_warn("%s: SCL unexpected low while pulling SDA low!\n", name);
266 pr_warn("%s: SDA stuck low!\n", name);
270 pr_warn("%s: SCL unexpected low while pulling SDA high!\n", name);
276 pr_warn("%s: SCL stuck high!\n", name);
280 pr_warn("%s: SDA unexpected low while pulling SCL low!\n", name);
286 pr_warn("%s: SCL stuck low!\n", name);
290 pr_warn("%s: SDA unexpected low while pulling SCL high!\n", name);
297 pr_info("%s: Test OK\n", name);