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

/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();
/drivers/input/mouse/
H A Dsentelic.c688 unsigned char button_status = 0, lscroll = 0, rscroll = 0; local
784 button_status |= 0x01; /* wheel down */
786 button_status |= 0x0f; /* wheel up */
788 button_status |= BIT(4);/* horizontal left */
790 button_status |= BIT(5);/* horizontal right */
792 if (button_status != 0)
793 packet[3] = button_status;

Completed in 1303 milliseconds