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

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

Completed in 62 milliseconds