Searched refs:button_status (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/misc/
H A Dsgi_btns.c30 static inline u8 button_status(void) function
42 static inline u8 button_status(void) function
74 status = button_status();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dsentelic.c631 unsigned char button_status = 0, lscroll = 0, rscroll = 0; local
658 button_status |= 0x01; /* wheel down */
660 button_status |= 0x0f; /* wheel up */
662 button_status |= BIT(4);/* horizontal left */
664 button_status |= BIT(5);/* horizontal right */
666 if (button_status != 0)
667 packet[3] = button_status;

Completed in 35 milliseconds