Home
last modified time | relevance | path

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

/linux-6.15/drivers/base/
H A Dproperty.c999 int device_get_phy_mode(struct device *dev) in device_get_phy_mode() function
1003 EXPORT_SYMBOL_GPL(device_get_phy_mode);
/linux-6.15/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c535 int phy_mode = device_get_phy_mode(kdev); in bcmgenet_phy_interface_init()
H A Dbcmgenet.c3949 if (device_get_phy_mode(&pdev->dev) == PHY_INTERFACE_MODE_INTERNAL) in bcmgenet_probe()
/linux-6.15/include/linux/
H A Dproperty.h453 int device_get_phy_mode(struct device *dev);
/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-loongson.c485 ret = device_get_phy_mode(&pdev->dev); in loongson_dwmac_dt_config()
H A Dstmmac_platform.c449 phy_mode = device_get_phy_mode(&pdev->dev); in stmmac_probe_config_dt()
/linux-6.15/drivers/net/ethernet/apm/xgene-v2/
H A Dmain.c42 phy_mode = device_get_phy_mode(dev); in xge_get_resources()
/linux-6.15/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_main.c1743 pdata->phy_mode = device_get_phy_mode(dev); in xgene_enet_get_resources()
/linux-6.15/drivers/net/ethernet/smsc/
H A Dsmsc911x.c2376 phy_interface = device_get_phy_mode(dev); in smsc911x_probe_config()