Searched defs:cosm_driver (Results 1 – 2 of 2) sorted by relevance
87 struct cosm_driver { struct88 struct device_driver driver;89 int (*probe)(struct cosm_device *dev);90 void (*remove)(struct cosm_device *dev);
337 static struct cosm_driver cosm_driver = { variable