Home
last modified time | relevance | path

Searched refs:ndev_owner (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/phy/
H A Dphy_device.c1303 struct module *ndev_owner = NULL; in phy_attach_direct() local
1313 ndev_owner = dev->dev.parent->driver->owner; in phy_attach_direct()
1314 if (ndev_owner != bus->owner && !try_module_get(bus->owner)) { in phy_attach_direct()
1429 if (ndev_owner != bus->owner) in phy_attach_direct()
1652 struct module *ndev_owner = NULL; in phy_detach() local
1697 ndev_owner = dev->dev.parent->driver->owner; in phy_detach()
1698 if (ndev_owner != bus->owner) in phy_detach()
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dphy_device.c1434 struct module *ndev_owner = NULL; in phy_attach_direct() local
1444 ndev_owner = dev->dev.parent->driver->owner; in phy_attach_direct()
1445 if (ndev_owner != bus->owner && !try_module_get(bus->owner)) { in phy_attach_direct()
1575 if (ndev_owner != bus->owner) in phy_attach_direct()
1798 struct module *ndev_owner = NULL; in phy_detach() local
1847 ndev_owner = dev->dev.parent->driver->owner; in phy_detach()
1848 if (ndev_owner != bus->owner) in phy_detach()

Completed in 10 milliseconds