Searched refs:write_mmd (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/net/phy/ |
H A D | realtek.c | 901 .write_mmd = genphy_write_mmd_unsupported, 911 .write_mmd = &genphy_write_mmd_unsupported, 920 .write_mmd = &genphy_write_mmd_unsupported, 930 .write_mmd = &genphy_write_mmd_unsupported, 987 .write_mmd = rtlgen_write_mmd, 999 .write_mmd = rtl822x_write_mmd, 1011 .write_mmd = rtl822x_write_mmd, 1092 .write_mmd = genphy_write_mmd_unsupported,
|
H A D | meson-gxl.c | 201 .write_mmd = genphy_write_mmd_unsupported, 220 .write_mmd = genphy_write_mmd_unsupported,
|
H A D | adin.c | 959 .write_mmd = adin_write_mmd, 982 .write_mmd = adin_write_mmd,
|
H A D | phy-core.c | 615 if (phydev->drv && phydev->drv->write_mmd) { in __phy_write_mmd() 616 ret = phydev->drv->write_mmd(phydev, devad, regnum, val); in __phy_write_mmd()
|
H A D | bcm7xxx.c | 874 .write_mmd = bcm7xxx_28nm_ephy_write_mmd, \
|
H A D | broadcom.c | 1118 .write_mmd = bcm54810_write_mmd,
|
H A D | micrel.c | 4877 .write_mmd = genphy_write_mmd_unsupported,
|
/openbmc/linux/include/linux/ |
H A D | phy.h | 1022 int (*write_mmd)(struct phy_device *dev, int devnum, u16 regnum, member
|