taglinefilesource code
latch_buttons46include/linux/mouse.hchar    latch_buttons;
latch_buttons55kernel/chr_drv/mouse.cmouse.latch_buttons |= buttons;
latch_buttons85kernel/chr_drv/mouse.cmouse.buttons = mouse.latch_buttons = 0x80;
latch_buttons111kernel/chr_drv/mouse.cput_fs_byte(mouse.latch_buttons | 0x80, buffer);
latch_buttons128kernel/chr_drv/mouse.cmouse.latch_buttons = mouse.buttons;
latch_buttons177kernel/chr_drv/mouse.cmouse.buttons = mouse.latch_buttons = 0x80;