Searched defs:LED_report (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/clients/usbkbm/
H A Dusbkbm.c1275 hid_req_t *LED_report; local
1283 LED_report = kmem_zalloc(sizeof (hid_req_t), KM_NOSLEEP);
1284 if (LED_report == NULL) {
1318 LED_report->hid_req_version_no = HID_VERSION_V_0;
1319 LED_report->hid_req_wValue = REPORT_TYPE_OUTPUT | led_id;
1320 LED_report->hid_req_wLength = sizeof (uchar_t);
1321 LED_report->hid_req_data[0] = led_state;
1324 mctlmsg.ioc_count = sizeof (LED_report);
1325 mctl_ptr = usba_mk_mctl(mctlmsg, LED_report, sizeof (hid_req_t));
1334 kmem_free(LED_report, sizeo
[all...]

Completed in 46 milliseconds