Searched refs:USETW2 (Results 1 - 4 of 4) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_endian.h | 94 #define USETW2(w,b1,b0) do { \ macro
|
H A D | usb_util.c | 186 USETW2(p->bString[max_len], 0, s[max_len]); in usb_make_str_desc()
|
H A D | usb_request.c | 989 USETW2(req.wValue, type, index); in usbd_req_get_desc() 1460 USETW2(req.wValue, UDESC_HUB, 0); in usbd_req_get_hub_descriptor() 1482 USETW2(req.wValue, UDESC_SS_HUB, 0); in usbd_req_get_ss_hub_descriptor() 1777 USETW2(req.wValue, type, id); in usbd_req_set_report() 1805 USETW2(req.wValue, type, id); in usbd_req_get_report() 1833 USETW2(req.wValue, duration, id); in usbd_req_set_idle() 1859 USETW2(req.wValue, UDESC_REPORT, 0); /* report id should be 0 */ in usbd_req_get_report_descriptor()
|
/third_party/FreeBSD/sys/dev/usb/input/ |
H A D | uhid.c | 231 USETW2(req->wValue, type, id); in uhid_fill_set_report() 243 USETW2(req->wValue, type, id); in uhid_fill_get_report()
|
Completed in 5 milliseconds