tag | line | file | source code |
latch_buttons | 87 | include/linux/busmouse.h | char latch_buttons; |
latch_buttons | 56 | kernel/chr_drv/atixlmouse.c | char latch_buttons; |
latch_buttons | 73 | kernel/chr_drv/atixlmouse.c | mouse.latch_buttons |= inb( ATIXL_MSE_DATA_PORT); |
latch_buttons | 98 | kernel/chr_drv/atixlmouse.c | mouse.buttons = mouse.latch_buttons = 0; |
latch_buttons | 121 | kernel/chr_drv/atixlmouse.c | put_fs_byte((char)(~mouse.latch_buttons&7) | 0x80 , buffer); |
latch_buttons | 126 | kernel/chr_drv/atixlmouse.c | mouse.latch_buttons = mouse.buttons; |
latch_buttons | 173 | kernel/chr_drv/atixlmouse.c | mouse.buttons = mouse.latch_buttons = 0; |
latch_buttons | 59 | kernel/chr_drv/msbusmouse.c | mouse.latch_buttons |= buttons; |
latch_buttons | 84 | kernel/chr_drv/msbusmouse.c | mouse.buttons = mouse.latch_buttons = 0x80; |
latch_buttons | 108 | kernel/chr_drv/msbusmouse.c | put_fs_byte(mouse.latch_buttons | 0x80, buffer); |
latch_buttons | 123 | kernel/chr_drv/msbusmouse.c | mouse.latch_buttons = mouse.buttons; |
latch_buttons | 159 | kernel/chr_drv/msbusmouse.c | mouse.buttons = mouse.latch_buttons = 0x80; |