Lines Matching full:ps
17 * @brief Write @p value to a PS/2 device via the PS/2 controller.
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.
21 * @param value the data write to the PS/2 device.
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.
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.
44 * @brief Record the callback_isr function pointer for the given PS/2 channel.
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.