Lines Matching defs:context
276 * @context: Private context from the driver.
280 * and @context are passed to the callback function, which returns -EBUSY to
293 unsigned long context),
294 unsigned long context)
300 ret = cb(dev, s, insn, context);
828 * @context: Private context from the driver.
842 unsigned long context),
843 unsigned long context)
853 ret = cb(dev, fw->data, fw->size, context);
1012 * @context: Driver context for the auto_attach handler.
1032 struct comedi_driver *driver, unsigned long context)
1066 ret = driver->auto_attach(dev, context);