Searched defs:HID_CC_RPT_SET_VOLUME_DOWN (Results 1 – 2 of 2) sorted by relevance
177 #define HID_CC_RPT_SET_VOLUME_DOWN(s) (s)[0] &= HID_CC_RPT_VOLUME_BITS; (s)[0] |= 0x80 macro
219 #define HID_CC_RPT_SET_VOLUME_DOWN(s) (s)[0] &= HID_CC_RPT_VOLUME_BITS; \ macro