Lines Matching +full:enable +full:- +full:channel
4 * SPDX-License-Identifier: Apache-2.0
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.
31 * @brief Set the PS/2 controller to turn on/off the PS/2 channel.
34 * @param channel_id Channel ID of the PS/2 to enable or disable.
35 * @param enable True to enable channel, false to disable channel.
38 * @retval -EINVAL Channel ID is invalid.
40 int ps2_npcx_ctrl_enable_interface(const struct device *dev, uint8_t channel,
41 bool enable);
44 * @brief Record the callback_isr function pointer for the given PS/2 channel.
47 * @param channel_id Channel ID of the PS/2 to configure the callback_isr.
51 * @retval -EINVAL callback_isr is NULL.