Searched refs:genphy_write_mmd_unsupported (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/phy/ |
H A D | meson-gxl.c | 201 .write_mmd = genphy_write_mmd_unsupported, 220 .write_mmd = genphy_write_mmd_unsupported,
|
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, 1092 .write_mmd = genphy_write_mmd_unsupported,
|
H A D | phy_device.c | 2690 int genphy_write_mmd_unsupported(struct phy_device *phdev, int devnum, in genphy_write_mmd_unsupported() function 2695 EXPORT_SYMBOL(genphy_write_mmd_unsupported);
|
H A D | micrel.c | 4877 .write_mmd = genphy_write_mmd_unsupported,
|
/openbmc/linux/include/linux/ |
H A D | phy.h | 1843 int genphy_write_mmd_unsupported(struct phy_device *phdev, int devnum,
|