Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/usb/clients/hid/
H A Dhid.h89 uint16_t hid_req_wLength; /* wLength of request */ member
/titanic_50/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c2397 (hid_req_data->hid_req_wLength == 0)) { in hid_mctl_receive()
2555 if (hid_request->hid_req_wLength >= MAX_REPORT_DATA) { in hid_send_async_ctrl_request()
2561 length = hid_request->hid_req_wLength; in hid_send_async_ctrl_request()
2583 ctrl_req->ctrl_wLength = hid_request->hid_req_wLength; in hid_send_async_ctrl_request()
2586 mblk_t *pblk = allocb(hid_request->hid_req_wLength, BPRI_HI); in hid_send_async_ctrl_request()
2592 hid_request->hid_req_wLength); in hid_send_async_ctrl_request()
2593 pblk->b_wptr += hid_request->hid_req_wLength; in hid_send_async_ctrl_request()
/titanic_50/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/
H A Dusbwcm.c821 featr->hid_req_wLength = sizeof (uint8_t) * 2; in usbwcm_probe()
1387 featr->hid_req_wLength = sizeof (uint8_t) * 2; in usbwcm_mctl()
/titanic_50/usr/src/uts/common/io/usb/clients/usbkbm/
H A Dusbkbm.c1320 LED_report->hid_req_wLength = sizeof (uchar_t); in usbkbm_streams_setled()