Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/driver/mouse/
Dps2_mouse.c10 struct apic_IO_APIC_RTE_entry ps2_mouse_entry; variable
212 ps2_mouse_entry.vector = PS2_MOUSE_INTR_VECTOR; // 设置中断向量号 in ps2_mouse_init()
213 ps2_mouse_entry.deliver_mode = IO_APIC_FIXED; // 投递模式:混合 in ps2_mouse_init()
214 ps2_mouse_entry.dest_mode = DEST_PHYSICAL; // 物理模式投递中断 in ps2_mouse_init()
215 ps2_mouse_entry.deliver_status = IDLE; in ps2_mouse_init()
216 ps2_mouse_entry.trigger_mode = EDGE_TRIGGER; // 设置边沿触发 in ps2_mouse_init()
217 ps2_mouse_entry.polarity = POLARITY_HIGH; // 高电平触发 in ps2_mouse_init()
218 ps2_mouse_entry.remote_IRR = IRR_RESET; in ps2_mouse_init()
219 ps2_mouse_entry.mask = MASKED; in ps2_mouse_init()
220 ps2_mouse_entry.reserved = 0; in ps2_mouse_init()
[all …]