Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dusb_mouse.c567 case UREQ(UR_SET_FEATURE, UT_WRITE_DEVICE): in umouse_request()
575 case UREQ(UR_SET_FEATURE, UT_WRITE_INTERFACE): in umouse_request()
576 case UREQ(UR_SET_FEATURE, UT_WRITE_ENDPOINT): in umouse_request()
/freebsd/sys/dev/usb/
H A Dusb_request.c1662 req.bRequest = UR_SET_FEATURE; in usbd_req_set_hub_feature()
1683 req.bRequest = UR_SET_FEATURE; in usbd_req_set_hub_u1_timeout()
1705 req.bRequest = UR_SET_FEATURE; in usbd_req_set_hub_u2_timeout()
1770 req.bRequest = UR_SET_FEATURE; in usbd_req_set_port_feature()
2201 req.bRequest = UR_SET_FEATURE; in usbd_req_set_device_feature()
2286 req.bRequest = UR_SET_FEATURE; in usbd_req_set_port_link_state()
H A Dusb_handle_request.c579 case UR_SET_FEATURE: in usb_handle_request()
602 case UR_SET_FEATURE: in usb_handle_request()
H A Dusb.h193 #define UR_SET_FEATURE 0x03 macro
H A Dusb_hub.c2639 UR_SET_FEATURE); in usbd_set_dev_wakeup()
/freebsd/sys/dev/usb/controller/
H A Datmegadci.c1568 case UR_SET_FEATURE: in atmegadci_roothub_exec()
1586 case UR_SET_FEATURE: in atmegadci_roothub_exec()
1618 case UR_SET_FEATURE: in atmegadci_roothub_exec()
1650 case UR_SET_FEATURE: in atmegadci_roothub_exec()
1661 case UR_SET_FEATURE: in atmegadci_roothub_exec()
H A Davr32dci.c1517 case UR_SET_FEATURE: in avr32dci_roothub_exec()
1535 case UR_SET_FEATURE: in avr32dci_roothub_exec()
1567 case UR_SET_FEATURE: in avr32dci_roothub_exec()
1599 case UR_SET_FEATURE: in avr32dci_roothub_exec()
1610 case UR_SET_FEATURE: in avr32dci_roothub_exec()
H A Duss820dci.c1862 case UR_SET_FEATURE: in uss820dci_roothub_exec()
1880 case UR_SET_FEATURE: in uss820dci_roothub_exec()
1912 case UR_SET_FEATURE: in uss820dci_roothub_exec()
1944 case UR_SET_FEATURE: in uss820dci_roothub_exec()
1955 case UR_SET_FEATURE: in uss820dci_roothub_exec()
H A Dohci.c2170 case C(UR_SET_FEATURE, UT_WRITE_DEVICE): in ohci_roothub_exec()
2171 case C(UR_SET_FEATURE, UT_WRITE_INTERFACE): in ohci_roothub_exec()
2172 case C(UR_SET_FEATURE, UT_WRITE_ENDPOINT): in ohci_roothub_exec()
2286 case C(UR_SET_FEATURE, UT_WRITE_CLASS_DEVICE): in ohci_roothub_exec()
2288 case C(UR_SET_FEATURE, UT_WRITE_CLASS_OTHER): in ohci_roothub_exec()
H A Duhci.c2538 case C(UR_SET_FEATURE, UT_WRITE_DEVICE): in uhci_roothub_exec()
2539 case C(UR_SET_FEATURE, UT_WRITE_INTERFACE): in uhci_roothub_exec()
2540 case C(UR_SET_FEATURE, UT_WRITE_ENDPOINT): in uhci_roothub_exec()
2685 case C(UR_SET_FEATURE, UT_WRITE_CLASS_DEVICE): in uhci_roothub_exec()
2687 case C(UR_SET_FEATURE, UT_WRITE_CLASS_OTHER): in uhci_roothub_exec()
H A Dmusb_otg.c3594 case UR_SET_FEATURE: in musbotg_roothub_exec()
3612 case UR_SET_FEATURE: in musbotg_roothub_exec()
3644 case UR_SET_FEATURE: in musbotg_roothub_exec()
3676 case UR_SET_FEATURE: in musbotg_roothub_exec()
3687 case UR_SET_FEATURE: in musbotg_roothub_exec()
H A Dehci.c3131 case C(UR_SET_FEATURE, UT_WRITE_DEVICE): in ehci_roothub_exec()
3132 case C(UR_SET_FEATURE, UT_WRITE_INTERFACE): in ehci_roothub_exec()
3133 case C(UR_SET_FEATURE, UT_WRITE_ENDPOINT): in ehci_roothub_exec()
3288 case C(UR_SET_FEATURE, UT_WRITE_CLASS_DEVICE): in ehci_roothub_exec()
3290 case C(UR_SET_FEATURE, UT_WRITE_CLASS_OTHER): in ehci_roothub_exec()
H A Ddwc_otg.c4348 case UR_SET_FEATURE: in dwc_otg_roothub_exec()
4366 case UR_SET_FEATURE: in dwc_otg_roothub_exec()
4398 case UR_SET_FEATURE: in dwc_otg_roothub_exec()
4430 case UR_SET_FEATURE: in dwc_otg_roothub_exec()
4441 case UR_SET_FEATURE: in dwc_otg_roothub_exec()
H A Dxhci.c3343 case C(UR_SET_FEATURE, UT_WRITE_DEVICE): in xhci_roothub_exec()
3344 case C(UR_SET_FEATURE, UT_WRITE_INTERFACE): in xhci_roothub_exec()
3345 case C(UR_SET_FEATURE, UT_WRITE_ENDPOINT): in xhci_roothub_exec()
3533 case C(UR_SET_FEATURE, UT_WRITE_CLASS_DEVICE): in xhci_roothub_exec()
3536 case C(UR_SET_FEATURE, UT_WRITE_CLASS_OTHER): in xhci_roothub_exec()
/freebsd/sys/dev/usb/serial/
H A Du3g.c669 req.bRequest = UR_SET_FEATURE; in u3g_huawei_init()