Searched refs:ndev_owner (Results 1 – 1 of 1) sorted by relevance
1323 struct module *ndev_owner = NULL; in phy_attach_direct() local1333 ndev_owner = dev->dev.parent->driver->owner; in phy_attach_direct()1334 if (ndev_owner != bus->owner && !try_module_get(bus->owner)) { in phy_attach_direct()1440 if (ndev_owner != bus->owner) in phy_attach_direct()1663 struct module *ndev_owner = NULL; in phy_detach() local1705 ndev_owner = dev->dev.parent->driver->owner; in phy_detach()1706 if (ndev_owner != bus->owner) in phy_detach()