Searched refs:comedi_open (Results 1 – 4 of 4) sorted by relevance
13 struct comedi_device *comedi_open(const char *path);
2584 static int comedi_open(struct inode *inode, struct file *file) in comedi_open() function2682 .open = comedi_open,
27 struct comedi_device *comedi_open(const char *filename) in comedi_open() function57 EXPORT_SYMBOL_GPL(comedi_open);
208 d = comedi_open(file); in do_dev_config()