Searched refs:handle_int (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_dev.h41 int32 (*handle_int)(ps2_dev *); member in struct:ps2_dev
H A Dps2_synaptics.cpp613 dev->handle_int = &synaptics_handle_int;
809 && sPassthroughDevice->handle_int != NULL
815 sPassthroughDevice->handle_int(sPassthroughDevice);
817 sPassthroughDevice->handle_int(sPassthroughDevice);
819 status = sPassthroughDevice->handle_int(sPassthroughDevice);
823 status = sPassthroughDevice->handle_int(sPassthroughDevice);
H A Dps2_standard_mouse.cpp357 dev->handle_int = &standard_mouse_handle_int;
H A Dps2_alps.cpp333 dev->handle_int = &alps_handle_int;
H A Dps2_keyboard.cpp412 ps2_device[PS2_DEVICE_KEYB].handle_int = &keyboard_handle_int;
H A Dps2_dev.cpp370 return dev->handle_int(dev);
H A Dps2_elantech.cpp469 dev->handle_int = &elantech_handle_int;

Completed in 49 milliseconds