tag | line | file | source code |
dx | 47 | include/linux/mouse.h | int dx; |
dx | 35 | kernel/chr_drv/mouse.c | char dx, dy, buttons; |
dx | 40 | kernel/chr_drv/mouse.c | dx = (inb(MSE_DATA_PORT) & 0xf); |
dx | 43 | kernel/chr_drv/mouse.c | dx |= (inb(MSE_DATA_PORT) & 0xf) << 4; |
dx | 56 | kernel/chr_drv/mouse.c | mouse.dx += dx; |
dx | 83 | kernel/chr_drv/mouse.c | mouse.dx = 0; |
dx | 113 | kernel/chr_drv/mouse.c | if (mouse.dx < -127) mouse.dx = -127; |
dx | 114 | kernel/chr_drv/mouse.c | if (mouse.dx > 127) mouse.dx = 127; |
dx | 116 | kernel/chr_drv/mouse.c | put_fs_byte((char)mouse.dx, buffer + 1); |
dx | 126 | kernel/chr_drv/mouse.c | mouse.dx = 0; |
dx | 178 | kernel/chr_drv/mouse.c | mouse.dx = 0; |