Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dproperty.c1019 * device_get_phy_mode - Get phy mode for given device
1026 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/stmicro/stmmac/
H A Ddwmac-loongson.c476 ret = device_get_phy_mode(&pdev->dev); in loongson_dwmac_dt_config()
/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()
/linux/drivers/net/ethernet/smsc/
H A Dsmsc911x.c2376 phy_interface = device_get_phy_mode(dev); in smsc911x_probe_config()
/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c4062 if (device_get_phy_mode(&pdev->dev) == PHY_INTERFACE_MODE_INTERNAL) in bcmgenet_probe()