Searched refs:ndev_owner (Results 1 – 1 of 1) sorted by relevance
1401 struct module *ndev_owner = NULL; in phy_attach_direct() local1411 ndev_owner = dev->dev.parent->driver->owner; in phy_attach_direct()1412 if (ndev_owner != bus->owner && !try_module_get(bus->owner)) { in phy_attach_direct()1527 if (ndev_owner != bus->owner) in phy_attach_direct()1750 struct module *ndev_owner = NULL; in phy_detach() local1795 ndev_owner = dev->dev.parent->driver->owner; in phy_detach()1796 if (ndev_owner != bus->owner) in phy_detach()