Searched refs:phylink_pcs (Results 1 – 6 of 6) sorted by relevance
466 struct phylink_pcs { struct499 int (*pcs_enable)(struct phylink_pcs *pcs);500 void (*pcs_disable)(struct phylink_pcs *pcs);501 void (*pcs_pre_config)(struct phylink_pcs *pcs,516 int (*pcs_pre_init)(struct phylink_pcs *pcs);555 int pcs_enable(struct phylink_pcs *pcs);561 void pcs_disable(struct phylink_pcs *pcs);627 void pcs_an_restart(struct phylink_pcs *pcs);655 void pcs_disable_eee(struct phylink_pcs *pcs);663 void pcs_enable_eee(struct phylink_pcs *pcs);[all …]
12 struct phylink_pcs *lynx_pcs_create_mdiodev(struct mii_bus *bus, int addr);13 struct phylink_pcs *lynx_pcs_create_fwnode(struct fwnode_handle *node);15 void lynx_pcs_destroy(struct phylink_pcs *pcs);
14 struct phylink_pcs *miic_create(struct device *dev, struct device_node *np);16 void miic_destroy(struct phylink_pcs *pcs);
258 struct phylink_pcs *(*select_pcs)(struct stmmac_priv *priv,
51 struct phylink_pcs *xpcs_to_phylink_pcs(struct dw_xpcs *xpcs);58 struct phylink_pcs *xpcs_create_pcs_mdiodev(struct mii_bus *bus, int addr);59 void xpcs_destroy_pcs(struct phylink_pcs *pcs);
9 struct phylink_pcs *mtk_pcs_lynxi_create(struct device *dev,12 void mtk_pcs_lynxi_destroy(struct phylink_pcs *pcs);
Completed in 13 milliseconds