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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dlibps2.h51 int ps2_handle_ack(struct ps2dev *ps2dev, unsigned char data);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/serio/
H A Dlibps2.c282 * ps2_handle_ack() is supposed to be used in interrupt handler
286 int ps2_handle_ack(struct ps2dev *ps2dev, unsigned char data) function
332 EXPORT_SYMBOL(ps2_handle_ack); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Datkbd.c385 if (ps2_handle_ack(&atkbd->ps2dev, data))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dpsmouse-base.c306 if (ps2_handle_ack(&psmouse->ps2dev, data))

Completed in 77 milliseconds