Home
last modified time | relevance | path

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

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