Lines Matching full:initialized
30 * @device: COMEDI device to which this subdevice belongs. (Initialized by
33 * (Initialized by comedi_alloc_subdevices().)
34 * @type: Type of subdevice from &enum comedi_subdevice_type. (Initialized by
36 * @n_chan: Number of channels the subdevice supports. (Initialized by the
39 * the COMEDI core and user application. (Initialized by the low-level
42 * asynchronous acquisition commands. (Optionally initialized by the
48 * (Initialized by the low-level driver.)
50 * asynchronous acquisition commands. (Allocated and initialized during
59 * driver. (Initialized by comedi_alloc_subdevices().)
62 * corresponding channel is configured as an output. (Initialized by the
66 * If zero, the maximum data value is channel-specific. (Initialized by
70 * (Initialized by the low-level driver.)
72 * subdevice. If NULL, the range table is channel-specific. (Initialized
78 * channel number. (Initialized by the low-level driver.)
81 * (Initialized by the low-level driver, or set to a default handler
84 * (Initialized by the low-level driver, or set to a default handler
88 * (Initialized by the low-level driver, or set to a default handler
91 * instruction. (Initialized by the low-level driver, or set to a default
94 * points to a handler to set it up in hardware. (Initialized by the
98 * acquisition command without setting it up in hardware. (Initialized by
102 * instructs the low-level driver to synchronize buffers. (Initialized by
105 * points to a handler used to terminate a running command. (Initialized
110 * (Initialized by the low-level driver if needed.)
114 * hardware into the format expected by COMEDI. (Initialized by the
118 * buffer, this sets the DMA direction for the buffer. (initialized to
122 * output subdevice with no more than 32 channels. (Initialized by the
137 * called for the device. (Initialized by the low-level driver.)
143 * Most of the subdevice is initialized by the low-level driver's "attach" or
144 * "auto_attach" handlers but parts of it are initialized by
145 * comedi_alloc_subdevices(), and other parts are initialized during
521 * instruction. If this is not initialized by the low-level driver, a
525 * %INSN_DEVICE_CONFIG instruction set. If this is not initialized by the