Searched refs:cosm_find_cdev_by_id (Results 1 – 3 of 3) sorted by relevance
117 struct cosm_device *cosm_find_cdev_by_id(int id) in cosm_find_cdev_by_id() function123 EXPORT_SYMBOL_GPL(cosm_find_cdev_by_id);
125 struct cosm_device *cosm_find_cdev_by_id(int id);
318 cdev = cosm_find_cdev_by_id(port_id.node - 1); in cosm_scif_server()