Searched refs:comedi_open (Results 1 – 4 of 4) sorted by relevance
44 struct comedi_device *comedi_open(const char *filename) in comedi_open() function71 EXPORT_SYMBOL(comedi_open);
27 struct comedi_device *comedi_open(const char *path);
1858 static int comedi_open(struct inode *inode, struct file *file) in comedi_open() function2002 .open = comedi_open,
399 d = devs_opened[minor] = comedi_open(file); in doDevConfig()