Searched refs:write_mmd (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/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 | phy-core.c | 458 if (phydev->drv && phydev->drv->write_mmd) in __phy_write_mmd() 459 return phydev->drv->write_mmd(phydev, devad, regnum, val); in __phy_write_mmd()
|
| H A D | microchip_t1s.c | 491 .write_mmd = lan865x_phy_write_mmd,
|
| H A D | adin.c | 1010 .write_mmd = adin_write_mmd, 1033 .write_mmd = adin_write_mmd,
|
| H A D | bcm7xxx.c | 874 .write_mmd = bcm7xxx_28nm_ephy_write_mmd, \
|
| H A D | broadcom.c | 1541 .write_mmd = bcm54810_write_mmd,
|
| H A D | micrel.c | 5564 .write_mmd = genphy_write_mmd_unsupported,
|
| /linux-6.15/drivers/net/phy/realtek/ |
| H A D | realtek_main.c | 1344 .write_mmd = genphy_write_mmd_unsupported, 1354 .write_mmd = &genphy_write_mmd_unsupported, 1363 .write_mmd = &genphy_write_mmd_unsupported, 1373 .write_mmd = &genphy_write_mmd_unsupported, 1433 .write_mmd = rtlgen_write_mmd, 1550 .write_mmd = rtl822x_write_mmd, 1599 .write_mmd = genphy_write_mmd_unsupported,
|
| /linux-6.15/rust/kernel/net/ |
| H A D | phy.rs | 465 T::write_mmd(dev, devnum as u8, regnum, val)?; in write_mmd_callback() 556 write_mmd: if T::HAS_WRITE_MMD { in create_phy_driver() 636 fn write_mmd(_dev: &mut Device, _devnum: u8, _regnum: u16, _val: u16) -> Result { in write_mmd() method
|
| /linux-6.15/include/linux/ |
| H A D | phy.h | 1041 int (*write_mmd)(struct phy_device *dev, int devnum, u16 regnum, member
|