Home
last modified time | relevance | path

Searched refs:hid_req_wLength (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/clients/hid/
H A Dhid.h89 uint16_t hid_req_wLength; /* wLength of request */ member
/illumos-gate/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c2594 (hid_req_data->hid_req_wLength == 0)) { in hid_mctl_receive()
2751 if (hid_request->hid_req_wLength >= MAX_REPORT_DATA) { in hid_send_async_ctrl_request()
2757 length = hid_request->hid_req_wLength; in hid_send_async_ctrl_request()
2779 ctrl_req->ctrl_wLength = hid_request->hid_req_wLength; in hid_send_async_ctrl_request()
2782 mblk_t *pblk = allocb(hid_request->hid_req_wLength, BPRI_HI); in hid_send_async_ctrl_request()
2788 hid_request->hid_req_wLength); in hid_send_async_ctrl_request()
2789 pblk->b_wptr += hid_request->hid_req_wLength; in hid_send_async_ctrl_request()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/
H A Dusbwcm.c825 featr->hid_req_wLength = sizeof (uint8_t) * 2; in usbwcm_probe()
1391 featr->hid_req_wLength = sizeof (uint8_t) * 2; in usbwcm_mctl()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbkbm/
H A Dusbkbm.c1345 LED_report->hid_req_wLength = sizeof (uchar_t); in usbkbm_streams_setled()