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

/freebsd-11.0-release/sys/dev/extres/phy/
H A Dphy.c131 device_t phydev; local
147 phydev = OF_device_from_xref(xnode);
148 if (phydev == NULL) {
153 rv = PHY_MAP(phydev, xnode, ncells, cells, &id);
158 return (phy_get_by_id(consumer_dev, phydev, id, phy));
184 device_t phydev; local
200 phydev = OF_device_from_xref(cells[0]);
201 if (phydev == NULL) {
206 rv = PHY_MAP(phydev, cells[0], ncells - 1 , cells + 1, &id);
211 return (phy_get_by_id(consumer_dev, phydev, i
[all...]

Completed in 110 milliseconds