Searched refs:button_status (Results 1 – 2 of 2) sorted by relevance
29 static inline u8 button_status(void) in button_status() function41 static inline u8 button_status(void) in button_status() function73 status = button_status(); in handle_buttons()
709 unsigned char button_status = 0, lscroll = 0, rscroll = 0; in fsp_process_byte() local816 button_status |= 0x01; /* wheel down */ in fsp_process_byte()818 button_status |= 0x0f; /* wheel up */ in fsp_process_byte()820 button_status |= BIT(4);/* horizontal left */ in fsp_process_byte()822 button_status |= BIT(5);/* horizontal right */ in fsp_process_byte()824 if (button_status != 0) in fsp_process_byte()825 packet[3] = button_status; in fsp_process_byte()