Home
last modified time | relevance | path

Searched refs:device_get_phy_mode (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/base/
H A Dproperty.c1035 int device_get_phy_mode(struct device *dev) in device_get_phy_mode() function
1039 EXPORT_SYMBOL_GPL(device_get_phy_mode);
/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c519 int phy_mode = device_get_phy_mode(kdev); in bcmgenet_phy_interface_init()
H A Dbcmgenet.c4051 if (device_get_phy_mode(&pdev->dev) == PHY_INTERFACE_MODE_INTERNAL) in bcmgenet_probe()
/linux/include/linux/
H A Dproperty.h497 int device_get_phy_mode(struct device *dev);
/linux/drivers/net/ethernet/apm/xgene-v2/
H A Dmain.c42 phy_mode = device_get_phy_mode(dev); in xge_get_resources()