Home
last modified time | relevance | path

Searched refs:write_control_port (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/driver/input/ps2_mouse/
H A Dps_mouse_device.rs218 self.write_control_port(KEYBOARD_COMMAND_ENABLE_PS2_MOUSE_PORT)?; in init()
364 self.write_control_port(ctrl)?; in do_send_command()
377 fn write_control_port(&self, command: u8) -> Result<(), SystemError> { in write_control_port() method