Home
last modified time | relevance | path

Searched refs:i2c_chains (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/infiniband/hw/ipath/
Dipath_eeprom.c85 } i2c_chains[] = { variable
459 if (idx >= 0 && idx < (ARRAY_SIZE(i2c_chains) - 1)) in ipath_i2c_type()
463 while (i2c_chains[idx].probe_dev != IPATH_NO_DEV) { in ipath_i2c_type()
465 if (!i2c_probe(dd, i2c_chains[idx].probe_dev)) in ipath_i2c_type()
477 if (i2c_chains[idx].probe_dev == IPATH_NO_DEV) in ipath_i2c_type()
482 return (idx >= 0) ? i2c_chains + idx : NULL; in ipath_i2c_type()