Home
last modified time | relevance | path

Searched +full:disable +full:- +full:smarteee (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/net/
H A Dqca,ar803x.yaml1 # SPDX-License-Identifier: GPL-2.0+
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Andrew Lunn <andrew@lunn.ch>
11 - Florian Fainelli <f.fainelli@gmail.com>
12 - Heiner Kallweit <hkallweit1@gmail.com>
18 - $ref: ethernet-phy.yaml#
19 - if:
24 - ethernet-phy-id004d.d0c0
33 - description:
[all …]
/linux/drivers/net/phy/
H A Dphy_device.c1 // SPDX-License-Identifier: GPL-2.0+
33 #include <linux/pse-pd/pse.h>
44 #include "phylib-internal.h"
45 #include "phy-caps.h"
214 put_device(&phydev->mdio.dev); in phy_device_free()
228 fwnode_handle_put(dev->fwnode); in phy_device_release()
256 struct net_device *netdev = phydev->attached_dev; in phy_link_change()
262 phydev->adjust_link(netdev); in phy_link_change()
263 if (phydev->mii_ts && phydev->mii_ts->link_state) in phy_link_change()
264 phydev->mii_ts->link_state(phydev->mii_ts, phydev); in phy_link_change()
[all …]