Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-loongson.c108 phy_mode = device_get_phy_mode(&pdev->dev); in loongson_dwmac_probe()
H A Dstmmac_platform.c438 phy_mode = device_get_phy_mode(&pdev->dev); in stmmac_probe_config_dt()
/openbmc/linux/drivers/base/
H A Dproperty.c966 int device_get_phy_mode(struct device *dev) in device_get_phy_mode() function
970 EXPORT_SYMBOL_GPL(device_get_phy_mode);
/openbmc/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c530 int phy_mode = device_get_phy_mode(kdev); in bcmgenet_phy_interface_init()
H A Dbcmgenet.c4132 if (device_get_phy_mode(&pdev->dev) == PHY_INTERFACE_MODE_INTERNAL) in bcmgenet_probe()
/openbmc/linux/include/linux/
H A Dproperty.h443 int device_get_phy_mode(struct device *dev);
/openbmc/linux/drivers/net/ethernet/apm/xgene-v2/
H A Dmain.c44 phy_mode = device_get_phy_mode(dev); in xge_get_resources()
/openbmc/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_main.c1743 pdata->phy_mode = device_get_phy_mode(dev); in xgene_enet_get_resources()
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmsc911x.c2378 phy_interface = device_get_phy_mode(dev); in smsc911x_probe_config()