Home
last modified time | relevance | path

Searched refs:has_fixups (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/phy/
H A Dphy_device.c538 phydev->has_fixups = true; in phy_scan_fixups()
605 return sysfs_emit(buf, "%d\n", phydev->has_fixups); in phy_has_fixups_show()
/linux-6.15/include/linux/
H A Dphy.h623 unsigned has_fixups:1; member