Searched refs:ndev_owner (Results 1 – 1 of 1) sorted by relevance
1397 struct module *ndev_owner = NULL; in phy_attach_direct() local1407 ndev_owner = dev->dev.parent->driver->owner; in phy_attach_direct()1408 if (ndev_owner != bus->owner && !try_module_get(bus->owner)) { in phy_attach_direct()1525 if (ndev_owner != bus->owner) in phy_attach_direct()1748 struct module *ndev_owner = NULL; in phy_detach() local1793 ndev_owner = dev->dev.parent->driver->owner; in phy_detach()1794 if (ndev_owner != bus->owner) in phy_detach()