Lines Matching defs:driver
512 * the per-machine level, and then have this driver pick
522 .driver = {
528 * Get the parent device driver (us) structure
828 struct locomo_driver *drv = LOCOMO_DRV(dev->driver);
839 struct locomo_driver *drv = LOCOMO_DRV(dev->driver);
852 int locomo_driver_register(struct locomo_driver *driver)
854 driver->drv.bus = &locomo_bus_type;
855 return driver_register(&driver->drv);
859 void locomo_driver_unregister(struct locomo_driver *driver)
861 driver_unregister(&driver->drv);
882 MODULE_DESCRIPTION("Sharp LoCoMo core driver");