Searched refs:press_to_select (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.h139 unsigned char press_to_select; member in struct:trackpoint_data
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)
248 tp->press_to_select = TP_DEF_PTSON;

Completed in 32 milliseconds