Searched refs:HID_CC_RPT_BUTTON_BITS (Results 1 – 2 of 2) sorted by relevance
208 #define HID_CC_RPT_BUTTON_BITS 0xF0 macro221 #define HID_CC_RPT_SET_BUTTON(s, x) (s)[1] &= HID_CC_RPT_BUTTON_BITS; \
170 #define HID_CC_RPT_BUTTON_BITS 0xF0 macro178 #define HID_CC_RPT_SET_BUTTON(s, x) (s)[1] &= HID_CC_RPT_BUTTON_BITS; (s)[1] |= (x)