Home
last modified time | relevance | path

Searched refs:phy_device (Results 1 – 4 of 4) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/include/hal/phy/
A Dsunxi_hal_phy.h193 struct phy_device;
205 struct phy_device *phymap[PHY_MAX_ADDR];
229 int (*probe)(struct phy_device *phydev);
233 int (*config)(struct phy_device *phydev);
247 struct phy_device { struct
314 int phy_reset(struct phy_device *phydev);
321 int phy_startup(struct phy_device *phydev);
322 int phy_config(struct phy_device *phydev);
323 int phy_shutdown(struct phy_device *phydev);
329 int genphy_config(struct phy_device *phydev);
[all …]
A Dsunxi_hal_miiphy.h75 struct phy_device *mdio_phydev_for_ethname(const char *devname);
/bsp/allwinner/libraries/sunxi-hal/hal/source/phy/
A Dhal_phy.c392 int genphy_config(struct phy_device *phydev) in genphy_config()
445 int genphy_startup(struct phy_device *phydev) in genphy_startup()
453 int genphy_shutdown(struct phy_device *phydev) in genphy_shutdown()
567 struct phy_device *dev; in phy_device_create()
667 struct phy_device *phydev; in get_phy_device_by_mask()
700 int phy_reset(struct phy_device *phydev) in phy_reset()
758 struct phy_device *phydev; in miiphy_reset()
798 struct phy_device *phydev; in phy_connect()
811 int phy_startup(struct phy_device *phydev) in phy_startup()
829 int phy_config(struct phy_device *phydev) in phy_config()
[all …]
A Dhal_miiphyutil.c213 struct phy_device *phydev = bus->phymap[i]; in mdio_list_devices()
247 struct phy_device *mdio_phydev_for_ethname(const char *ethname) in mdio_phydev_for_ethname()

Completed in 9 milliseconds