Lines Matching refs:pcs

423 	int (*pcs_validate)(struct phylink_pcs *pcs, unsigned long *supported,
425 int (*pcs_enable)(struct phylink_pcs *pcs);
426 void (*pcs_disable)(struct phylink_pcs *pcs);
427 void (*pcs_pre_config)(struct phylink_pcs *pcs,
429 int (*pcs_post_config)(struct phylink_pcs *pcs,
431 void (*pcs_get_state)(struct phylink_pcs *pcs,
433 int (*pcs_config)(struct phylink_pcs *pcs, unsigned int neg_mode,
437 void (*pcs_an_restart)(struct phylink_pcs *pcs);
438 void (*pcs_link_up)(struct phylink_pcs *pcs, unsigned int neg_mode,
445 * @pcs: a pointer to a &struct phylink_pcs.
457 int pcs_validate(struct phylink_pcs *pcs, unsigned long *supported,
462 * @pcs: a pointer to a &struct phylink_pcs.
464 int pcs_enable(struct phylink_pcs *pcs);
468 * @pcs: a pointer to a &struct phylink_pcs.
470 void pcs_disable(struct phylink_pcs *pcs);
474 * @pcs: a pointer to a &struct phylink_pcs.
484 void pcs_get_state(struct phylink_pcs *pcs,
489 * @pcs: a pointer to a &struct phylink_pcs.
510 * functions, or for PCS that set pcs->neg_mode true, should be tested
513 int pcs_config(struct phylink_pcs *pcs, unsigned int neg_mode,
519 * @pcs: a pointer to a &struct phylink_pcs.
524 void pcs_an_restart(struct phylink_pcs *pcs);
528 * @pcs: a pointer to a &struct phylink_pcs.
540 * functions, or for PCS that set pcs->neg_mode true, should be tested
543 void pcs_link_up(struct phylink_pcs *pcs, unsigned int neg_mode,
627 void phylink_mii_c22_pcs_get_state(struct mdio_device *pcs,
631 int phylink_mii_c22_pcs_config(struct mdio_device *pcs,
635 void phylink_mii_c22_pcs_an_restart(struct mdio_device *pcs);
639 void phylink_mii_c45_pcs_get_state(struct mdio_device *pcs,