Lines Matching full:subdevice
123 * comedi_alloc_subdev_readback() - Allocate memory for the subdevice readback
124 * @s: COMEDI subdevice.
127 * the last values written to a subdevice's analog output channels (at least
137 * Returns 0 on success, -EINVAL if the subdevice has no channels, or
244 * comedi_readback_insn_read() - A generic (*insn_read) for subdevice readback.
246 * @s: COMEDI subdevice.
252 * directly as the subdevice's handler (@s->insn_read) or called via a
281 * @s: COMEDI subdevice.
320 * @s: COMEDI subdevice.
377 * @s: COMEDI subdevice.
409 * @s: COMEDI subdevice.
412 * Determines the overall scan length according to the subdevice type and the
417 * short or unsigned int values according to the subdevice's %SDF_LSAMPL
418 * flag. For other types of subdevice, samples are assumed to occupy a
446 * @s: COMEDI subdevice.
448 * Determines the overall scan length according to the subdevice type and the
453 * short or unsigned int values according to the subdevice's %SDF_LSAMPL
454 * flag. For other types of subdevice, samples are assumed to occupy a
487 * @s: COMEDI subdevice.
513 * @s: COMEDI subdevice.
545 * @s: COMEDI subdevice.
584 * @s: COMEDI subdevice.
587 * with the subdevice. Call the subdevice's @s->cancel() handler if the
941 * any special clean-up for their private device or subdevice storage. It