Lines Matching defs:drv
283 static int nvdimm_bus_match(struct device *dev, struct device_driver *drv);
475 .drv = {
484 static int nvdimm_bus_match(struct device *dev, struct device_driver *drv)
486 struct nd_device_driver *nd_drv = to_nd_device_driver(drv);
610 struct device_driver *drv = &nd_drv->drv;
623 drv->bus = &nvdimm_bus_type;
624 drv->owner = owner;
625 drv->mod_name = mod_name;
627 return driver_register(drv);
1313 rc = driver_register(&nd_bus_driver.drv);
1333 driver_unregister(&nd_bus_driver.drv);