Searched refs:PHY_ID_FMT (Results 1 – 19 of 19) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/phy/ |
D | phy_led_triggers.c | 63 snprintf(buf, size, PHY_ID_FMT ":%s", in phy_led_trigger_format_name()
|
D | mdio_device.c | 64 dev_set_name(&mdiodev->dev, PHY_ID_FMT, bus->id, addr); in mdio_device_create()
|
D | phy_device.c | 590 dev_set_name(&mdiodev->dev, PHY_ID_FMT, bus->id, addr); in phy_device_create()
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
D | ax88172a.c | 318 snprintf(priv->phy_name, 20, PHY_ID_FMT, in ax88172a_reset()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
D | bgmac-bcma.c | 90 snprintf(bus_id, sizeof(bus_id), PHY_ID_FMT, bgmac->mii_bus->id, in bcma_phy_connect()
|
D | b44.c | 2287 snprintf(bus_id, sizeof(bus_id), PHY_ID_FMT, "fixed-0", in b44_register_phy_one() 2290 snprintf(bus_id, sizeof(bus_id), PHY_ID_FMT, mii_bus->id, in b44_register_phy_one()
|
D | bcm63xx_enet.c | 868 snprintf(phy_id, sizeof(phy_id), PHY_ID_FMT, in bcm_enet_open()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/genet/ |
D | bcmmii.c | 553 snprintf(phy_name, MII_BUS_ID_SIZE, PHY_ID_FMT, in bcmgenet_mii_pd_init()
|
/kernel/linux/linux-5.10/include/linux/ |
D | phy.h | 232 #define PHY_ID_FMT "%s:%02x" macro
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
D | cpmac.c | 1117 snprintf(priv->phy_name, MII_BUS_ID_SIZE, PHY_ID_FMT, in cpmac_probe()
|
D | cpsw.c | 1367 PHY_ID_FMT, mdio->name, phyid); in cpsw_probe_dt()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/xilinx/ |
D | ll_temac_main.c | 1586 PHY_ID_FMT, lp->mii_bus->id, pdata->phy_addr); in temac_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/xscale/ |
D | ixp4xx_eth.c | 1466 snprintf(phy_id, MII_BUS_ID_SIZE + 3, PHY_ID_FMT, in ixp4xx_eth_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/altera/ |
D | altera_tse_main.c | 703 snprintf(phy_id_fmt, MII_BUS_ID_SIZE + 3, PHY_ID_FMT, in connect_local_phy()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_main.c | 284 snprintf(phy_id_fmt, MII_BUS_ID_SIZE + 3, PHY_ID_FMT, bus_id, in sxgbe_init_phy()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/renesas/ |
D | sh_eth.c | 2014 snprintf(phy_id, sizeof(phy_id), PHY_ID_FMT, in sh_eth_phy_init()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 2994 snprintf(phy_id, sizeof(phy_id), PHY_ID_FMT, in phy_scan()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/ |
D | fec_main.c | 2025 PHY_ID_FMT, mdio_bus_id, phy_id); in fec_enet_mii_probe()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0036_linux_drivers_staging.patch | 7216 + snprintf(phy_id, MII_BUS_ID_SIZE + 3, PHY_ID_FMT, bus_id,
|