Lines Matching +full:0 +full:x75
35 0x05, 0x01, /* Usage Page (Desktop) */
36 0x09, 0x08, /* Usage (MultiAxis), Changed */
37 0xA1, 0x01, /* Collection (Application), */
38 0xA1, 0x02, /* Collection (Logical), */
39 0x95, 0x01, /* Report Count (1), */
40 0x05, 0x01, /* Changed Usage Page (Desktop), */
41 0x09, 0x30, /* Changed Usage (X), */
42 0x16, 0xF8, 0xF8, /* Logical Minimum (-1800), */
43 0x26, 0x08, 0x07, /* Logical Maximum (1800), */
44 0x65, 0x14, /* Unit (Degrees), */
45 0x55, 0x0F, /* Unit Exponent (15), */
46 0x75, 0x10, /* Report Size (16), */
47 0x81, 0x02, /* Input (Variable), */
48 0x09, 0x31, /* Changed Usage (Y), */
49 0x15, 0x00, /* Logical Minimum (0), */
50 0x26, 0xFF, 0x03, /* Logical Maximum (1023), */
51 0x75, 0x0C, /* Report Size (12), */
52 0x81, 0x02, /* Input (Variable), */
53 0x09, 0x32, /* Changed Usage (Z), */
54 0x15, 0x00, /* Logical Minimum (0), */
55 0x26, 0xFF, 0x03, /* Logical Maximum (1023), */
56 0x75, 0x0C, /* Report Size (12), */
57 0x81, 0x02, /* Input (Variable), */
58 0x05, 0x01, /* Usage Page (Desktop), */
59 0x09, 0x39, /* Usage (Hat Switch), */
60 0x25, 0x07, /* Logical Maximum (7), */
61 0x35, 0x00, /* Physical Minimum (0), */
62 0x46, 0x3B, 0x01, /* Physical Maximum (315), */
63 0x65, 0x14, /* Unit (Degrees), */
64 0x75, 0x04, /* Report Size (4), */
65 0x95, 0x01, /* Report Count (1), */
66 0x81, 0x02, /* Input (Variable), */
67 0x25, 0x01, /* Logical Maximum (1), */
68 0x45, 0x01, /* Physical Maximum (1), */
69 0x65, 0x00, /* Unit, */
70 0x75, 0x01, /* Report Size (1), */
71 0x95, 0x03, /* Report Count (3), */
72 0x81, 0x01, /* Input (Constant), */
73 0x05, 0x09, /* Usage Page (Button), */
74 0x19, 0x01, /* Usage Minimum (01h), */
75 0x29, 0x11, /* Usage Maximum (11h), */
76 0x95, 0x11, /* Report Count (17), */
77 0x81, 0x02, /* Input (Variable), */
79 0x05, 0x01, /* Usage Page (Desktop), */
80 0x09, 0x33, /* Usage (RX), */
81 0x75, 0x04, /* Report Size (4), */
82 0x95, 0x02, /* Report Count (2), */
83 0x15, 0x00, /* Logical Minimum (0), */
84 0x25, 0x0b, /* Logical Maximum (b), */
85 0x81, 0x02, /* Input (Variable), */
86 0x09, 0x35, /* Usage (RZ), */
87 0x75, 0x04, /* Report Size (4), */
88 0x95, 0x01, /* Report Count (1), */
89 0x25, 0x03, /* Logical Maximum (3), */
90 0x81, 0x02, /* Input (Variable), */
92 0x06, 0x00, 0xFF, /* Usage Page (FF00h), */
93 0x09, 0x01, /* Usage (01h), */
94 0x75, 0x04, /* Changed Report Size (4), */
95 0x95, 0x0D, /* Changed Report Count (13), */
96 0x81, 0x02, /* Input (Variable), */
97 0xC0, /* End Collection, */
98 0xA1, 0x02, /* Collection (Logical), */
99 0x09, 0x02, /* Usage (02h), */
100 0x75, 0x08, /* Report Size (8), */
101 0x95, 0x10, /* Report Count (16), */
102 0x91, 0x02, /* Output (Variable), */
103 0xC0, /* End Collection, */
104 0xC0 /* End Collection */
113 __s32 *value = report->field[0]->value; in steelseries_srws1_set_leds()
115 value[0] = 0x40; in steelseries_srws1_set_leds()
116 value[1] = leds & 0xFF; in steelseries_srws1_set_leds()
118 value[3] = 0x00; in steelseries_srws1_set_leds()
119 value[4] = 0x00; in steelseries_srws1_set_leds()
120 value[5] = 0x00; in steelseries_srws1_set_leds()
121 value[6] = 0x00; in steelseries_srws1_set_leds()
122 value[7] = 0x00; in steelseries_srws1_set_leds()
123 value[8] = 0x00; in steelseries_srws1_set_leds()
124 value[9] = 0x00; in steelseries_srws1_set_leds()
125 value[10] = 0x00; in steelseries_srws1_set_leds()
126 value[11] = 0x00; in steelseries_srws1_set_leds()
127 value[12] = 0x00; in steelseries_srws1_set_leds()
128 value[13] = 0x00; in steelseries_srws1_set_leds()
129 value[14] = 0x00; in steelseries_srws1_set_leds()
130 value[15] = 0x00; in steelseries_srws1_set_leds()
150 drv_data->led_state = 0; in steelseries_srws1_led_all_set_brightness()
179 int i, state = 0; in steelseries_srws1_led_set_brightness()
186 for (i = 0; i < SRWS1_NUMBER_LEDS; i++) { in steelseries_srws1_led_set_brightness()
207 int i, value = 0; in steelseries_srws1_led_get_brightness()
216 for (i = 0; i < SRWS1_NUMBER_LEDS; i++) in steelseries_srws1_led_get_brightness()
248 if (!hid_validate_values(hdev, HID_OUTPUT_REPORT, 0, 0, 16)) { in steelseries_srws1_probe()
260 drv_data->led_state = 0; in steelseries_srws1_probe()
261 for (i = 0; i < SRWS1_NUMBER_LEDS + 1; i++) in steelseries_srws1_probe()
264 steelseries_srws1_set_leds(hdev, 0); in steelseries_srws1_probe()
278 led->brightness = 0; in steelseries_srws1_probe()
289 for (i = 0; i < SRWS1_NUMBER_LEDS; i++) { in steelseries_srws1_probe()
299 led->brightness = 0; in steelseries_srws1_probe()
311 for (i = 0; i < SRWS1_NUMBER_LEDS + 1; i++) { in steelseries_srws1_probe()
323 return 0; in steelseries_srws1_probe()
338 for (i = 0; i < SRWS1_NUMBER_LEDS + 1; i++) { in steelseries_srws1_remove()
358 if (*rsize >= 115 && rdesc[11] == 0x02 && rdesc[13] == 0xc8 in steelseries_srws1_report_fixup()
359 && rdesc[29] == 0xbb && rdesc[40] == 0xc5) { in steelseries_srws1_report_fixup()