Searched refs:UR_SET_FEATURE (Results 1 – 14 of 14) sorted by relevance
/freebsd/usr.sbin/bhyve/ |
H A D | usb_mouse.c | 567 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 D | usb_request.c | 1662 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 D | usb_handle_request.c | 579 case UR_SET_FEATURE: in usb_handle_request() 602 case UR_SET_FEATURE: in usb_handle_request()
|
H A D | usb.h | 193 #define UR_SET_FEATURE 0x03 macro
|
H A D | usb_hub.c | 2639 UR_SET_FEATURE); in usbd_set_dev_wakeup()
|
/freebsd/sys/dev/usb/controller/ |
H A D | atmegadci.c | 1568 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 D | avr32dci.c | 1517 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 D | uss820dci.c | 1862 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 D | ohci.c | 2170 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 D | uhci.c | 2538 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 D | musb_otg.c | 3594 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 D | ehci.c | 3131 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 D | dwc_otg.c | 4348 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()
|
/freebsd/sys/dev/usb/serial/ |
H A D | u3g.c | 670 req.bRequest = UR_SET_FEATURE; in u3g_huawei_init()
|