Searched refs:UR_SET_FEATURE (Results 1 – 6 of 6) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_request.c | 1594 req.bRequest = UR_SET_FEATURE; in usbd_req_set_hub_feature() 1615 req.bRequest = UR_SET_FEATURE; in usbd_req_set_hub_u1_timeout() 1637 req.bRequest = UR_SET_FEATURE; in usbd_req_set_hub_u2_timeout() 1702 req.bRequest = UR_SET_FEATURE; in usbd_req_set_port_feature() 2120 req.bRequest = UR_SET_FEATURE; in usbd_req_set_device_feature() 2205 req.bRequest = UR_SET_FEATURE; in usbd_req_set_port_link_state()
|
D | usb_handle_request.c | 538 case UR_SET_FEATURE: in usb_handle_request() 561 case UR_SET_FEATURE: in usb_handle_request()
|
D | usb.h | 180 #define UR_SET_FEATURE 0x03 macro
|
D | usb_hub.c | 2721 UR_SET_FEATURE); in usbd_set_dev_wakeup()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | ehci.c | 3189 case C(UR_SET_FEATURE, UT_WRITE_DEVICE): 3190 case C(UR_SET_FEATURE, UT_WRITE_INTERFACE): 3191 case C(UR_SET_FEATURE, UT_WRITE_ENDPOINT): 3347 case C(UR_SET_FEATURE, UT_WRITE_CLASS_DEVICE): 3349 case C(UR_SET_FEATURE, UT_WRITE_CLASS_OTHER):
|
D | xhci.c | 3386 case C(UR_SET_FEATURE, UT_WRITE_DEVICE): in xhci_roothub_exec() 3387 case C(UR_SET_FEATURE, UT_WRITE_INTERFACE): in xhci_roothub_exec() 3388 case C(UR_SET_FEATURE, UT_WRITE_ENDPOINT): in xhci_roothub_exec() 3579 case C(UR_SET_FEATURE, UT_WRITE_CLASS_DEVICE): in xhci_roothub_exec() 3582 case C(UR_SET_FEATURE, UT_WRITE_CLASS_OTHER): in xhci_roothub_exec()
|