Home
last modified time | relevance | path

Searched refs:cosm_find_cdev_by_id (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/misc/mic/bus/
Dcosm_bus.c117 struct cosm_device *cosm_find_cdev_by_id(int id) in cosm_find_cdev_by_id() function
123 EXPORT_SYMBOL_GPL(cosm_find_cdev_by_id);
Dcosm_bus.h125 struct cosm_device *cosm_find_cdev_by_id(int id);
/linux-4.19.296/drivers/misc/mic/cosm/
Dcosm_scif_server.c318 cdev = cosm_find_cdev_by_id(port_id.node - 1); in cosm_scif_server()