Searched defs:HID_CC_RPT_SET_VOLUME_UP (Results 1 – 2 of 2) sorted by relevance
176 #define HID_CC_RPT_SET_VOLUME_UP(s) (s)[0] &= HID_CC_RPT_VOLUME_BITS; (s)[0] |= 0x40 macro
217 #define HID_CC_RPT_SET_VOLUME_UP(s) (s)[0] &= HID_CC_RPT_VOLUME_BITS; \ macro