Searched refs:b53_enable_port (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/dsa/b53/ |
H A D | b53_priv.h | 377 int b53_enable_port(struct dsa_switch *ds, int port, struct phy_device *phy);
|
H A D | b53_common.c | 526 int b53_enable_port(struct dsa_switch *ds, int port, struct phy_device *phy) in b53_enable_port() function 567 EXPORT_SYMBOL(b53_enable_port); variable 2211 .port_enable = b53_enable_port,
|
/kernel/linux/linux-6.6/drivers/net/dsa/b53/ |
H A D | b53_priv.h | 395 int b53_enable_port(struct dsa_switch *ds, int port, struct phy_device *phy);
|
H A D | b53_common.c | 562 int b53_enable_port(struct dsa_switch *ds, int port, struct phy_device *phy) in b53_enable_port() function 604 EXPORT_SYMBOL(b53_enable_port); variable 2295 .port_enable = b53_enable_port,
|
/kernel/linux/linux-5.10/drivers/net/dsa/ |
H A D | bcm_sf2.c | 272 return b53_enable_port(ds, port, phy); in bcm_sf2_port_setup()
|
/kernel/linux/linux-6.6/drivers/net/dsa/ |
H A D | bcm_sf2.c | 346 return b53_enable_port(ds, port, phy); in bcm_sf2_port_setup()
|
Completed in 12 milliseconds