Searched refs:phy_gecko_dev (Results 1 – 3 of 3) sorted by relevance
18 struct phy_gecko_dev { struct29 int phy_gecko_init(const struct phy_gecko_dev *phy); argument38 int phy_gecko_auto_negotiate(const struct phy_gecko_dev *phy,46 uint32_t phy_gecko_id_get(const struct phy_gecko_dev *phy);54 bool phy_gecko_is_linked(const struct phy_gecko_dev *phy);
80 static int phy_read(const struct phy_gecko_dev *phy, uint8_t reg_addr, in phy_read()99 static int phy_write(const struct phy_gecko_dev *phy, uint8_t reg_addr, in phy_write()109 static int phy_soft_reset(const struct phy_gecko_dev *phy) in phy_soft_reset()141 int phy_gecko_init(const struct phy_gecko_dev *phy) in phy_gecko_init()165 uint32_t phy_gecko_id_get(const struct phy_gecko_dev *phy) in phy_gecko_id_get()190 int phy_gecko_auto_negotiate(const struct phy_gecko_dev *phy, in phy_gecko_auto_negotiate()267 bool phy_gecko_is_linked(const struct phy_gecko_dev *phy) in phy_gecko_is_linked()
81 struct phy_gecko_dev phy;