Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_util.c219 if (((req->bmRequestType == UT_WRITE_DEVICE) && in usb_check_request()
221 ((req->bmRequestType == UT_WRITE_DEVICE) && in usb_check_request()
H A Dusb_request.c1577 req.bmRequestType = UT_WRITE_DEVICE; in usbd_req_set_address()
1937 req.bmRequestType = UT_WRITE_DEVICE; in usbd_req_set_config()
2179 req.bmRequestType = UT_WRITE_DEVICE; in usbd_req_clear_device_feature()
2200 req.bmRequestType = UT_WRITE_DEVICE; in usbd_req_set_device_feature()
H A Dusb_handle_request.c565 case UT_WRITE_DEVICE: in usb_handle_request()
H A Dusb.h170 #define UT_WRITE_DEVICE (UT_WRITE | UT_STANDARD | UT_DEVICE) macro
/freebsd/usr.sbin/bhyve/
H A Dusb_mouse.c547 case UREQ(UR_SET_ADDRESS, UT_WRITE_DEVICE): in umouse_request()
552 case UREQ(UR_SET_CONFIG, UT_WRITE_DEVICE): in umouse_request()
556 case UREQ(UR_SET_DESCRIPTOR, UT_WRITE_DEVICE): in umouse_request()
561 case UREQ(UR_CLEAR_FEATURE, UT_WRITE_DEVICE): in umouse_request()
567 case UREQ(UR_SET_FEATURE, UT_WRITE_DEVICE): in umouse_request()
585 case UREQ(UR_ISOCH_DELAY, UT_WRITE_DEVICE): in umouse_request()
/freebsd/sys/dev/usb/controller/
H A Dohci.c2079 case C(UR_CLEAR_FEATURE, UT_WRITE_DEVICE): in ohci_roothub_exec()
2154 case C(UR_SET_ADDRESS, UT_WRITE_DEVICE): in ohci_roothub_exec()
2161 case C(UR_SET_CONFIG, UT_WRITE_DEVICE): in ohci_roothub_exec()
2168 case C(UR_SET_DESCRIPTOR, UT_WRITE_DEVICE): in ohci_roothub_exec()
2170 case C(UR_SET_FEATURE, UT_WRITE_DEVICE): in ohci_roothub_exec()
H A Duhci.c2447 case C(UR_CLEAR_FEATURE, UT_WRITE_DEVICE): in uhci_roothub_exec()
2522 case C(UR_SET_ADDRESS, UT_WRITE_DEVICE): in uhci_roothub_exec()
2529 case C(UR_SET_CONFIG, UT_WRITE_DEVICE): in uhci_roothub_exec()
2536 case C(UR_SET_DESCRIPTOR, UT_WRITE_DEVICE): in uhci_roothub_exec()
2538 case C(UR_SET_FEATURE, UT_WRITE_DEVICE): in uhci_roothub_exec()
H A Dehci.c3028 case C(UR_CLEAR_FEATURE, UT_WRITE_DEVICE): in ehci_roothub_exec()
3115 case C(UR_SET_ADDRESS, UT_WRITE_DEVICE): in ehci_roothub_exec()
3122 case C(UR_SET_CONFIG, UT_WRITE_DEVICE): in ehci_roothub_exec()
3129 case C(UR_SET_DESCRIPTOR, UT_WRITE_DEVICE): in ehci_roothub_exec()
3131 case C(UR_SET_FEATURE, UT_WRITE_DEVICE): in ehci_roothub_exec()
H A Dxhci.c3244 case C(UR_CLEAR_FEATURE, UT_WRITE_DEVICE): in xhci_roothub_exec()
3328 case C(UR_SET_ADDRESS, UT_WRITE_DEVICE): in xhci_roothub_exec()
3334 case C(UR_SET_CONFIG, UT_WRITE_DEVICE): in xhci_roothub_exec()
3341 case C(UR_SET_DESCRIPTOR, UT_WRITE_DEVICE): in xhci_roothub_exec()
3343 case C(UR_SET_FEATURE, UT_WRITE_DEVICE): in xhci_roothub_exec()
H A Datmegadci.c295 if ((req.bmRequestType == UT_WRITE_DEVICE) && in atmegadci_setup_rx()
1558 case UT_WRITE_DEVICE: in atmegadci_roothub_exec()
H A Davr32dci.c317 if ((req.bmRequestType == UT_WRITE_DEVICE) && in avr32dci_setup_rx()
1507 case UT_WRITE_DEVICE: in avr32dci_roothub_exec()
H A Duss820dci.c326 if ((req.bmRequestType == UT_WRITE_DEVICE) && in uss820dci_setup_rx()
1852 case UT_WRITE_DEVICE: in uss820dci_roothub_exec()
H A Dmusb_otg.c503 if ((req.bmRequestType == UT_WRITE_DEVICE) && in musbotg_dev_ctrl_setup_rx()
3584 case UT_WRITE_DEVICE: in musbotg_roothub_exec()
H A Ddwc_otg.c1154 if ((req.bmRequestType == UT_WRITE_DEVICE) && in dwc_otg_setup_rx()
4338 case UT_WRITE_DEVICE: in dwc_otg_roothub_exec()
/freebsd/sys/dev/usb/serial/
H A Du3g.c668 req.bmRequestType = UT_WRITE_DEVICE; in u3g_huawei_init()