Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dproperty.c1026 int device_get_phy_mode(struct device *dev) in device_get_phy_mode() function
1030 EXPORT_SYMBOL_GPL(device_get_phy_mode);
/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c540 int phy_mode = device_get_phy_mode(kdev); in bcmgenet_phy_interface_init()
H A Dbcmgenet.c4062 if (device_get_phy_mode(&pdev->dev) == PHY_INTERFACE_MODE_INTERNAL) in bcmgenet_probe()
/linux/include/linux/
H A Dproperty.h479 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()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_platform.c451 phy_mode = device_get_phy_mode(&pdev->dev); in stmmac_probe_config_dt()
/linux/drivers/net/ethernet/smsc/
H A Dsmsc911x.c2376 phy_interface = device_get_phy_mode(dev); in smsc911x_probe_config()