Lines Matching +full:instance +full:- +full:id
4 * SPDX-License-Identifier: Apache-2.0
19 * @param dev Pointer to the device structure for PS/2 controller instance.
20 * @param channel_id Channel ID of the PS/2 to write data.
24 * @retval -EINVAL Channel ID is invalid.
25 * @retval -ETIMEDOUT Timeout occurred for a PS/2 write transaction.
33 * @param dev Pointer to the device structure for PS/2 controller instance.
34 * @param channel_id Channel ID of the PS/2 to enable or disable.
38 * @retval -EINVAL Channel ID is invalid.
46 * @param dev Pointer to the device structure for PS/2 controller instance.
47 * @param channel_id Channel ID of the PS/2 to configure the callback_isr.
51 * @retval -EINVAL callback_isr is NULL.