Searched refs:UR_SET_FEATURE (Results 1 – 6 of 6) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_request.c | 1602 req.bRequest = UR_SET_FEATURE; in usbd_req_set_hub_feature() 1623 req.bRequest = UR_SET_FEATURE; in usbd_req_set_hub_u1_timeout() 1645 req.bRequest = UR_SET_FEATURE; in usbd_req_set_hub_u2_timeout() 1710 req.bRequest = UR_SET_FEATURE; in usbd_req_set_port_feature() 2143 req.bRequest = UR_SET_FEATURE; in usbd_req_set_device_feature() 2228 req.bRequest = UR_SET_FEATURE; in usbd_req_set_port_link_state()
|
D | usb_handle_request.c | 537 case UR_SET_FEATURE: in usb_handle_request() 560 case UR_SET_FEATURE: in usb_handle_request()
|
D | usb.h | 180 #define UR_SET_FEATURE 0x03 macro
|
D | usb_hub.c | 2711 UR_SET_FEATURE); in usbd_set_dev_wakeup()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | ehci.c | 3164 case C(UR_SET_FEATURE, UT_WRITE_DEVICE): 3165 case C(UR_SET_FEATURE, UT_WRITE_INTERFACE): 3166 case C(UR_SET_FEATURE, UT_WRITE_ENDPOINT): 3321 case C(UR_SET_FEATURE, UT_WRITE_CLASS_DEVICE): 3323 case C(UR_SET_FEATURE, UT_WRITE_CLASS_OTHER):
|
D | xhci.c | 3362 case C(UR_SET_FEATURE, UT_WRITE_DEVICE): in xhci_roothub_exec() 3363 case C(UR_SET_FEATURE, UT_WRITE_INTERFACE): in xhci_roothub_exec() 3364 case C(UR_SET_FEATURE, UT_WRITE_ENDPOINT): in xhci_roothub_exec() 3554 case C(UR_SET_FEATURE, UT_WRITE_CLASS_DEVICE): in xhci_roothub_exec() 3557 case C(UR_SET_FEATURE, UT_WRITE_CLASS_OTHER): in xhci_roothub_exec()
|