Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-loongson.c112 phy_mode = device_get_phy_mode(&pdev->dev); in loongson_dwmac_probe()
Dstmmac_platform.c417 phy_mode = device_get_phy_mode(&pdev->dev); in stmmac_probe_config_dt()
/linux-6.1.9/drivers/base/
Dproperty.c918 int device_get_phy_mode(struct device *dev) in device_get_phy_mode() function
922 EXPORT_SYMBOL_GPL(device_get_phy_mode);
/linux-6.1.9/drivers/net/ethernet/broadcom/genet/
Dbcmmii.c519 int phy_mode = device_get_phy_mode(kdev); in bcmgenet_phy_interface_init()
Dbcmgenet.c4103 if (device_get_phy_mode(&pdev->dev) == PHY_INTERFACE_MODE_INTERNAL) in bcmgenet_probe()
/linux-6.1.9/include/linux/
Dproperty.h392 int device_get_phy_mode(struct device *dev);
/linux-6.1.9/drivers/net/ethernet/apm/xgene-v2/
Dmain.c44 phy_mode = device_get_phy_mode(dev); in xge_get_resources()
/linux-6.1.9/drivers/net/ethernet/apm/xgene/
Dxgene_enet_main.c1743 pdata->phy_mode = device_get_phy_mode(dev); in xgene_enet_get_resources()
/linux-6.1.9/drivers/net/ethernet/smsc/
Dsmsc911x.c2378 phy_interface = device_get_phy_mode(dev); in smsc911x_probe_config()