Home
last modified time | relevance | path

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

/freebsd/sys/dev/phy/
H A Dphy.c162 PHY_TOPO_UNLOCK(); in phynode_register()
346 PHY_TOPO_UNLOCK(); in phy_enable()
366 PHY_TOPO_UNLOCK(); in phy_disable()
382 PHY_TOPO_UNLOCK(); in phy_set_mode()
398 PHY_TOPO_UNLOCK(); in phy_status()
412 PHY_TOPO_UNLOCK(); in phy_get_by_id()
416 PHY_TOPO_UNLOCK(); in phy_get_by_id()
439 PHY_TOPO_UNLOCK(); in phy_release()
460 PHY_TOPO_UNLOCK(); in phydev_default_ofw_map()
464 PHY_TOPO_UNLOCK(); in phydev_default_ofw_map()
H A Dphy_usb.c128 PHY_TOPO_UNLOCK(); in phy_usb_set_mode()
143 PHY_TOPO_UNLOCK(); in phy_usb_get_mode()
H A Dphy_internal.h71 #define PHY_TOPO_UNLOCK() sx_unlock(&phynode_topo_lock) macro