Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/
H A Dusb_request.c1640 req.bRequest = UR_SET_FEATURE;
1661 req.bRequest = UR_SET_FEATURE;
1683 req.bRequest = UR_SET_FEATURE;
1748 req.bRequest = UR_SET_FEATURE;
2165 req.bRequest = UR_SET_FEATURE;
2250 req.bRequest = UR_SET_FEATURE;
H A Dusb_handle_request.c572 case UR_SET_FEATURE: in usb_handle_request()
595 case UR_SET_FEATURE: in usb_handle_request()
H A Dusb.h185 #define UR_SET_FEATURE 0x03 macro
/dragonfly/sys/bus/u4b/controller/
H A Dohci.c2205 case C(UR_SET_FEATURE, UT_WRITE_DEVICE): in ohci_roothub_exec()
2206 case C(UR_SET_FEATURE, UT_WRITE_INTERFACE): in ohci_roothub_exec()
2207 case C(UR_SET_FEATURE, UT_WRITE_ENDPOINT): in ohci_roothub_exec()
2321 case C(UR_SET_FEATURE, UT_WRITE_CLASS_DEVICE): in ohci_roothub_exec()
2323 case C(UR_SET_FEATURE, UT_WRITE_CLASS_OTHER): in ohci_roothub_exec()
H A Duhci.c2600 case C(UR_SET_FEATURE, UT_WRITE_DEVICE): in uhci_roothub_exec()
2601 case C(UR_SET_FEATURE, UT_WRITE_INTERFACE): in uhci_roothub_exec()
2602 case C(UR_SET_FEATURE, UT_WRITE_ENDPOINT): in uhci_roothub_exec()
2747 case C(UR_SET_FEATURE, UT_WRITE_CLASS_DEVICE): in uhci_roothub_exec()
2749 case C(UR_SET_FEATURE, UT_WRITE_CLASS_OTHER): in uhci_roothub_exec()
H A Dehci.c3231 case C(UR_SET_FEATURE, UT_WRITE_DEVICE): in ehci_roothub_exec()
3232 case C(UR_SET_FEATURE, UT_WRITE_INTERFACE): in ehci_roothub_exec()
3233 case C(UR_SET_FEATURE, UT_WRITE_ENDPOINT): in ehci_roothub_exec()
3387 case C(UR_SET_FEATURE, UT_WRITE_CLASS_DEVICE): in ehci_roothub_exec()
3389 case C(UR_SET_FEATURE, UT_WRITE_CLASS_OTHER): in ehci_roothub_exec()
H A Dxhci.c3401 case C(UR_SET_FEATURE, UT_WRITE_DEVICE): in xhci_roothub_exec()
3402 case C(UR_SET_FEATURE, UT_WRITE_INTERFACE): in xhci_roothub_exec()
3403 case C(UR_SET_FEATURE, UT_WRITE_ENDPOINT): in xhci_roothub_exec()
3594 case C(UR_SET_FEATURE, UT_WRITE_CLASS_DEVICE): in xhci_roothub_exec()
3597 case C(UR_SET_FEATURE, UT_WRITE_CLASS_OTHER): in xhci_roothub_exec()
/dragonfly/sys/bus/u4b/serial/
H A Du3g.c562 req.bRequest = UR_SET_FEATURE; in u3g_huawei_init()