Searched refs:USETW2 (Results 1 – 4 of 4) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_request.c | 980 USETW2(req.wValue, type, index); in usbd_req_get_desc() 1451 USETW2(req.wValue, UDESC_HUB, 0); in usbd_req_get_hub_descriptor() 1473 USETW2(req.wValue, UDESC_SS_HUB, 0); in usbd_req_get_ss_hub_descriptor() 1768 USETW2(req.wValue, type, id); in usbd_req_set_report() 1796 USETW2(req.wValue, type, id); in usbd_req_get_report() 1824 USETW2(req.wValue, duration, id); in usbd_req_set_idle() 1850 USETW2(req.wValue, UDESC_REPORT, 0); /* report id should be 0 */ in usbd_req_get_report_descriptor()
|
D | usb_endian.h | 95 #define USETW2(w,b1,b0) do { \ macro
|
D | usb_util.c | 187 USETW2(p->bString[max_len], 0, s[max_len]); in usb_make_str_desc()
|
/third_party/FreeBSD/sys/dev/usb/input/ |
D | uhid.c | 233 USETW2(req->wValue, type, id); in uhid_fill_set_report() 245 USETW2(req->wValue, type, id); in uhid_fill_get_report()
|