Searched refs:USETW2 (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/sys/dev/usb/ |
| HD | usb_request.c | 1008 USETW2(req.wValue, type, index); in usbd_req_get_desc() 1470 USETW2(req.wValue, UDESC_HUB, 0); in usbd_req_get_hub_descriptor() 1492 USETW2(req.wValue, UDESC_SS_HUB, 0); in usbd_req_get_ss_hub_descriptor() 1787 USETW2(req.wValue, type, id); in usbd_req_set_report() 1815 USETW2(req.wValue, type, id); in usbd_req_get_report() 1843 USETW2(req.wValue, duration, id); in usbd_req_set_idle() 1869 USETW2(req.wValue, UDESC_REPORT, 0); /* report id should be 0 */ in usbd_req_get_report_descriptor()
|
| HD | usb_endian.h | 98 #define USETW2(w,b1,b0) do { \ macro
|
| HD | usb_util.c | 220 USETW2(p->bString[max_len], 0, s[max_len]); in usb_make_str_desc()
|
| /NextBSD/sys/dev/usb/serial/ |
| HD | ucycom.c | 402 USETW2(req.wValue, UHID_OUTPUT_REPORT, sc->sc_oid); in ucycom_ctrl_write_callback() 454 USETW2(req.wValue, UHID_FEATURE_REPORT, sc->sc_fid); in ucycom_cfg_write()
|
| HD | uftdi.c | 1647 USETW2(req.wValue, cfg.v_stop, cfg.v_start); in uftdi_cfg_param() 1648 USETW2(req.wIndex, cfg.v_flow, wIndex); in uftdi_cfg_param() 1696 USETW2(req.wValue, 0, 0); in uftdi_set_bitmode() 1698 USETW2(req.wValue, (1 << bitmode), iomask); in uftdi_set_bitmode() 1738 USETW2(req.wValue, 0, latency); in uftdi_set_latency() 1778 USETW2(req.wValue, enable, echar & 0xff); in uftdi_set_event_char() 1797 USETW2(req.wValue, enable, echar & 0xff); in uftdi_set_error_char()
|
| HD | ulpt.c | 610 USETW2(req.wIndex, id->bInterfaceNumber, id->bAlternateSetting); in ulpt_attach()
|
| /NextBSD/sys/dev/usb/input/ |
| HD | uhid.c | 241 USETW2(req->wValue, type, id); in uhid_fill_set_report() 253 USETW2(req->wValue, type, id); in uhid_fill_get_report()
|
| HD | ukbd.c | 875 USETW2(req.wValue, UHID_OUTPUT_REPORT, 0); in ukbd_set_leds_callback()
|
| HD | atp.c | 932 USETW2(req.wValue, in atp_reset_callback()
|
| /NextBSD/sys/dev/sound/usb/ |
| HD | uaudio.c | 1444 USETW2(req.wValue, UA20_CS_SAM_FREQ_CONTROL, 0); in uaudio20_check_rate() 1445 USETW2(req.wIndex, clockid, iface_no); in uaudio20_check_rate() 5180 USETW2(req.wValue, SAMPLING_FREQ_CONTROL, 0); in uaudio_set_speed() 5202 USETW2(req.wValue, UA20_CS_SAM_FREQ_CONTROL, 0); in uaudio20_set_speed() 5203 USETW2(req.wIndex, clockid, iface_no); in uaudio20_set_speed()
|