Lines Matching full:subdevice
24 * digital I/O subdevice with 24 channels. The channel 0 corresponds to
180 * subdev_8255_io_init - initialize DIO subdevice for driving I/O mapped 8255
181 * @dev: comedi device owning subdevice
182 * @s: comedi subdevice to initialize
185 * Initializes a comedi subdevice as a DIO subdevice driving an 8255 chip.
199 * subdev_8255_mm_init - initialize DIO subdevice for driving mmio-mapped 8255
200 * @dev: comedi device owning subdevice
201 * @s: comedi subdevice to initialize
204 * Initializes a comedi subdevice as a DIO subdevice driving an 8255 chip.
216 * subdev_8255_cb_init - initialize DIO subdevice for driving callback-mapped 8255
217 * @dev: comedi device owning subdevice
218 * @s: comedi subdevice to initialize
222 * Initializes a comedi subdevice as a DIO subdevice driving an 8255 chip.
248 * @s: comedi subdevice
252 * set up the subdevice. Only valid if the subdevice was set up successfully.