Searched defs:cosm_driver (Results 1 – 2 of 2) sorted by relevance
89 struct cosm_driver { struct90 struct device_driver driver;91 int (*probe)(struct cosm_device *dev);92 void (*remove)(struct cosm_device *dev);
342 static struct cosm_driver cosm_driver = { variable