Home
last modified time | relevance | path

Searched refs:phylink_pcs (Results 1 – 24 of 24) sorted by relevance

/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dphylink.h340 struct phylink_pcs { struct
354 void (*pcs_get_state)(struct phylink_pcs *pcs, argument
356 int (*pcs_config)(struct phylink_pcs *pcs, unsigned int mode,
360 void (*pcs_an_restart)(struct phylink_pcs *pcs);
361 void (*pcs_link_up)(struct phylink_pcs *pcs, unsigned int mode,
381 void pcs_get_state(struct phylink_pcs *pcs,
406 int pcs_config(struct phylink_pcs *pcs, unsigned int mode,
417 void pcs_an_restart(struct phylink_pcs *pcs);
432 void pcs_link_up(struct phylink_pcs *pcs, unsigned int mode,
439 void phylink_set_pcs(struct phylink *, struct phylink_pcs *pcs);
H A Dpcs-lynx.h13 struct phylink_pcs pcs;
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dphylink.h340 struct phylink_pcs { struct
354 void (*pcs_get_state)(struct phylink_pcs *pcs, argument
356 int (*pcs_config)(struct phylink_pcs *pcs, unsigned int mode,
360 void (*pcs_an_restart)(struct phylink_pcs *pcs);
361 void (*pcs_link_up)(struct phylink_pcs *pcs, unsigned int mode,
381 void pcs_get_state(struct phylink_pcs *pcs,
406 int pcs_config(struct phylink_pcs *pcs, unsigned int mode,
417 void pcs_an_restart(struct phylink_pcs *pcs);
432 void pcs_link_up(struct phylink_pcs *pcs, unsigned int mode,
439 void phylink_set_pcs(struct phylink *, struct phylink_pcs *pcs);
H A Dpcs-lynx.h13 struct phylink_pcs pcs;
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dphylink.h340 struct phylink_pcs { struct
354 void (*pcs_get_state)(struct phylink_pcs *pcs, argument
356 int (*pcs_config)(struct phylink_pcs *pcs, unsigned int mode,
360 void (*pcs_an_restart)(struct phylink_pcs *pcs);
361 void (*pcs_link_up)(struct phylink_pcs *pcs, unsigned int mode,
381 void pcs_get_state(struct phylink_pcs *pcs,
406 int pcs_config(struct phylink_pcs *pcs, unsigned int mode,
417 void pcs_an_restart(struct phylink_pcs *pcs);
432 void pcs_link_up(struct phylink_pcs *pcs, unsigned int mode,
439 void phylink_set_pcs(struct phylink *, struct phylink_pcs *pcs);
H A Dpcs-lynx.h13 struct phylink_pcs pcs;
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/pcs/
H A Dpcs-lynx.c81 static void lynx_pcs_get_state(struct phylink_pcs *pcs, in lynx_pcs_get_state()
184 static int lynx_pcs_config(struct phylink_pcs *pcs, unsigned int mode, in lynx_pcs_config()
216 static void lynx_pcs_an_restart(struct phylink_pcs *pcs) in lynx_pcs_an_restart()
301 static void lynx_pcs_link_up(struct phylink_pcs *pcs, unsigned int mode, in lynx_pcs_link_up()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/pcs/
H A Dpcs-lynx.c81 static void lynx_pcs_get_state(struct phylink_pcs *pcs, in lynx_pcs_get_state()
184 static int lynx_pcs_config(struct phylink_pcs *pcs, unsigned int mode, in lynx_pcs_config()
216 static void lynx_pcs_an_restart(struct phylink_pcs *pcs) in lynx_pcs_an_restart()
301 static void lynx_pcs_link_up(struct phylink_pcs *pcs, unsigned int mode, in lynx_pcs_link_up()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/pcs/
H A Dpcs-lynx.c81 static void lynx_pcs_get_state(struct phylink_pcs *pcs, in lynx_pcs_get_state()
184 static int lynx_pcs_config(struct phylink_pcs *pcs, unsigned int mode, in lynx_pcs_config()
216 static void lynx_pcs_an_restart(struct phylink_pcs *pcs) in lynx_pcs_an_restart()
301 static void lynx_pcs_link_up(struct phylink_pcs *pcs, unsigned int mode, in lynx_pcs_link_up()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/cadence/
H A Dmacb_main.c587 struct macb *bp = container_of(pcs, struct macb, phylink_pcs); in macb_usx_pcs_link_up()
598 static void macb_usx_pcs_get_state(struct phylink_pcs *pcs, in macb_usx_pcs_get_state()
615 static int macb_usx_pcs_config(struct phylink_pcs *pcs, in macb_usx_pcs_config()
629 static void macb_pcs_get_state(struct phylink_pcs *pcs, in macb_pcs_get_state()
635 static void macb_pcs_an_restart(struct phylink_pcs *pcs) in macb_pcs_an_restart()
640 static int macb_pcs_config(struct phylink_pcs *pcs, in macb_pcs_config()
808 bp->phylink_pcs.ops = &macb_phylink_usx_pcs_ops; in macb_mac_prepare()
810 bp->phylink_pcs.ops = &macb_phylink_pcs_ops; in macb_mac_prepare()
812 bp->phylink_pcs.ops = NULL; in macb_mac_prepare()
814 if (bp->phylink_pcs.ops) in macb_mac_prepare()
[all …]
H A Dmacb.h1271 struct phylink_pcs phylink_pcs; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/cadence/
H A Dmacb_main.c587 struct macb *bp = container_of(pcs, struct macb, phylink_pcs); in macb_usx_pcs_link_up()
598 static void macb_usx_pcs_get_state(struct phylink_pcs *pcs, in macb_usx_pcs_get_state()
615 static int macb_usx_pcs_config(struct phylink_pcs *pcs, in macb_usx_pcs_config()
629 static void macb_pcs_get_state(struct phylink_pcs *pcs, in macb_pcs_get_state()
635 static void macb_pcs_an_restart(struct phylink_pcs *pcs) in macb_pcs_an_restart()
640 static int macb_pcs_config(struct phylink_pcs *pcs, in macb_pcs_config()
808 bp->phylink_pcs.ops = &macb_phylink_usx_pcs_ops; in macb_mac_prepare()
810 bp->phylink_pcs.ops = &macb_phylink_pcs_ops; in macb_mac_prepare()
812 bp->phylink_pcs.ops = NULL; in macb_mac_prepare()
814 if (bp->phylink_pcs.ops) in macb_mac_prepare()
[all …]
H A Dmacb.h1271 struct phylink_pcs phylink_pcs; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/cadence/
H A Dmacb_main.c587 struct macb *bp = container_of(pcs, struct macb, phylink_pcs); in macb_usx_pcs_link_up()
598 static void macb_usx_pcs_get_state(struct phylink_pcs *pcs, in macb_usx_pcs_get_state()
615 static int macb_usx_pcs_config(struct phylink_pcs *pcs, in macb_usx_pcs_config()
629 static void macb_pcs_get_state(struct phylink_pcs *pcs, in macb_pcs_get_state()
635 static void macb_pcs_an_restart(struct phylink_pcs *pcs) in macb_pcs_an_restart()
640 static int macb_pcs_config(struct phylink_pcs *pcs, in macb_pcs_config()
808 bp->phylink_pcs.ops = &macb_phylink_usx_pcs_ops; in macb_mac_prepare()
810 bp->phylink_pcs.ops = &macb_phylink_pcs_ops; in macb_mac_prepare()
812 bp->phylink_pcs.ops = NULL; in macb_mac_prepare()
814 if (bp->phylink_pcs.ops) in macb_mac_prepare()
[all …]
H A Dmacb.h1271 struct phylink_pcs phylink_pcs; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h1223 struct phylink_pcs phylink_pcs; member
H A Dmvpp2_main.c6071 static struct mvpp2_port *mvpp2_pcs_to_port(struct phylink_pcs *pcs) in mvpp2_pcs_to_port()
6073 return container_of(pcs, struct mvpp2_port, phylink_pcs); in mvpp2_pcs_to_port()
6076 static void mvpp2_xlg_pcs_get_state(struct phylink_pcs *pcs, in mvpp2_xlg_pcs_get_state()
6097 static int mvpp2_xlg_pcs_config(struct phylink_pcs *pcs, in mvpp2_xlg_pcs_config()
6111 static void mvpp2_gmac_pcs_get_state(struct phylink_pcs *pcs, in mvpp2_gmac_pcs_get_state()
6146 static int mvpp2_gmac_pcs_config(struct phylink_pcs *pcs, unsigned int mode, in mvpp2_gmac_pcs_config()
6203 static void mvpp2_gmac_pcs_an_restart(struct phylink_pcs *pcs) in mvpp2_gmac_pcs_an_restart()
6442 port->phylink_pcs.ops = &mvpp2_phylink_xlg_pcs_ops; in mvpp2__mac_prepare()
6444 port->phylink_pcs.ops = &mvpp2_phylink_gmac_pcs_ops; in mvpp2__mac_prepare()
6457 phylink_set_pcs(port->phylink, &port->phylink_pcs); in mvpp2_mac_prepare()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h1223 struct phylink_pcs phylink_pcs; member
H A Dmvpp2_main.c6071 static struct mvpp2_port *mvpp2_pcs_to_port(struct phylink_pcs *pcs) in mvpp2_pcs_to_port()
6073 return container_of(pcs, struct mvpp2_port, phylink_pcs); in mvpp2_pcs_to_port()
6076 static void mvpp2_xlg_pcs_get_state(struct phylink_pcs *pcs, in mvpp2_xlg_pcs_get_state()
6097 static int mvpp2_xlg_pcs_config(struct phylink_pcs *pcs, in mvpp2_xlg_pcs_config()
6111 static void mvpp2_gmac_pcs_get_state(struct phylink_pcs *pcs, in mvpp2_gmac_pcs_get_state()
6146 static int mvpp2_gmac_pcs_config(struct phylink_pcs *pcs, unsigned int mode, in mvpp2_gmac_pcs_config()
6203 static void mvpp2_gmac_pcs_an_restart(struct phylink_pcs *pcs) in mvpp2_gmac_pcs_an_restart()
6442 port->phylink_pcs.ops = &mvpp2_phylink_xlg_pcs_ops; in mvpp2__mac_prepare()
6444 port->phylink_pcs.ops = &mvpp2_phylink_gmac_pcs_ops; in mvpp2__mac_prepare()
6457 phylink_set_pcs(port->phylink, &port->phylink_pcs); in mvpp2_mac_prepare()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h1223 struct phylink_pcs phylink_pcs; member
H A Dmvpp2_main.c6071 static struct mvpp2_port *mvpp2_pcs_to_port(struct phylink_pcs *pcs) in mvpp2_pcs_to_port()
6073 return container_of(pcs, struct mvpp2_port, phylink_pcs); in mvpp2_pcs_to_port()
6076 static void mvpp2_xlg_pcs_get_state(struct phylink_pcs *pcs, in mvpp2_xlg_pcs_get_state()
6097 static int mvpp2_xlg_pcs_config(struct phylink_pcs *pcs, in mvpp2_xlg_pcs_config()
6111 static void mvpp2_gmac_pcs_get_state(struct phylink_pcs *pcs, in mvpp2_gmac_pcs_get_state()
6146 static int mvpp2_gmac_pcs_config(struct phylink_pcs *pcs, unsigned int mode, in mvpp2_gmac_pcs_config()
6203 static void mvpp2_gmac_pcs_an_restart(struct phylink_pcs *pcs) in mvpp2_gmac_pcs_an_restart()
6442 port->phylink_pcs.ops = &mvpp2_phylink_xlg_pcs_ops; in mvpp2__mac_prepare()
6444 port->phylink_pcs.ops = &mvpp2_phylink_gmac_pcs_ops; in mvpp2__mac_prepare()
6457 phylink_set_pcs(port->phylink, &port->phylink_pcs); in mvpp2_mac_prepare()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/phy/
H A Dphylink.c46 struct phylink_pcs *pcs;
888 void phylink_set_pcs(struct phylink *pl, struct phylink_pcs *pcs) in phylink_set_pcs()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/phy/
H A Dphylink.c46 struct phylink_pcs *pcs;
888 void phylink_set_pcs(struct phylink *pl, struct phylink_pcs *pcs) in phylink_set_pcs()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/phy/
H A Dphylink.c46 struct phylink_pcs *pcs;
888 void phylink_set_pcs(struct phylink *pl, struct phylink_pcs *pcs) in phylink_set_pcs()