Searched refs:cpsw_phy_sel (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/ti/ |
A D | cpsw-phy-sel.c | 35 void (*cpsw_phy_sel)(struct cpsw_phy_sel_priv *priv, member 161 void cpsw_phy_sel(struct device *dev, phy_interface_t phy_mode, int slave) in cpsw_phy_sel() function 183 priv->cpsw_phy_sel(priv, phy_mode, slave); in cpsw_phy_sel() 189 EXPORT_SYMBOL_GPL(cpsw_phy_sel); 223 priv->cpsw_phy_sel = of_id->data; in cpsw_phy_sel_probe()
|
A D | cpsw.h | 18 void cpsw_phy_sel(struct device *dev, phy_interface_t phy_mode, int slave); 21 void cpsw_phy_sel(struct device *dev, phy_interface_t phy_mode, int slave) in cpsw_phy_sel() function
|
A D | cpsw.c | 645 cpsw_phy_sel(cpsw->dev, slave->phy->interface, in cpsw_slave_open()
|
Completed in 8 milliseconds