Searched refs:comedi_open (Results 1 – 4 of 4) sorted by relevance
13 struct comedi_device *comedi_open(const char *path);
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()
2734 static int comedi_open(struct inode *inode, struct file *file) in comedi_open() function3175 .open = comedi_open,