Lines Matching refs:phylink_pcs
24 struct phylink_pcs pcs;
83 static void lynx_pcs_get_state(struct phylink_pcs *pcs, in lynx_pcs_get_state()
171 static int lynx_pcs_config(struct phylink_pcs *pcs, unsigned int neg_mode, in lynx_pcs_config()
203 static void lynx_pcs_an_restart(struct phylink_pcs *pcs) in lynx_pcs_an_restart()
285 static void lynx_pcs_link_up(struct phylink_pcs *pcs, unsigned int neg_mode, in lynx_pcs_link_up()
316 static struct phylink_pcs *lynx_pcs_create(struct mdio_device *mdio) in lynx_pcs_create()
333 struct phylink_pcs *lynx_pcs_create_mdiodev(struct mii_bus *bus, int addr) in lynx_pcs_create_mdiodev()
336 struct phylink_pcs *pcs; in lynx_pcs_create_mdiodev()
366 struct phylink_pcs *lynx_pcs_create_fwnode(struct fwnode_handle *node) in lynx_pcs_create_fwnode()
369 struct phylink_pcs *pcs; in lynx_pcs_create_fwnode()
392 void lynx_pcs_destroy(struct phylink_pcs *pcs) in lynx_pcs_destroy()