Searched refs:HID_CC_RPT_VOLUME_BITS (Results 1 – 2 of 2) sorted by relevance
207 #define HID_CC_RPT_VOLUME_BITS 0x3F macro217 #define HID_CC_RPT_SET_VOLUME_UP(s) (s)[0] &= HID_CC_RPT_VOLUME_BITS; \219 #define HID_CC_RPT_SET_VOLUME_DOWN(s) (s)[0] &= HID_CC_RPT_VOLUME_BITS; \
169 #define HID_CC_RPT_VOLUME_BITS 0x3F macro176 #define HID_CC_RPT_SET_VOLUME_UP(s) (s)[0] &= HID_CC_RPT_VOLUME_BITS; (s)[0] |= 0x40177 #define HID_CC_RPT_SET_VOLUME_DOWN(s) (s)[0] &= HID_CC_RPT_VOLUME_BITS; (s)[0] |= 0x80