Home
last modified time | relevance | path

Searched refs:fwnode_get_phy_mode (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/base/
H A Dproperty.c1007 int fwnode_get_phy_mode(const struct fwnode_handle *fwnode) in fwnode_get_phy_mode() function
1025 EXPORT_SYMBOL_GPL(fwnode_get_phy_mode);
1037 return fwnode_get_phy_mode(dev_fwnode(dev)); in device_get_phy_mode()
/linux/include/linux/
H A Dproperty.h498 int fwnode_get_phy_mode(const struct fwnode_handle *fwnode);
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.c1201 phy_mode = fwnode_get_phy_mode(portnp); in lan966x_probe()
/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c6858 phy_mode = fwnode_get_phy_mode(port_fwnode); in mvpp2_port_probe()