Home
last modified time | relevance | path

Searched refs:rt_phy_device (Results 1 – 6 of 6) sorted by relevance

/components/drivers/include/drivers/
A Dphy.h64 struct rt_phy_device struct
99 int (*probe)(struct rt_phy_device *phydev); argument
100 int (*config)(struct rt_phy_device *phydev);
101 int (*startup)(struct rt_phy_device *phydev);
102 int (*shutdown)(struct rt_phy_device *phydev);
118 int rt_phy_reset(struct rt_phy_device *phydev);
119 int rt_phy_startup(struct rt_phy_device *phydev);
120 int rt_phy_config(struct rt_phy_device *phydev);
121 int rt_phy_shutdown(struct rt_phy_device *phydev);
127 rt_err_t rt_phy_device_register(struct rt_phy_device *pdev);
[all …]
/components/drivers/phy/
A Dphy.c22 struct rt_phy_device *phy = (struct rt_phy_device *)dev->user_data; in phy_device_read()
28 struct rt_phy_device *phy = (struct rt_phy_device *)dev->user_data; in phy_device_write()
129 int rt_phy_startup(struct rt_phy_device *phydev) in rt_phy_startup()
144 int rt_phy_config(struct rt_phy_device *phydev) in rt_phy_config()
225 int rt_phy_reset(struct rt_phy_device *phydev) in rt_phy_reset()
279 struct rt_phy_device *dev = rt_malloc(sizeof(struct rt_phy_device)); in rt_phy_device_create()
398 struct rt_phy_device *phy; in rt_phydev_create_by_mask()
428 struct rt_phy_device *phy; in rt_phy_find_by_mask()
472 struct rt_phy_device *phy = RT_NULL; in rt_phy_get_device()
536 struct rt_phy_device *pdev = rt_container_of(dev, struct rt_phy_device, parent); in phy_match()
[all …]
A Dgeneral_phy.h136 struct rt_phy_device;
138 int rt_genphy_parse_link(struct rt_phy_device *phydev);
139 int rt_genphy_config_aneg(struct rt_phy_device *phydev);
140 int rt_genphy_update_link(struct rt_phy_device *phydev);
141 int rt_genphy_startup(struct rt_phy_device *phydev);
142 int rt_genphy_config(struct rt_phy_device *phydev);
A Dgeneral.c40 static int __genphy_config_advert(struct rt_phy_device *phydev) in __genphy_config_advert()
100 int __genphy_restart_aneg(struct rt_phy_device *phydev) in __genphy_restart_aneg()
118 int rt_genphy_config_aneg(struct rt_phy_device *phydev) in rt_genphy_config_aneg()
162 int rt_genphy_update_link(struct rt_phy_device *phydev) in rt_genphy_update_link()
204 static void __genphy_auto_neg(struct rt_phy_device *phydev,int mii_reg) in __genphy_auto_neg()
264 int rt_genphy_parse_link(struct rt_phy_device *phydev) in rt_genphy_parse_link()
289 int rt_genphy_config(struct rt_phy_device *phydev) in rt_genphy_config()
340 int rt_genphy_startup(struct rt_phy_device *phydev) in rt_genphy_startup()
A Dofw.c127 struct rt_phy_device *rt_ofw_create_phy(struct mii_bus *bus,struct rt_ofw_node *np,int phyaddr) in rt_ofw_create_phy()
129 struct rt_phy_device *dev = RT_NULL; in rt_ofw_create_phy()
A Dmdio.h87 struct rt_phy_device* phymap[RT_PHY_MAX];

Completed in 13 milliseconds