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

/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_synaptics.cpp99 static ps2_dev *sPassthroughDevice = &ps2_device[PS2_DEVICE_SYN_PASSTHROUGH]; variable
647 sPassthroughDevice->parent_dev = dev;
648 sPassthroughDevice->idx = dev->idx;
649 ps2_service_notify_device_added(sPassthroughDevice);
716 ps2_service_notify_device_removed(sPassthroughDevice);
808 if (sPassthroughDevice->active
809 && sPassthroughDevice->handle_int != NULL
814 sPassthroughDevice->history[0].data = cookie->buffer[1];
815 sPassthroughDevice->handle_int(sPassthroughDevice);
[all...]

Completed in 237 milliseconds