tag | line | file | source code |
---|---|---|---|
latch_buttons | 46 | include/linux/mouse.h | char latch_buttons; |
latch_buttons | 55 | kernel/chr_drv/mouse.c | mouse.latch_buttons |= buttons; |
latch_buttons | 85 | kernel/chr_drv/mouse.c | mouse.buttons = mouse.latch_buttons = 0x80; |
latch_buttons | 111 | kernel/chr_drv/mouse.c | put_fs_byte(mouse.latch_buttons | 0x80, buffer); |
latch_buttons | 128 | kernel/chr_drv/mouse.c | mouse.latch_buttons = mouse.buttons; |
latch_buttons | 177 | kernel/chr_drv/mouse.c | mouse.buttons = mouse.latch_buttons = 0x80; |