Searched refs:ndev_owner (Results 1 – 1 of 1) sorted by relevance
1439 struct module *ndev_owner = NULL; in phy_attach_direct() local1449 ndev_owner = dev->dev.parent->driver->owner; in phy_attach_direct()1450 if (ndev_owner != bus->owner && !try_module_get(bus->owner)) { in phy_attach_direct()1583 if (ndev_owner != bus->owner) in phy_attach_direct()1806 struct module *ndev_owner = NULL; in phy_detach() local1855 ndev_owner = dev->dev.parent->driver->owner; in phy_detach()1856 if (ndev_owner != bus->owner) in phy_detach()