Searched refs:mdio_i2c_alloc (Results 1 – 3 of 3) sorted by relevance
94 struct mii_bus *mdio_i2c_alloc(struct device *parent, struct i2c_adapter *i2c) in mdio_i2c_alloc() function113 EXPORT_SYMBOL_GPL(mdio_i2c_alloc);
14 struct mii_bus *mdio_i2c_alloc(struct device *parent, struct i2c_adapter *i2c);
412 i2c_mii = mdio_i2c_alloc(sfp->dev, i2c); in sfp_i2c_configure()