Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/base/
Dproperty.c876 int device_get_phy_mode(struct device *dev) in device_get_phy_mode() function
880 EXPORT_SYMBOL_GPL(device_get_phy_mode);
/Linux-v5.10/drivers/net/ethernet/broadcom/genet/
Dbcmmii.c480 int phy_mode = device_get_phy_mode(kdev); in bcmgenet_phy_interface_init()
Dbcmgenet.c4033 if (device_get_phy_mode(&pdev->dev) == PHY_INTERFACE_MODE_INTERNAL) in bcmgenet_probe()
/Linux-v5.10/include/linux/
Dproperty.h384 int device_get_phy_mode(struct device *dev);
/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_platform.c416 plat->phy_interface = device_get_phy_mode(&pdev->dev); in stmmac_probe_config_dt()
/Linux-v5.10/drivers/net/ethernet/apm/xgene-v2/
Dmain.c44 phy_mode = device_get_phy_mode(dev); in xge_get_resources()
/Linux-v5.10/drivers/net/ethernet/smsc/
Dsmsc911x.c2366 phy_interface = device_get_phy_mode(dev); in smsc911x_probe_config()
/Linux-v5.10/drivers/net/ethernet/apm/xgene/
Dxgene_enet_main.c1739 pdata->phy_mode = device_get_phy_mode(dev); in xgene_enet_get_resources()