Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c2727 hid_req_t *hid_request, uchar_t request_type, int request_request, in hid_send_async_ctrl_request() argument
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()
2777 ctrl_req->ctrl_wValue = hid_request->hid_req_wValue; 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()
2787 bcopy(hid_request->hid_req_data, pblk->b_wptr, 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()