comedi_open_from
d = comedi_open_from(file, dev->minor);
EXPORT_SYMBOL_GPL(comedi_open_from);
struct comedi_device *comedi_open_from(const char *path, int from);
return comedi_open_from(path, -1);