Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/usb/
Dusbdi_util.c78 USETW2(req.wValue, type, index); in usbd_get_desc()
277 USETW2(req.wValue, type, id); in usbd_set_report()
297 USETW2(req.wValue, type, id); in usbd_set_report_async()
317 USETW2(req.wValue, type, id); in usbd_get_report()
336 USETW2(req.wValue, duration, id); in usbd_set_idle()
350 USETW2(req.wValue, UDESC_REPORT, 0); /* report id should be 0 */ in usbd_get_report_descriptor()
Duftdi.c424 USETW2(req.wIndex, FTDI_SIO_RTS_CTS_HS, portno); in uftdi_open()
625 USETW2(req.wValue, t->c_cc[VSTOP], t->c_cc[VSTART]); in uftdi_param()
632 USETW2(req.wIndex, flow, portno); in uftdi_param()
Dusb.h82 #define USETW2(w,h,l) ((w)[0] = (u_int8_t)(l), (w)[1] = (u_int8_t)(h)) macro
Duhub.c188 USETW2(req.wValue, UDESC_HUB, 0); in USB_ATTACH()
Dulpt.c320 USETW2(req.wIndex, id->bInterfaceNumber, id->bAlternateSetting); in USB_ATTACH()
Dusb_subr.c161 USETW2(req.wValue, UDESC_STRING, sindex); in usbd_get_string_desc()
Duaudio.c2585 USETW2(req.wValue, SAMPLING_FREQ_CONTROL, 0); in uaudio_set_speed()
Dehci.c1635 USETW2(p->bString[i], 0, s[i]); in ehci_str()
Dohci.c2370 USETW2(p->bString[i], 0, s[i]); in ohci_str()
Duhci.c2985 USETW2(p->bString[i], 0, s[i]); in uhci_str()