Searched refs:ndev_owner (Results 1 – 1 of 1) sorted by relevance
1365 struct module *ndev_owner = NULL; in phy_attach_direct() local1375 ndev_owner = dev->dev.parent->driver->owner; in phy_attach_direct()1376 if (ndev_owner != bus->owner && !try_module_get(bus->owner)) { in phy_attach_direct()1492 if (ndev_owner != bus->owner) in phy_attach_direct()1715 struct module *ndev_owner = NULL; in phy_detach() local1757 ndev_owner = dev->dev.parent->driver->owner; in phy_detach()1758 if (ndev_owner != bus->owner) in phy_detach()