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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dtrackpoint.c157 TRACKPOINT_BIT_ATTR(press_to_select, TP_TOGGLE_PTSON, TP_MASK_PTSON, 0);
232 if (((toggle & TP_MASK_PTSON) == TP_MASK_PTSON) != tp->press_to_select)
233 trackpoint_toggle_bit(&psmouse->ps2dev, TP_TOGGLE_PTSON, TP_MASK_PTSON);
H A Dtrackpoint.h88 #define TP_MASK_PTSON 0x01 macro

Completed in 105 milliseconds