Searched refs:comedi_open (Results 1 – 4 of 4) sorted by relevance
36 struct comedi_device *comedi_open(const char *filename) in comedi_open() function66 EXPORT_SYMBOL_GPL(comedi_open);
22 struct comedi_device *comedi_open(const char *path);
2582 static int comedi_open(struct inode *inode, struct file *file) in comedi_open() function2680 .open = comedi_open,
217 d = comedi_open(file); in do_dev_config()