Lines Matching full:subdevice
24 * digital I/O subdevice with 24 channels. The channel 0 corresponds to
177 * subdev_8255_init - initialize DIO subdevice for driving I/O mapped 8255
178 * @dev: comedi device owning subdevice
179 * @s: comedi subdevice to initialize
183 * Initializes a comedi subdevice as a DIO subdevice driving an 8255 chip.
212 * subdev_8255_mm_init - initialize DIO subdevice for driving mmio-mapped 8255
213 * @dev: comedi device owning subdevice
214 * @s: comedi subdevice to initialize
218 * Initializes a comedi subdevice as a DIO subdevice driving an 8255 chip.
248 * @s: comedi subdevice
251 * subdev_8255_init() or subdev_8255_mm_init() to set up the subdevice.
252 * Only valid if the subdevice was set up successfully.