Searched refs:comedi_open_from (Results 1 – 3 of 3) sorted by relevance
13 struct comedi_device *comedi_open_from(const char *path, int from);27 return comedi_open_from(path, -1); in comedi_open()
125 struct comedi_device *comedi_open_from(const char *filename, int from) in comedi_open_from() function155 EXPORT_SYMBOL_GPL(comedi_open_from);
208 d = comedi_open_from(file, dev->minor); in do_dev_config()