Lines Matching full:signal
76 * i8255_direction_input - configure signal offset as input
79 * @offset: signal offset to configure as input
81 * Configures a signal @offset as input for the respective Intel 8255
105 * i8255_direction_output - configure signal offset as output
108 * @offset: signal offset to configure as output
109 * @value: signal value to output
111 * Configures a signal @offset as output for the respective Intel 8255
112 * Programmable Peripheral Interface (@ppi) banks and sets the respective signal
139 * i8255_get - get signal value at signal offset
141 * @offset: offset of signal to get
143 * Returns the signal value (0=low, 1=high) for the signal at @offset for the
156 * i8255_get_direction - get the I/O direction for a signal offset
158 * @offset: offset of signal to get direction
160 * Returns the signal direction (0=output, 1=input) for the signal at @offset.
173 * i8255_get_multiple - get multiple signal values at multiple signal offsets
176 * @bits: bitmap to store signal values
216 * i8255_set - set signal value at signal offset
219 * @offset: offset of signal to set
220 * @value: value of signal to set
222 * Assigns output @value for the signal at @offset for the respective Intel 8255
238 * i8255_set_multiple - set signal values at multiple signal offsets
242 * @bits: bitmap of signal output values