Lines Matching defs:driver
513 * the per-machine level, and then have this driver pick
523 .driver = {
529 * Get the parent device driver (us) structure
829 struct locomo_driver *drv = LOCOMO_DRV(dev->driver);
840 struct locomo_driver *drv = LOCOMO_DRV(dev->driver);
855 int locomo_driver_register(struct locomo_driver *driver)
857 driver->drv.bus = &locomo_bus_type;
858 return driver_register(&driver->drv);
862 void locomo_driver_unregister(struct locomo_driver *driver)
864 driver_unregister(&driver->drv);
885 MODULE_DESCRIPTION("Sharp LoCoMo core driver");