Searched defs:cosm_driver (Results 1 – 2 of 2) sorted by relevance
78 struct cosm_driver { struct79 struct device_driver driver;80 int (*probe)(struct cosm_device *dev);81 void (*remove)(struct cosm_device *dev);
330 static struct cosm_driver cosm_driver = { variable