Searched refs:set_mouse_resolution (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/dev/atkbdc/ |
| H A D | psm.c | 618 static int set_mouse_resolution(KBDC, int); 883 set_mouse_resolution(KBDC kbdc, int val) in set_mouse_resolution() function 1104 set_mouse_resolution(kbdc, mode->resolution); in doinitialize() 1623 set_mouse_resolution(sc->kbdc, 2763 set_mouse_resolution(sc->kbdc, mode.resolution); 2840 set_mouse_resolution(sc->kbdc, mode.resolution); 5256 if (set_mouse_resolution(kbdc, res) != res) 5272 if (set_mouse_resolution(kbdc, c) != c) 5275 if (set_mouse_resolution(kbdc, c) != c) 5278 if (set_mouse_resolution(kbdc, c) != c) [all …]
|